16 lines
213 B
SCSS
16 lines
213 B
SCSS
|
@charset "utf-8";
|
||
|
|
||
|
@import "../initial";
|
||
|
|
||
|
.layout-slide {
|
||
|
position: relative;
|
||
|
z-index: 0;
|
||
|
background: #c5c0b9;
|
||
|
.container{
|
||
|
padding: 0;
|
||
|
}
|
||
|
.w-ba-banner {
|
||
|
max-width: 1170px;
|
||
|
margin: auto;
|
||
|
}
|
||
|
}
|