Format code.
This commit is contained in:
parent
d9de8e58b2
commit
a9683b824a
1 changed files with 4 additions and 4 deletions
|
|
@ -182,7 +182,7 @@ export default {
|
||||||
}
|
}
|
||||||
&.has-text {
|
&.has-text {
|
||||||
border-radius: 0 0 0.5rem 0.5rem;
|
border-radius: 0 0 0.5rem 0.5rem;
|
||||||
border: 1px solid #469d2a;//Temp color
|
border: 1px solid #469d2a; //Temp color
|
||||||
}
|
}
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
|
|
@ -305,7 +305,7 @@ export default {
|
||||||
}
|
}
|
||||||
span {
|
span {
|
||||||
&.service-package-discount {
|
&.service-package-discount {
|
||||||
color: #469d2a;//Temp color
|
color: #469d2a; //Temp color
|
||||||
text-align: end;
|
text-align: end;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
|
@ -319,7 +319,7 @@ export default {
|
||||||
padding-right: 2px;
|
padding-right: 2px;
|
||||||
}
|
}
|
||||||
div.discount-price {
|
div.discount-price {
|
||||||
color: #469d2a;//Temp color
|
color: #469d2a; //Temp color
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 1.625rem;
|
font-size: 1.625rem;
|
||||||
}
|
}
|
||||||
|
|
@ -369,7 +369,7 @@ export default {
|
||||||
display: flex;
|
display: flex;
|
||||||
border-top-right-radius: 0.5rem;
|
border-top-right-radius: 0.5rem;
|
||||||
border-top-left-radius: 0.5rem;
|
border-top-left-radius: 0.5rem;
|
||||||
background-color: #469d2a;//Temp color
|
background-color: #469d2a; //Temp color
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue