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