gabarit page themes
This commit is contained in:
52
web/themes/custom/popsu/sass/pages/_themes.scss
Normal file
52
web/themes/custom/popsu/sass/pages/_themes.scss
Normal file
@@ -0,0 +1,52 @@
|
||||
.page-node-type-theme{
|
||||
//tmp hidden
|
||||
.block-region-first{
|
||||
visibility: hidden;
|
||||
}
|
||||
.block-region-third{
|
||||
margin-top: 30rem;
|
||||
}
|
||||
#node\:title:before{
|
||||
content: "théme";
|
||||
clear: both;
|
||||
display: block;
|
||||
width: 100%;
|
||||
font-size: $font-small;
|
||||
text-transform: uppercase;
|
||||
margin-bottom: .8rem;
|
||||
}
|
||||
#node\:title{
|
||||
margin: 0;
|
||||
font-size: $font-large;
|
||||
line-height: 1.3;
|
||||
font-weight: 600;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
#node\:field_image{
|
||||
width: 150%;
|
||||
img{
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.block-region-bottom{
|
||||
#node\:field_projets_lies{
|
||||
h2{
|
||||
text-align: center;
|
||||
}
|
||||
.field_projets_lies{
|
||||
display: grid;
|
||||
grid-template-columns: repeat(5, 1fr);
|
||||
column-gap: 1rem;
|
||||
padding: 0 10%;
|
||||
}
|
||||
article{
|
||||
.body{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user