ajustement typo
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
$header-height : 150px;
|
||||
$header-height : 125px;
|
||||
$header-height-pad : 110px;
|
||||
$header-height-small : 70px;
|
||||
$header-height-ultrasmall : 50px;
|
||||
|
@@ -45,7 +45,7 @@
|
||||
font-weight: 400;
|
||||
.field-content{
|
||||
margin-bottom: 0.5rem;
|
||||
font-size: 0.6rem;
|
||||
font-size: 0.5rem;
|
||||
}
|
||||
@media (max-width: 810px){
|
||||
display: none;
|
||||
|
@@ -1,11 +1,8 @@
|
||||
footer{
|
||||
|
||||
z-index: 100;
|
||||
span.totop {
|
||||
display: inline-flex;
|
||||
width: 100vw;
|
||||
// content: url(../images/up-arrow.svg);
|
||||
|
||||
// background: $bleu_fond_header;
|
||||
#toTop{
|
||||
margin: auto;
|
||||
background-color: #fff;
|
||||
@@ -16,7 +13,6 @@ footer{
|
||||
font-size: 1.7rem;
|
||||
line-height: 2.5rem;
|
||||
text-align: center;
|
||||
// background: $footer-bg;
|
||||
width: 3rem;
|
||||
height: 2rem;
|
||||
display: inline-block;
|
||||
@@ -25,9 +21,6 @@ footer{
|
||||
content:url("../images/up-arrow.svg") ;
|
||||
width: 50%;
|
||||
}
|
||||
// .fa{
|
||||
// color: #fff;
|
||||
// }
|
||||
}
|
||||
|
||||
}
|
||||
@@ -95,6 +88,7 @@ footer{
|
||||
}
|
||||
}
|
||||
}
|
||||
font-size: 0.6rem;
|
||||
}
|
||||
#footer-right{
|
||||
grid-column: 10 / 12;
|
||||
@@ -112,9 +106,11 @@ footer{
|
||||
font-weight: 600;
|
||||
}
|
||||
padding-bottom: 0.6rem;
|
||||
font-size: 0.6rem;
|
||||
|
||||
}
|
||||
.fa-3x{
|
||||
font-size: 2em;
|
||||
font-size: 1.5em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -68,33 +68,34 @@ header{
|
||||
}
|
||||
}
|
||||
.header_right_container{
|
||||
// padding-right: 30%;
|
||||
padding-left: calc(100% /4);
|
||||
margin: auto;
|
||||
@media(max-width: 660px){
|
||||
padding-right: 0;
|
||||
}
|
||||
.language-switcher-language-url{
|
||||
// padding-left: 30%;
|
||||
text-transform: uppercase;
|
||||
ul{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
font-size: $font-medium;
|
||||
font-size: $font-normal;
|
||||
padding: 0;
|
||||
@media(max-width: 660px){
|
||||
margin-bottom: 0;
|
||||
}
|
||||
li:nth-child(1){
|
||||
&::after{
|
||||
content: "/";
|
||||
content: " / ";
|
||||
white-space: pre;
|
||||
}
|
||||
}
|
||||
|
||||
.is-active{
|
||||
font-weight: 600;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -15,6 +15,7 @@
|
||||
@import "global/layout";
|
||||
@import "global/reset";
|
||||
@import "global/mediaquerries";
|
||||
// @import "global/_animated-logo";
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user