Bug Fixed In Default Theme
This commit is contained in:
parent
12f1028c32
commit
a4125a7907
File diff suppressed because one or more lines are too long
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"/js/shop.js": "/js/shop.js?id=c4dfdb6d0482241432f9",
|
||||
"/css/shop.css": "/css/shop.css?id=11adc18bed8ace91c828"
|
||||
"/css/shop.css": "/css/shop.css?id=45a1e46876af32f30871"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -251,6 +251,28 @@ input {
|
|||
.special-price {
|
||||
color: $disc-price;
|
||||
}
|
||||
|
||||
/*
|
||||
To Do: Start adjusting if equal height needed in default theme as well.
|
||||
*/
|
||||
.price-from {
|
||||
.bundle-regular-price {
|
||||
color: $font-light;
|
||||
text-decoration: line-through;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.bundle-special-price {
|
||||
color: $disc-price;
|
||||
}
|
||||
|
||||
.bundle-to {
|
||||
display: block;
|
||||
font-weight: 500;
|
||||
margin-top: 1px;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//horizontal rule
|
||||
|
|
|
|||
Loading…
Reference in New Issue