Merge pull request #2768 from Safelite/CASH-1404-fix-most-popular-placement
CASH-1404 fix most popular placement
This commit is contained in:
commit
fcb3840bbf
1 changed files with 1 additions and 9 deletions
|
|
@ -330,22 +330,14 @@ export default {
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
@include media-breakpoint-up(md) {
|
|
||||||
display: inline-flex;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.sub-label {
|
&.sub-label {
|
||||||
color: $green;
|
color: $green;
|
||||||
|
display: inline-flex;
|
||||||
padding: 0.25rem 0;
|
padding: 0.25rem 0;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
@include media-breakpoint-up(md) {
|
|
||||||
background-color: $green-100;
|
|
||||||
padding: 0.25rem 0.5rem;
|
|
||||||
border-radius: 0.75rem;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
span {
|
span {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue