- Updated main.scss to remove redundant forward for "shame". - Added .claude/settings.local.json to configure permissions for build commands.
101 lines
1.3 KiB
SCSS
101 lines
1.3 KiB
SCSS
#home-page-seo {
|
|
.wrapper {
|
|
padding-top: 75px;
|
|
padding-bottom: 0;
|
|
|
|
h2 {
|
|
margin-left: 0;
|
|
max-width: 100%;
|
|
}
|
|
}
|
|
}
|
|
|
|
#garden-page-seo {
|
|
.wrapper {
|
|
padding-top: 0;
|
|
padding-bottom: 75px;
|
|
|
|
h2 {
|
|
margin-left: 0;
|
|
max-width: 100%;
|
|
}
|
|
}
|
|
}
|
|
|
|
.pagination {
|
|
display: flex;
|
|
align-items: center;
|
|
margin: 25px 0 50px;
|
|
justify-content: center;
|
|
width: 100%;
|
|
font-size: 16px;
|
|
gap: 10px;
|
|
|
|
a {
|
|
font-size: 16px;
|
|
}
|
|
}
|
|
|
|
.c-select {
|
|
p {
|
|
margin-bottom: 5px !important;
|
|
}
|
|
|
|
select {
|
|
border: 1px solid #88b14b;
|
|
padding: 10px;
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
body.page-id-2598 {
|
|
main {
|
|
section#korzysci {
|
|
.boxes.simple-cards {
|
|
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
|
|
}
|
|
}
|
|
|
|
section#garden-page-seo {
|
|
.wrapper.wrapper--inner {
|
|
flex-direction: column;
|
|
|
|
h2 {
|
|
margin: 0;
|
|
}
|
|
|
|
p {
|
|
margin: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
#calc-ch-1 {
|
|
.slide-data {
|
|
flex-wrap: wrap;
|
|
|
|
.calc-texts {
|
|
width: calc(100% - 200px) !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
.checkboxes-confirm {
|
|
padding: 5px 37px;
|
|
}
|
|
|
|
.swiper-wrapper.wrapper--inner {
|
|
background: #000;
|
|
|
|
.swiper-slide:first-child {
|
|
h1 {
|
|
flex: 0 0 35% !important;
|
|
}
|
|
|
|
.hero-slider-content {
|
|
flex: 0 0 65% !important;
|
|
}
|
|
}
|
|
} |