PATH:
home
/
lab2454c
/
sothebry.softkinesis.com
/
backups
/
backup
/
assets
/
templates
/
basic
/
frontend
/
sass
/
_layout
.banner-content { .subtitle { color: $base-color; margin-bottom: 15px; } .title { font-size: 60px; line-height: 1.3; margin: 0; margin-bottom: 25px; } p { font-size: 20px; margin-bottom: 35px; } @include breakpoint(max-xl) { @include breakpoint(lg) { .title { font-size: 50px; } p { font-size: 18px; } } } @include breakpoint(max-md) { .title { font-size: 50px; } p { font-size: 18px; } } @include breakpoint(max-sm) { .title { font-size: 40px; } } } .banner-wrapper { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; .banner-content { width: 580px; } .banner-thumb { width: calc(100% - 680px); } @include breakpoint(max-xxl) { .banner-thumb { width: calc(100% - 620px); } } @include breakpoint(max-xl) { @include breakpoint(lg) { .banner-content { width: 500px; } .banner-thumb { width: calc(100% - 530px); img { max-width: 125%; } } } } @include breakpoint(max-lg) { .banner-thumb, .banner-content { width: 100%; img { width: 100%; } } .banner-thumb { max-width: 575px; margin: 40px auto 0; } } } .banner-slide-item { padding: 130px 0; border-bottom: 1px solid rgba($color:$white-color, $alpha:.06); @include breakpoint(max-md) { padding: 100px 0; } } .banner-slider { position: relative; .owl-dots { position: absolute; left: 0; width: 100%; bottom: 40px; } } .hero-section { padding: 90px 0 80px; } .hero-content { text-align: center; .title { margin: 0; } .breadcrumb { padding: 0; margin: 0; justify-content: center; li { padding: 5px 3px; color: $base-color; a { color: $white-color; display: flex; align-items: center; &::after { content: "\f068"; font-family: "Line Awesome Free"; font-weight: 700; margin-left: 6px; } } } } }
[-] _blog.scss
[edit]
[-] _section.scss
[edit]
[-] _banner.scss
[edit]
[+]
..
[-] _forms.scss
[edit]
[-] _sidebar.scss
[edit]
[-] _animation.scss
[edit]
[-] _header.scss
[edit]
[-] _footer.scss
[edit]