drupal-erable/web/themes/erabletheme/scss/global/_global.scss

66 lines
1.0 KiB
SCSS
Raw Permalink Normal View History

2024-04-10 12:37:31 +02:00
/* main[role="main"] {
2024-03-29 21:29:59 +01:00
margin-top: 10vh;
2024-03-18 21:45:12 +01:00
@media (min-width: $breakpoint_desktop) {
2024-03-29 21:29:59 +01:00
margin-top: calc(10vh + 3rem);
2024-03-18 21:45:12 +01:00
}
2024-04-10 12:37:31 +02:00
} */
2024-11-05 01:44:18 +01:00
body {
2024-11-08 06:12:36 +01:00
height: 100vh;
overflow: scroll;
.layout-container {
position: relative;
2024-11-08 06:12:36 +01:00
display: flex;
flex-direction: column;
//height: 100%;
header {
z-index: 2;
}
main {
z-index: 1;
padding: 0.5rem;
@media screen and (min-width: $breakpoint_tablet) {
padding: 0;
}
}
footer {
z-index: 0;
}
#background {
z-index: -1;
}
}
overflow-x: hidden;
2024-11-05 01:44:18 +01:00
}
html {
2024-11-08 06:12:36 +01:00
overflow: hidden;
}
2024-11-05 01:44:18 +01:00
2024-11-06 16:59:14 +01:00
main:has(#block-erabletheme-leprogramme-2),
main:has(#block-erabletheme-views-block-projets-block-1) {
2024-11-05 01:44:18 +01:00
display: flex;
flex-direction: column-reverse;
@media screen and (min-width: $breakpoint_tablet) {
flex-direction: row-reverse;
}
}
2024-01-06 09:39:13 +01:00
strong {
font-weight: bold;
}
em {
font-style: italic;
2024-03-29 21:29:59 +01:00
}
#block-erabletheme-titredepage {
display: none;
}
// debug
/* * {
border: solid 1px red !important;
} */