18 lines
243 B
SCSS
18 lines
243 B
SCSS
|
@charset "utf-8";
|
||
|
|
||
|
@import "../initial";
|
||
|
|
||
|
.layout-content {
|
||
|
min-height: 37.5em;
|
||
|
|
||
|
.container {
|
||
|
@extend .response-container;
|
||
|
}
|
||
|
}
|
||
|
.layout-content-inner{
|
||
|
background-color:#72bcad;
|
||
|
}
|
||
|
.layout-content-box2{
|
||
|
background-color: #72bcad;
|
||
|
}
|