Add themes folder

This commit is contained in:
Markus 2025-06-07 23:02:15 +02:00
parent 78eab7dcac
commit 077da5b941
108 changed files with 6225 additions and 0 deletions

View file

@ -0,0 +1,97 @@
.service {
text-align: center;
padding: 90px 0;
@include tablet {
padding-top: 20px;
padding-bottom: 20px;
}
.service-item {
padding-bottom: 30px;
i {
font-size: 50px;
color: $color-primary;
}
h4 {
padding-top: 15px;
margin: 0;
margin-top: 10px;
font-weight: 500;
text-transform: uppercase;
}
p {
padding-top: 10px;
margin: 0;
}
}
}
.dark-service {
.title {
color: $white;
}
.service-item {
padding-bottom: 30px;
text-align: center;
i {
color: $white;
font-size: 40px;
margin-bottom: 10px;
}
h4 {
color: $white;
padding-top: 15px;
margin: 0;
margin-top: 10px;
font-weight: 500;
text-transform: uppercase;
}
p {
padding-top: 10px;
margin: 0;
}
}
}
.service-about {
p {
line-height: 28px;
}
}
.service-arrow {
.block {
padding: 70px 30px;
i {
font-size: 40px;
}
p {
color: $white;
}
}
}
.service-list {
.block {
padding: 30px;
margin-bottom: 20px;
background: $white;
}
}