17 lines
251 B
SCSS
17 lines
251 B
SCSS
|
@charset "utf-8";
|
||
|
|
||
|
@import "../initial";
|
||
|
|
||
|
.layout-slide {
|
||
|
position: relative;
|
||
|
z-index: 0;
|
||
|
background: $theme-color-third;
|
||
|
.ba-banner-widget-3 .banner-pager{
|
||
|
bottom: 2.5em;
|
||
|
}
|
||
|
.w-ba-banner {
|
||
|
max-width: 1400px;
|
||
|
margin: auto;
|
||
|
}
|
||
|
|
||
|
}
|