cleanup basic css
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
|
||||
|
||||
.block{
|
||||
box-shadow: 1px 0px 1px $black;
|
||||
}
|
||||
|
||||
// .layout-sidebar-first{
|
||||
// clear: left;
|
||||
// }
|
||||
|
||||
|
||||
.layout-container {
|
||||
font-family: $font-family-default;
|
||||
margin: none;
|
||||
@@ -14,12 +23,18 @@
|
||||
flex: 0 0 100%;
|
||||
}
|
||||
main{
|
||||
|
||||
position: relative;
|
||||
// top: -7rem;
|
||||
.layout-sidebar-first{
|
||||
|
||||
}
|
||||
}
|
||||
footer{
|
||||
flex: 0 0 100%;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
.layout-content{
|
||||
padding-top: 7rem;
|
||||
@@ -28,31 +43,32 @@
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
.path-frontpage{
|
||||
margin: 0;
|
||||
}
|
||||
.path-node {
|
||||
margin: 0;
|
||||
// .path-frontpage{
|
||||
// margin: 0;
|
||||
// }
|
||||
// .path-node {
|
||||
// margin: 0;
|
||||
|
||||
main{
|
||||
width: 100%;
|
||||
}
|
||||
.main-content{
|
||||
margin-top: 7rem;
|
||||
}
|
||||
// main{
|
||||
// width: 100%;
|
||||
// }
|
||||
// .main-content{
|
||||
// margin-top: 7rem;
|
||||
// }
|
||||
|
||||
// .field--name-field-titre{
|
||||
// .field__item{
|
||||
// color: $blue-dark;
|
||||
// font-weight: 900;
|
||||
// font-size: 2rem;
|
||||
// }
|
||||
// .field__label{
|
||||
// visibility: hidden;
|
||||
// }
|
||||
// }
|
||||
// .inter-titre {
|
||||
// color: $blue-light;
|
||||
// // text-transform: uppercase;
|
||||
// }
|
||||
// }
|
||||
|
||||
.field--name-field-titre{
|
||||
.field__item{
|
||||
color: $blue-dark;
|
||||
font-weight: 900;
|
||||
font-size: 2rem;
|
||||
}
|
||||
.field__label{
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
.inter-titre {
|
||||
color: $blue-light;
|
||||
// text-transform: uppercase;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user