Add connect logo in background of slider section in home page. Update theme.
This commit is contained in:
parent
48f04f313d
commit
414cc8af19
|
@ -30,8 +30,8 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div #parent class="uk-section uk-section-secondary">
|
||||
<div class="uk-container uk-container-large">
|
||||
<div #parent class="uk-section uk-section-secondary connect-dark-logo-background">
|
||||
<div class="uk-container uk-container-large uk-margin-large-bottom">
|
||||
<div class="uk-width-1-1 uk-margin-medium-bottom">
|
||||
<span class="uk-h6 uk-text-primary">Benefits.</span>
|
||||
<h2 class="uk-margin-remove-top uk-width-1-2@m">
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
.connect-dark-logo-background {
|
||||
background-image: url("~src/assets/connect-assets/home/connect-dark-logo.svg");
|
||||
background-repeat: no-repeat;
|
||||
background-position: left 95%;
|
||||
background-size: 65%;
|
||||
background-position: -5% 100%;
|
||||
background-size: 35%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 51ac1b254b39b3c2d9124f191091fc926f9535fe
|
||||
Subproject commit 540b3970611802a614ea61fd90686dbeafc43484
|
Loading…
Reference in New Issue