Sha256: 7368650825dc4396c25a5000a1cdb00c4f8a0c7c47623f277c073a88ba575f2c
Contents?: true
Size: 763 Bytes
Versions: 5
Compression:
Stored size: 763 Bytes
Contents
.search-widgets { display: flex; > * { @extend .mx-1; } } .sort-pagination, .pagination-search-widgets { border-bottom: $pagination-border-width solid $pagination-border-color; margin-bottom: 1em; padding-bottom: 1em; } .pagination-search-widgets { padding-top: 1px; padding-bottom: $spacer; } .sort-pagination .dropdown-toggle { cursor: pointer; } .no-js { .btn-group:focus-within { .dropdown-menu { @extend .show; } } } .view-type { display: inline-block; .caption { @extend .sr-only !optional; @extend .visually-hidden !optional; } } .search-input-group { width: 80%; } @media (max-width: breakpoint-max(xs)) { .search-input-group { width: auto; } } .modal_form { margin-bottom: 0; }
Version data entries
5 entries across 5 versions & 1 rubygems