change bg-color
This commit is contained in:
parent
5b1183f66b
commit
4d270eab7b
|
@ -11,6 +11,7 @@ body {
|
||||||
font-family: $sub-font;
|
font-family: $sub-font;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
margin-top: 2.5em;
|
margin-top: 2.5em;
|
||||||
|
background: $theme-green-light;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:link,
|
a:link,
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
|
|
||||||
.layout-content {
|
.layout-content {
|
||||||
min-height: 37.5em;
|
min-height: 37.5em;
|
||||||
background: $theme-green-light;
|
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
@extend .response-container;
|
@extend .response-container;
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
background-color: $theme-green-light;
|
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
.layout-slide {
|
.layout-slide {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
background: $theme-green-light;
|
|
||||||
|
|
||||||
.w-ad-banner {
|
.w-ad-banner {
|
||||||
max-width: 75em;
|
max-width: 75em;
|
||||||
|
|
Loading…
Reference in New Issue