Remove comments.
This commit is contained in:
parent
5aa7bef3cc
commit
c52e54fbbf
1 changed files with 4 additions and 4 deletions
|
|
@ -189,7 +189,7 @@ export default {
|
|||
}
|
||||
&.has-text {
|
||||
border-radius: 0 0 0.5rem 0.5rem;
|
||||
border: 1px solid $green; //Temp color
|
||||
border: 1px solid $green;
|
||||
}
|
||||
|
||||
&:before {
|
||||
|
|
@ -311,7 +311,7 @@ export default {
|
|||
}
|
||||
span {
|
||||
&.service-package-discount {
|
||||
color: $green; //Temp color
|
||||
color: $green;
|
||||
text-align: end;
|
||||
font-weight: 500;
|
||||
font-size: 13px;
|
||||
|
|
@ -325,7 +325,7 @@ export default {
|
|||
padding-right: 2px;
|
||||
}
|
||||
div.discount-price {
|
||||
color: $green; //Temp color
|
||||
color: $green;
|
||||
font-weight: 600;
|
||||
font-size: 1.625rem;
|
||||
}
|
||||
|
|
@ -375,7 +375,7 @@ export default {
|
|||
display: flex;
|
||||
border-top-right-radius: 0.5rem;
|
||||
border-top-left-radius: 0.5rem;
|
||||
background-color: $green; //Temp color
|
||||
background-color: $green;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
|
|
|
|||
Loading…
Reference in a new issue