Files
de.vidok.com/layout/style-scss/eingangsturen.scss
Roman Pyrih e791076354 Doors page
2024-12-06 14:18:13 +01:00

145 lines
2.1 KiB
SCSS

@import 'variables';
@import '_mixins';
.page-content {
overflow: hidden;
}
.box-01 {
padding-bottom: 150px;
@include respond-below(md) {
padding-bottom: 50px;
}
#product-preview-box {
margin-bottom: 0;
.product-preview-box {
.scontainer-content {
.product-preview {
padding-left: 0;
.row {
&:not(:last-child) {
margin-bottom: 110px;
padding-bottom: 110px;
border-bottom: 1px solid #000;
}
}
}
h3 {
color: #000;
font-size: 32px;
font-weight: 300;
letter-spacing: 4px;
line-height: 1;
margin-bottom: 40px;
text-transform: uppercase;
}
#nav_tabs {
margin-bottom: 50px;
padding-bottom: 0;
&::before {
display: none;
}
}
.product-doors-list {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
column-gap: 30px;
row-gap: 40px;
li {
display: flex;
flex-direction: column;
row-gap: 16px;
align-items: center;
img {
width: 100%;
max-width: fit-content;
}
p {
margin-bottom: 0;
text-align: center;
color: #000;
font-size: 20px;
font-weight: 700;
letter-spacing: 1px;
line-height: 1;
font-family: 'URW Form', sans-serif;
}
}
}
.product-doors-list-more {
padding-top: 40px;
display: none;
}
.c-button {
margin-top: 40px;
}
}
}
}
}
.box-02 {
margin-bottom: 140px;
.scontainer-content {
.row {
}
}
}
.box-03 {
.scontainer-content {
a {
display: flex;
flex-direction: row;
align-items: center;
column-gap: 15px;
color: #000;
font-size: 30px;
font-weight: 400;
line-height: 1;
letter-spacing: 1px;
font-family: 'URW Form', sans-serif;
margin-bottom: 16px;
img {
padding-bottom: 7px;
}
}
p {
margin-bottom: 0;
font-size: 15px;
font-weight: 400;
line-height: 1;
letter-spacing: 1px;
}
}
}
.box-05 {
&#our-catalog {
.scontainer-content {
.row {
display: none;
&.active {
display: flex !important;
}
}
}
}
}