Update: Alle modellen
This commit is contained in:
@@ -82,6 +82,10 @@ $headings-color: #212121;
|
||||
background-color: $van-emous-blue !important;
|
||||
}
|
||||
|
||||
.bg-secondary-light {
|
||||
background-color: lighten($color: $van-emous-blue, $amount: 6) !important;
|
||||
}
|
||||
|
||||
body,
|
||||
html {
|
||||
margin: 0;
|
||||
@@ -194,7 +198,7 @@ p {
|
||||
|
||||
// Menu
|
||||
.top-bar {
|
||||
background-color: #a8bbd5;
|
||||
background-color: #5D76A7;
|
||||
font-size: 0.9rem;
|
||||
color: white;
|
||||
font-size:18px;
|
||||
@@ -421,6 +425,47 @@ p {
|
||||
}
|
||||
}
|
||||
|
||||
.btn-cta-white {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
font-weight: 600;
|
||||
color: $van-emous-orange;
|
||||
background-color: #fff !important;
|
||||
padding: 17px 60px 17px 35px;
|
||||
font-size: 16px;
|
||||
line-height: normal;
|
||||
border-radius: 50px;
|
||||
transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
|
||||
font-family: $mukta-font;
|
||||
border: none;
|
||||
text-decoration: none;
|
||||
|
||||
&::after {
|
||||
content: "";
|
||||
background-image: url('/img/chevron-orange.svg');
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
display: block;
|
||||
width: 7px;
|
||||
height: 13px;
|
||||
position: absolute;
|
||||
right: 30px;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
|
||||
color: $van-emous-orange !important;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
color: $van-emous-orange !important;
|
||||
padding-right: 80px;
|
||||
|
||||
&::after {
|
||||
right: 30px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.cta-wrapper {
|
||||
@media (min-width: 992px) {
|
||||
min-width: 320px;
|
||||
@@ -496,6 +541,14 @@ p {
|
||||
}
|
||||
}
|
||||
|
||||
.card-primary {
|
||||
background-color: $van-emous-orange;
|
||||
border-radius:30px;
|
||||
min-height:200px;
|
||||
padding: 2rem;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
.card-secondary {
|
||||
background-color: $van-emous-blue;
|
||||
border-radius:30px;
|
||||
|
||||
Reference in New Issue
Block a user