clean up dead css

This commit is contained in:
Martin Filipovic Hinrichs 2026-06-04 11:53:13 +02:00
parent a8365afbc8
commit 6c15941b36
2 changed files with 5 additions and 19 deletions

View file

@ -40,6 +40,7 @@
font-size: 2.25rem; font-size: 2.25rem;
line-height: 1.3; line-height: 1.3;
margin-bottom: 3rem; margin-bottom: 3rem;
.year, .year,
.site, .site,
.qty_taste, .qty_taste,
@ -51,22 +52,22 @@
.year { .year {
font-size: 1.5rem; font-size: 1.5rem;
} }
.site, .site,
.qty_taste { .qty_taste {
font-size: 1.5rem; font-size: 1.5rem;
} }
.addendum { .addendum {
font-size: 1.25rem; font-size: 1.25rem;
color: $sw-text-color; color: $sw-text-color;
} }
} }
.product-detail-tabs {
}
.product-detail-properties-table { .product-detail-properties-table {
font-size: 1rem; font-size: 1rem;
.properties-label { .properties-label {
font-family: $sw-font-family-headline; font-family: $sw-font-family-headline;
color: $sw-color-brand-primary; color: $sw-color-brand-primary;
@ -90,10 +91,7 @@
} }
.product-detail-price-unit { .product-detail-price-unit {
//padding-top: 26px;
padding-left: 1rem; padding-left: 1rem;
//height: 62px;
//order: 1;
} }
.product-detail-tax { .product-detail-tax {

View file

@ -232,11 +232,6 @@ footer {
} }
} }
.form-control {
}
.product-detail-customfields-container { .product-detail-customfields-container {
margin-top: 30px; margin-top: 30px;
} }
@ -275,13 +270,6 @@ footer {
width: auto; width: auto;
} }
.table-borderless {
th,
td {
border: none;
}
}
/** Buttons **/ /** Buttons **/
.btn-display { .btn-display {
font-family: $sw-font-family-headline; font-family: $sw-font-family-headline;