Format code.
This commit is contained in:
parent
a96f1b2c67
commit
c7dfdf71a6
1 changed files with 6 additions and 6 deletions
|
|
@ -201,15 +201,15 @@ export default {
|
|||
display: flex;
|
||||
justify-content: space-between;
|
||||
span {
|
||||
&.pricing-info {
|
||||
color: $green;
|
||||
font-size: .875rem;
|
||||
}
|
||||
&.pricing-info {
|
||||
color: $green;
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
}
|
||||
&.sub-label {
|
||||
color: $green;
|
||||
text-transform: uppercase;
|
||||
font-size: .75rem;
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
}
|
||||
ul {
|
||||
|
|
@ -217,7 +217,7 @@ export default {
|
|||
padding: 0;
|
||||
li {
|
||||
margin-bottom: 0.5rem;
|
||||
font-size: .875rem;
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue