AsiaV5/assets/stylesheets/template/layout/slide.scss

17 lines
251 B
SCSS
Raw Normal View History

2021-04-19 03:12:49 +00:00
@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;
}
}