header dropdown not finnish

This commit is contained in:
2021-11-19 16:22:08 +01:00
parent 19e87e361a
commit a7718ef9be
8 changed files with 90 additions and 26 deletions
@@ -1,11 +1,7 @@
// .node-type-static{
// display: grid;
// grid-template-columns: repeat(6,1fr);
// }
.layout-container {
// position: absolute;
font-family: $font-family-default;
margin: none;
top: 0%;
@@ -24,9 +20,7 @@
.path-node {
margin: 0;
}
// .contextual-region .node-type-static {
// grid-template-columns: repeat(6 1fr);
// }
.field--name-field-titre{
.field__item{
@@ -6,4 +6,5 @@ $blue-light: rgb(0,158,227);
$blue-dark: rgb(9,57,139);
$grey-background: rgb(153,147,174);
$black: rgb(0,0,0);
$white: rgb(255,255,255);
$white: rgb(255,255,255);
$background-actus: rgba(0,158,227, 0.2);