Format code.
This commit is contained in:
parent
2197ef8e61
commit
cfe1cff199
1 changed files with 5 additions and 5 deletions
|
|
@ -311,7 +311,7 @@ export default {
|
|||
justify-content: space-between;
|
||||
div.strikethrough-discount-price {
|
||||
text-decoration: line-through;
|
||||
margin-right: .5rem;
|
||||
margin-right: 0.5rem;
|
||||
font-weight: 500;
|
||||
font-size: 0.75rem;
|
||||
line-height: 20px;
|
||||
|
|
@ -387,12 +387,12 @@ export default {
|
|||
flex-direction: row;
|
||||
margin: auto;
|
||||
margin-left: -2rem;
|
||||
padding: .5rem 1rem;
|
||||
border-radius: .25rem;
|
||||
margin-top: .5rem;
|
||||
padding: 0.5rem 1rem;
|
||||
border-radius: 0.25rem;
|
||||
margin-top: 0.5rem;
|
||||
span {
|
||||
color: $green;
|
||||
font-size: .875rem;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 600;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue