clean up dead css
This commit is contained in:
parent
a8365afbc8
commit
6c15941b36
2 changed files with 5 additions and 19 deletions
|
|
@ -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,29 +52,29 @@
|
||||||
.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;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
td,th {
|
td, th {
|
||||||
padding: .25rem .75rem;
|
padding: .25rem .75rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue