Extensions list: sort_by parameter #159
@ -31,9 +31,17 @@
|
|||||||
overflow: hidden
|
overflow: hidden
|
||||||
padding: 0 !important
|
padding: 0 !important
|
||||||
|
|
||||||
|
@for $i from 1 through 5
|
||||||
|
.mw-#{$i}
|
||||||
|
min-width: var(--spacer-#{$i})
|
||||||
|
|
||||||
.opacity-50
|
.opacity-50
|
||||||
opacity: 0.5
|
opacity: 0.5
|
||||||
|
|
||||||
|
@for $i from 1 through 5
|
||||||
|
.rounded-#{$i}
|
||||||
|
border-radius: var(--spacer-#{$i})
|
||||||
|
|
||||||
.show
|
.show
|
||||||
opacity: 1
|
opacity: 1
|
||||||
|
|
||||||
|
@ -63,7 +63,7 @@
|
|||||||
{{ list_tag.name }}
|
{{ list_tag.name }}
|
||||||
</div>
|
</div>
|
||||||
{# TODO: @back-end add tags count dynamic #}
|
{# 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
|
1
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user