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;
|
||||
line-height: 1.3;
|
||||
margin-bottom: 3rem;
|
||||
|
||||
.year,
|
||||
.site,
|
||||
.qty_taste,
|
||||
|
|
@ -51,29 +52,29 @@
|
|||
.year {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
.site,
|
||||
.qty_taste {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
.addendum {
|
||||
font-size: 1.25rem;
|
||||
color: $sw-text-color;
|
||||
}
|
||||
}
|
||||
|
||||
.product-detail-tabs {
|
||||
}
|
||||
|
||||
.product-detail-properties-table {
|
||||
|
||||
font-size: 1rem;
|
||||
|
||||
.properties-label {
|
||||
font-family: $sw-font-family-headline;
|
||||
color: $sw-color-brand-primary;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
td,th {
|
||||
td, th {
|
||||
padding: .25rem .75rem;
|
||||
}
|
||||
}
|
||||
|
|
@ -90,10 +91,7 @@
|
|||
}
|
||||
|
||||
.product-detail-price-unit {
|
||||
//padding-top: 26px;
|
||||
padding-left: 1rem;
|
||||
//height: 62px;
|
||||
//order: 1;
|
||||
}
|
||||
|
||||
.product-detail-tax {
|
||||
|
|
|
|||
|
|
@ -232,11 +232,6 @@ footer {
|
|||
}
|
||||
}
|
||||
|
||||
.form-control {
|
||||
|
||||
}
|
||||
|
||||
|
||||
.product-detail-customfields-container {
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
|
@ -275,13 +270,6 @@ footer {
|
|||
width: auto;
|
||||
}
|
||||
|
||||
.table-borderless {
|
||||
th,
|
||||
td {
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
|
||||
/** Buttons **/
|
||||
.btn-display {
|
||||
font-family: $sw-font-family-headline;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue