This commit is contained in:
2021-06-04 13:57:37 +02:00
parent d4c49920d7
commit e89db5e0b9
3 changed files with 8 additions and 15 deletions
@@ -43,7 +43,7 @@ b, strong, label, th {
#body {
background: #fff;
padding-top: 5rem;
padding-top: 8rem;
padding-bottom: 11rem; }
.left {
@@ -889,6 +889,7 @@ body#top.modular.fullwidth.title-center.title-h1h2 {
padding-right: 2rem; } }
.callout {
filter: opacity(0.75);
position: relative;
z-index: 1;
padding-top: 0.5rem;
@@ -1051,7 +1052,8 @@ body#top.modular.fullwidth.title-center.title-h1h2 {
display: none; } }
.gouvernance {
background-color: #404040;
background-color: #000;
filter: opacity(0.75);
color: #ffffff;
text-transform: uppercase;
padding-bottom: 6rem;
@@ -1438,7 +1440,6 @@ button:focus {
.callout {
background: #000;
filter: opacity(0.75);
color: #fff;
padding: 4rem 0.938rem; }
@media only all and (max-width: 59.938em) {
@@ -137,17 +137,8 @@ body#top.modular.fullwidth.title-center.title-h1h2 {
}
}
// .callout {
// padding-top: 0.5rem;
// // background-color: rgba(0, 0, 255, 0.1);
// // opacity: 0.2;
// }
// .callout h1, h2, h3, p {
// text-align: left !important;
// }
.callout {
filter:opacity(0.75);
position: relative;
z-index: 1;
padding-top: 0.5rem;
@@ -377,7 +368,8 @@ body#top.modular.fullwidth.title-center.title-h1h2 {
}
.gouvernance {
background-color: hsl(0,0%,25%);
background-color: #000;
filter:opacity(0.75);
color: #ffffff;
text-transform: uppercase;
padding-bottom: 6rem;
@@ -7,7 +7,7 @@ $image-margin: 2rem;
// styling
.callout {
background: $text-bg;
filter:opacity(0.75);
color: #fff;
padding: $text-padding $content-padding;
@include breakpoint(desktop-only) {