forked from CGM_Public/pretix_original
Introduce original price (#905)
* Introduce original price * Rebase and styling * Widget
This commit is contained in:
@@ -64,6 +64,15 @@
|
||||
margin: 0;
|
||||
line-height: inherit;
|
||||
}
|
||||
.price del {
|
||||
color: $text-muted;
|
||||
}
|
||||
.price ins {
|
||||
color: $brand-success;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
.radio .variation-description {
|
||||
|
||||
@@ -200,6 +200,16 @@
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
del.pretix-widget-pricebox-original-price {
|
||||
color: $text-muted;
|
||||
}
|
||||
|
||||
ins.pretix-widget-pricebox-new-price {
|
||||
font-size: 120%;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.pretix-widget-clear {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user