|
@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;
|
|
}
|
|
section.box{
|
|
clear: both;
|
|
}
|