1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- // .node-type-static{
- // display: grid;
- // grid-template-columns: repeat(6,1fr);
- // }
- .layout-container {
- // position: absolute;
- font-family: $font-family-default;
- margin: none;
- top: 0%;
- left: 0%;
- width: 100%;
- overflow: hidden;
- }
- .layout-content{
- padding-bottom: 6rem;
- }
- .path-frontpage{
- margin: 0;
- }
- .path-node {
- margin: 0;
- }
- // .contextual-region .node-type-static {
- // grid-template-columns: repeat(6 1fr);
- // }
- .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;
- }
|