|
|
|
@ -20,4 +20,45 @@ |
|
|
|
.main-content__container { |
|
|
|
.main-content__container { |
|
|
|
padding-top: 0; |
|
|
|
padding-top: 0; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.node__content { |
|
|
|
|
|
|
|
padding-bottom: 0; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
div#block-views-block-media-display-blocks-source { |
|
|
|
|
|
|
|
display: none; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
#block-olivessdu-kioskmain { |
|
|
|
|
|
|
|
.menu li { |
|
|
|
|
|
|
|
display: inline-flex; |
|
|
|
|
|
|
|
align-items: center; |
|
|
|
|
|
|
|
padding-block: 1px 0; |
|
|
|
|
|
|
|
padding-inline: var(--sp1-5); |
|
|
|
|
|
|
|
/* line-height: var(--line-height-s); */ |
|
|
|
|
|
|
|
line-height: 0; |
|
|
|
|
|
|
|
display: inline-block; |
|
|
|
|
|
|
|
height: var(--sp2); |
|
|
|
|
|
|
|
margin-block: var(--sp1); |
|
|
|
|
|
|
|
margin-inline-start: 0; |
|
|
|
|
|
|
|
margin-inline-end: var(--sp1); |
|
|
|
|
|
|
|
padding-block: 30px; |
|
|
|
|
|
|
|
padding-inline: var(--sp1-5); |
|
|
|
|
|
|
|
cursor: pointer; |
|
|
|
|
|
|
|
text-align: center; |
|
|
|
|
|
|
|
-webkit-text-decoration: none; |
|
|
|
|
|
|
|
text-decoration: none; |
|
|
|
|
|
|
|
color: var(--color-text-primary-medium); |
|
|
|
|
|
|
|
border: solid 2px currentColor; |
|
|
|
|
|
|
|
border-radius: var(--border-radius); |
|
|
|
|
|
|
|
background-color: var(--color--white); |
|
|
|
|
|
|
|
font-family: var(--font-sans); |
|
|
|
|
|
|
|
font-size: var(--font-size-l); |
|
|
|
|
|
|
|
font-size: 1.7em; |
|
|
|
|
|
|
|
font-weight: 700; |
|
|
|
|
|
|
|
-webkit-appearance: none; |
|
|
|
|
|
|
|
appearance: none; |
|
|
|
|
|
|
|
-webkit-font-smoothing: antialiased; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
a { |
|
|
|
|
|
|
|
text-decoration: none; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|