This commit is contained in:
@@ -87,8 +87,7 @@ body{
|
||||
}
|
||||
|
||||
#content{
|
||||
|
||||
section.concernement{
|
||||
@mixin main-cartouche{
|
||||
background-color: rgba(255, 255, 255, 0.9);
|
||||
box-sizing: border-box;
|
||||
width:450px;
|
||||
@@ -99,6 +98,12 @@ body{
|
||||
//
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
section.static{
|
||||
@include main-cartouche();
|
||||
}
|
||||
section.concernement{
|
||||
@include main-cartouche();
|
||||
justify-content: flex-end;
|
||||
// layout
|
||||
>header{
|
||||
@@ -193,13 +198,18 @@ body{
|
||||
}
|
||||
>footer{
|
||||
section.infos{
|
||||
>p{
|
||||
>div{
|
||||
font-size: 0.882em;
|
||||
font-weight: 100;
|
||||
|
||||
>span{
|
||||
>span{
|
||||
font-weight: 100;
|
||||
white-space:nowrap;
|
||||
>span.label{
|
||||
font-weight: 100;
|
||||
}
|
||||
>div{
|
||||
&, p{
|
||||
display: inline-block;
|
||||
font-size: inherit;
|
||||
font-weight: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user