gris
This commit is contained in:
@@ -43,7 +43,7 @@ b, strong, label, th {
|
|||||||
|
|
||||||
#body {
|
#body {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
padding-top: 5rem;
|
padding-top: 8rem;
|
||||||
padding-bottom: 11rem; }
|
padding-bottom: 11rem; }
|
||||||
|
|
||||||
.left {
|
.left {
|
||||||
@@ -889,6 +889,7 @@ body#top.modular.fullwidth.title-center.title-h1h2 {
|
|||||||
padding-right: 2rem; } }
|
padding-right: 2rem; } }
|
||||||
|
|
||||||
.callout {
|
.callout {
|
||||||
|
filter: opacity(0.75);
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
padding-top: 0.5rem;
|
padding-top: 0.5rem;
|
||||||
@@ -1051,7 +1052,8 @@ body#top.modular.fullwidth.title-center.title-h1h2 {
|
|||||||
display: none; } }
|
display: none; } }
|
||||||
|
|
||||||
.gouvernance {
|
.gouvernance {
|
||||||
background-color: #404040;
|
background-color: #000;
|
||||||
|
filter: opacity(0.75);
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
padding-bottom: 6rem;
|
padding-bottom: 6rem;
|
||||||
@@ -1438,7 +1440,6 @@ button:focus {
|
|||||||
|
|
||||||
.callout {
|
.callout {
|
||||||
background: #000;
|
background: #000;
|
||||||
filter: opacity(0.75);
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
padding: 4rem 0.938rem; }
|
padding: 4rem 0.938rem; }
|
||||||
@media only all and (max-width: 59.938em) {
|
@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 {
|
.callout {
|
||||||
|
filter:opacity(0.75);
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
padding-top: 0.5rem;
|
padding-top: 0.5rem;
|
||||||
@@ -377,7 +368,8 @@ body#top.modular.fullwidth.title-center.title-h1h2 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.gouvernance {
|
.gouvernance {
|
||||||
background-color: hsl(0,0%,25%);
|
background-color: #000;
|
||||||
|
filter:opacity(0.75);
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
padding-bottom: 6rem;
|
padding-bottom: 6rem;
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ $image-margin: 2rem;
|
|||||||
// styling
|
// styling
|
||||||
.callout {
|
.callout {
|
||||||
background: $text-bg;
|
background: $text-bg;
|
||||||
filter:opacity(0.75);
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
padding: $text-padding $content-padding;
|
padding: $text-padding $content-padding;
|
||||||
@include breakpoint(desktop-only) {
|
@include breakpoint(desktop-only) {
|
||||||
|
|||||||
Reference in New Issue
Block a user