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