header dropdown not finnish
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user