banner
This commit is contained in:
parent
d4f031c8ff
commit
2abb465185
@ -456,7 +456,7 @@ textarea.form-control {
|
||||
object-fit: cover; }
|
||||
|
||||
.top-header {
|
||||
font-size: 13px;
|
||||
font-size: 12px;
|
||||
transition: transform .2s ease;
|
||||
transform-origin: top;
|
||||
font-weight: 600; }
|
||||
@ -519,7 +519,7 @@ link:focus,
|
||||
color: #fff; }
|
||||
|
||||
.navbar-expand-lg .navbar-nav .nav-link {
|
||||
padding: 35px 0px; }
|
||||
padding: 40px 0px; }
|
||||
@media (max-width: 991px) {
|
||||
.navbar-expand-lg .navbar-nav .nav-link {
|
||||
padding: 20px; } }
|
||||
@ -540,7 +540,7 @@ link:focus,
|
||||
box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.12);
|
||||
border-bottom: 5px solid #ffbc3b;
|
||||
padding: 15px;
|
||||
top: 85px;
|
||||
top: 96px;
|
||||
border-radius: 0;
|
||||
display: block;
|
||||
visibility: hidden;
|
||||
@ -630,7 +630,6 @@ link:focus,
|
||||
display: inline-block; }
|
||||
|
||||
.feature-blocks {
|
||||
margin-top: -100px;
|
||||
padding-left: 70px;
|
||||
padding-top: 80px;
|
||||
padding-right: 30%; }
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 719 KiB After Width: | Height: | Size: 1.3 MiB |
@ -6,7 +6,6 @@
|
||||
}
|
||||
|
||||
.feature-blocks {
|
||||
margin-top: -100px;
|
||||
padding-left: 70px;
|
||||
padding-top: 80px;
|
||||
padding-right: 30%;
|
||||
|
@ -1,5 +1,5 @@
|
||||
.top-header {
|
||||
font-size: 13px;
|
||||
font-size: 12px;
|
||||
transition: transform .2s ease;
|
||||
transform-origin: top;
|
||||
font-weight: 600;
|
||||
@ -87,7 +87,7 @@ link:focus,
|
||||
}
|
||||
|
||||
.navbar-expand-lg .navbar-nav .nav-link {
|
||||
padding: 35px 0px;
|
||||
padding: 40px 0px;
|
||||
|
||||
@include desktop {
|
||||
padding: 20px;
|
||||
@ -117,7 +117,7 @@ link:focus,
|
||||
box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.12);
|
||||
border-bottom: 5px solid $primary-color;
|
||||
padding: 15px;
|
||||
top: 85px;
|
||||
top: 96px;
|
||||
border-radius: 0;
|
||||
display: block;
|
||||
visibility: hidden;
|
||||
|
@ -33,12 +33,12 @@
|
||||
<!-- banner-feature -->
|
||||
{{ if $data.homepage.success_banner.enable }}
|
||||
{{ with $data.homepage.success_banner }}
|
||||
<section class="bg-white overflow-md-hidden" id="success">
|
||||
<section class="section bg-cover" data-background="{{ .image | absURL }}" id="success">
|
||||
<div class="container-fluid p-0">
|
||||
<div class="row no-gutters">
|
||||
<div class="col-xl-4 col-lg-5 align-self-end">
|
||||
<!--div class="col-xl-4 col-lg-5 align-self-end">
|
||||
<img class="img-fluid w-100" style="margin-top: -20px;" src="{{ .image | absURL }}" alt="banner-feature">
|
||||
</div>
|
||||
</div-->
|
||||
<div class="col-xl-8 col-lg-7">
|
||||
<div class="row feature-blocks bg-white justify-content-between">
|
||||
{{ range .feature_item }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user