impl. Keyfeatures auf Startseite
This commit is contained in:
parent
9ca5ba90b1
commit
b1735c862c
5 changed files with 69 additions and 58 deletions
|
|
@ -1,4 +1,5 @@
|
|||
// Custom Fonts
|
||||
|
||||
/**************** Fonts ******************/
|
||||
@font-face {
|
||||
font-family: "MontserratVar";
|
||||
src: url( '../fonts/Montserrat-VariableFont_wght.ttf' );
|
||||
|
|
@ -8,22 +9,29 @@
|
|||
src: url( '../fonts/OpenSans-VariableFont_wdth_wght.ttf' );
|
||||
}
|
||||
|
||||
/**************** Typography ******************/
|
||||
a {
|
||||
color: #a9cd2e;
|
||||
text-decoration: none;
|
||||
transition: 0.3s ease-in-out;
|
||||
}
|
||||
|
||||
/**************** Component Styles ******************/
|
||||
|
||||
// Verua Slider
|
||||
.verua-slider-wrapper {
|
||||
position: relative;
|
||||
height: 100vh;
|
||||
width: 100%;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.verua-slider-wrapper .verua-slider {
|
||||
position: relative;
|
||||
height: 100vh;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.verua-slider-wrapper .verua-slider .slides {
|
||||
position: absolute;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
@ -35,7 +43,7 @@
|
|||
}
|
||||
|
||||
.verua-slider-wrapper .verua-slider .slides.current {
|
||||
z-index: 1;
|
||||
// z-index: 1;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
|
@ -122,7 +130,7 @@
|
|||
top: 50%;
|
||||
left: 5%;
|
||||
transform: translateY(-50%);
|
||||
z-index: 99;
|
||||
// z-index: 99;
|
||||
font-size: 1.5em;
|
||||
font-weight: 600;
|
||||
border: 2px solid #fff;
|
||||
|
|
@ -142,7 +150,7 @@
|
|||
top: 50%;
|
||||
right: 5%;
|
||||
transform: translateY(-50%);
|
||||
z-index: 99;
|
||||
// z-index: 99;
|
||||
font-size: 1.5em;
|
||||
font-weight: 600;
|
||||
border: 2px solid #fff;
|
||||
|
|
@ -168,7 +176,7 @@
|
|||
bottom: 15%;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
z-index: 99;
|
||||
// z-index: 99;
|
||||
font-size: 1em;
|
||||
font-weight: 500;
|
||||
border: 1px solid #16a;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue