26 lines
365 B
SCSS
26 lines
365 B
SCSS
@charset "utf-8";
|
|
|
|
@import "../initial";
|
|
|
|
.layout-content {
|
|
min-height: 10em;
|
|
|
|
.container {
|
|
@extend .response-container;
|
|
}
|
|
}
|
|
.leftbanner{
|
|
clear: both;
|
|
}
|
|
.layout-content-box2 {
|
|
padding-bottom: 0.5em;
|
|
}
|
|
.onepart{
|
|
border-bottom: 1.5px solid #e4e4e4;
|
|
padding-bottom: 1em;
|
|
}
|
|
.layout-content-inner{
|
|
min-height: 37em;
|
|
background-color: #fff;
|
|
}
|