24 lines
595 B
SCSS
Executable File
24 lines
595 B
SCSS
Executable File
@charset "utf-8";
|
|
|
|
@import "../initial";
|
|
|
|
.layout-content {
|
|
min-height: 37.5em;
|
|
|
|
.container {
|
|
@extend .response-container;
|
|
padding-bottom: 2.5em;
|
|
}
|
|
.border-content {
|
|
border: 1px solid #d7d4cb;
|
|
background: #f7f8f3;
|
|
border-radius: 0 0 3px 3px;
|
|
}
|
|
|
|
.banner-slide-left { width: 70%; padding-right: 0;}
|
|
.banner-slide-right { width: 30%; padding-left: 0; }
|
|
// .two-column:nth-child(1) { padding-left: 0; }
|
|
// .two-column:nth-child(2) { padding-right: 0; }
|
|
// .three-column:nth-child(1) { padding-left: 0; }
|
|
// .three-column:nth-child(3) { padding-right: 0; }
|
|
} |