Sha256: 170643ee96c3684f54b22e929caf1fc33711ed3458a6beaa4cadca740651d2d0
Contents?: true
Size: 1.05 KB
Versions: 37
Compression:
Stored size: 1.05 KB
Contents
//Variables $order-border: $border; /* Results per page styles */ .results-per-page{ margin-bottom: 1rem; display: flex; align-items: baseline; flex-wrap: wrap; a:hover{ color: var(--secondary); text-decoration: underline; } a:focus{ outline: $anchor-outline-focus; } } .results-per-page__dropdown{ display: flex; flex-wrap: wrap; .menu{ .is-dropdown-submenu-parent > a{ padding: 0; margin-left: .5rem; margin-top: .25rem; } } } .results-per-page__dropdown--right{ margin-left: auto; } .results-per-page__action{ margin-left: auto; justify-content: flex-end; .button{ margin-bottom: 0; } } .results-per-page__tabs{ display: inline-block; } .results-per-page__tab{ color: $muted; &::after{ content: ""; display: inline-block; height: .75em; border-left: $border; margin: 0 .2em 0 .5em; vertical-align: middle; } &.is-active{ color: $anchor-color; } &:first-of-type{ padding-left: 0; } &:last-of-type::after{ border-left: none; } }
Version data entries
37 entries across 37 versions & 1 rubygems