better mode nav, from concernement & main menu
This commit is contained in:
@@ -76,6 +76,11 @@ body{
|
||||
@include btn();
|
||||
display: block;
|
||||
line-height: 2.1;
|
||||
&.disabled{
|
||||
pointer-events: none;
|
||||
opacity: 0.4;
|
||||
cursor: default;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -108,22 +113,59 @@ body{
|
||||
|
||||
>header{
|
||||
display: flex;
|
||||
height: 8rem;
|
||||
// height: 8rem;
|
||||
flex-direction: column;
|
||||
justify-content: flex-end;
|
||||
label, h3{
|
||||
// height: 70px;
|
||||
box-sizing: border-box;
|
||||
// padding: 0 0 1em 0;
|
||||
// flex-grow: auto;
|
||||
div.pre-header{
|
||||
min-height: 10em;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-end;
|
||||
label, h3{
|
||||
// height: 70px;
|
||||
box-sizing: border-box;
|
||||
// padding: 0 0 1em 0;
|
||||
// flex-grow: auto;
|
||||
}
|
||||
h3{
|
||||
font-weight: 400;
|
||||
font-size: 1.323em;
|
||||
}
|
||||
span.menacemaintient{
|
||||
display: block;
|
||||
font-weight: 100;
|
||||
font-size: 0.882em;
|
||||
padding: 1em 0 1em 0;
|
||||
}
|
||||
}
|
||||
h2{
|
||||
font-weight: 400;
|
||||
font-size: 1.512em;
|
||||
}
|
||||
h3{
|
||||
font-weight: 400;
|
||||
font-size: 1.2em;
|
||||
div.concernement-cartouche{
|
||||
h2{
|
||||
font-weight: 400;
|
||||
font-size: 1.323em;
|
||||
// &.faded{
|
||||
// font-weight: 100;
|
||||
// }
|
||||
}
|
||||
nav.icons{
|
||||
ul{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
li{
|
||||
margin: 0.4em 0.6em 0 0;
|
||||
>svg{
|
||||
display: inline-block;
|
||||
$d: 35px;
|
||||
width:$d; height:$d;
|
||||
border-radius: $d * 0.5;
|
||||
background-color: #fff;
|
||||
padding: 2px;
|
||||
box-sizing: border-box;
|
||||
color: #333;
|
||||
// font-size: 2em;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user