mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Refined multi-tier discount label
This commit is contained in:
parent
ef38ff1132
commit
e4e68f4526
1 changed files with 5 additions and 5 deletions
|
@ -93,9 +93,9 @@ export const ProductsSectionStyles = ({site}) => {
|
|||
|
||||
.gh-portal-products-priceswitch .gh-portal-discount-label {
|
||||
position: relative;
|
||||
font-size: 1.3rem;
|
||||
letter-spacing: 0.3px;
|
||||
margin: 0 0 0 4px;
|
||||
font-size: 1.25rem;
|
||||
letter-spacing: 0.25px;
|
||||
margin: 0 0 0 6px;
|
||||
padding: 2px 6px;
|
||||
top: unset;
|
||||
left: unset;
|
||||
|
@ -103,8 +103,8 @@ export const ProductsSectionStyles = ({site}) => {
|
|||
width: unset;
|
||||
}
|
||||
|
||||
.gh-portal-products-priceswitch. gh-portal-discount-label:before {
|
||||
border-radius: 5px;
|
||||
.gh-portal-products-priceswitch .gh-portal-discount-label:before {
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.gh-portal-products-grid {
|
||||
|
|
Loading…
Add table
Reference in a new issue