forked from markus/AMPERION_Webpage
new
This commit is contained in:
commit
1d8da2b6dd
824 changed files with 76366 additions and 0 deletions
57
assets/scss/templates/_slider.scss
Normal file
57
assets/scss/templates/_slider.scss
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
.slider {
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
background-attachment: fixed;
|
||||
background-position: center center;
|
||||
padding: 170px 0 200px;
|
||||
position: relative;
|
||||
min-height: 1000px; /* Adjust based on your design needs */
|
||||
@include large-desktop {
|
||||
background-attachment: unset;
|
||||
padding: 150px 0;
|
||||
}
|
||||
|
||||
.block {
|
||||
color: darken( $light, 8.4);
|
||||
text-align: center;
|
||||
|
||||
h1 {
|
||||
font-weight: 100;
|
||||
font-size: 45px;
|
||||
line-height: 1.33em;
|
||||
letter-spacing: 0.2em;
|
||||
padding-bottom: 15px;
|
||||
text-transform: uppercase;
|
||||
|
||||
@include tablet {
|
||||
font-size: 35px;
|
||||
}
|
||||
|
||||
@include mobile {
|
||||
font-size: 28px;
|
||||
}
|
||||
|
||||
@include mobile-xs {
|
||||
font-size: 26px;
|
||||
}
|
||||
}
|
||||
|
||||
p {
|
||||
margin-bottom: 30px;
|
||||
color: darken( $light, 95.09803921568627);
|
||||
font-size: 25px;
|
||||
line-height: 1.5em;
|
||||
font-weight: 300;
|
||||
|
||||
@include mobile {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
@include mobile {
|
||||
.btn {
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue