created thematique page
This commit is contained in:
@ -16,7 +16,6 @@ aside.messages{
|
||||
border:none;
|
||||
}
|
||||
|
||||
|
||||
// _ _ _
|
||||
// | || |___ __ _ __| |___ _ _
|
||||
// | __ / -_) _` / _` / -_) '_|
|
||||
@ -331,7 +330,8 @@ header[role="banner"]{
|
||||
color: #fff;
|
||||
background-color: $color-showrooms;
|
||||
}
|
||||
body.path-base & {
|
||||
body.path-base &,
|
||||
body.path-thematique & {
|
||||
color: #fff;
|
||||
background-color: $color-base;
|
||||
}
|
||||
@ -913,6 +913,60 @@ article.card{
|
||||
}
|
||||
|
||||
|
||||
// _____ _ _ _
|
||||
// |_ _| |_ ___ _ __ __ _| |_(_)__ _ _ _ ___
|
||||
// | | | ' \/ -_) ' \/ _` | _| / _` | || / -_)
|
||||
// |_| |_||_\___|_|_|_\__,_|\__|_\__, |\_,_\___|
|
||||
// |_|
|
||||
#main-content > article.thematique{
|
||||
div.cols{
|
||||
display: grid;
|
||||
grid-template-rows: 1fr;
|
||||
grid-template-columns: repeat(12, 1fr);
|
||||
grid-gap: 1em;
|
||||
div.col-left{
|
||||
grid-column: 1;
|
||||
}
|
||||
div.col-right{
|
||||
grid-column: 2/12;
|
||||
}
|
||||
}
|
||||
div.col-left section.body{
|
||||
background-color: $color-base;
|
||||
padding: 0.5em 1em 1em;
|
||||
width:$column_width*2 + $column_goutiere;
|
||||
}
|
||||
aside.linked-materials{
|
||||
ul{
|
||||
width:calc(100% + #{$column_goutiere});
|
||||
li{
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
width:$column_width;
|
||||
margin:0 $column_goutiere $column_goutiere 0;
|
||||
}
|
||||
}
|
||||
h3.field__label{
|
||||
font-size: 1em;
|
||||
font-weight: 500;
|
||||
margin: 2em 0 1em 0;
|
||||
}
|
||||
h1.title{
|
||||
font-size: 1em;
|
||||
font-weight: 400;
|
||||
}
|
||||
h3.ref{
|
||||
font-size: 0.756em;
|
||||
font-weight: 600;
|
||||
}
|
||||
h2.description{
|
||||
font-size: 0.756em;
|
||||
font-weight: 400;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
// ___ _ _ _
|
||||
// | _ ) |__ _| |__| |__ _
|
||||
|
Reference in New Issue
Block a user