Extensions list: sort_by parameter #159
@ -31,9 +31,17 @@
|
||||
overflow: hidden
|
||||
padding: 0 !important
|
||||
|
||||
@for $i from 1 through 5
|
||||
.mw-#{$i}
|
||||
min-width: var(--spacer-#{$i})
|
||||
|
||||
.opacity-50
|
||||
opacity: 0.5
|
||||
|
||||
@for $i from 1 through 5
|
||||
.rounded-#{$i}
|
||||
border-radius: var(--spacer-#{$i})
|
||||
|
||||
.show
|
||||
opacity: 1
|
||||
|
||||
|
@ -63,7 +63,7 @@
|
||||
{{ list_tag.name }}
|
||||
</div>
|
||||
{# TODO: @back-end add tags count dynamic #}
|
||||
<div class="align-items-center bg-primary d-flex h-3 fs-xs justify-content-center ms-2 rounded-circle w-3">
|
||||
<div class="align-items-center bg-primary d-flex h-3 fs-xs justify-content-center ms-2 mw-3 px-1 rounded-2">
|
||||
1
|
||||
</div>
|
||||
</a>
|
||||
|
Loading…
Reference in New Issue
Block a user