Sha256: ebadd7923f9ccd1c6a41c5a298b57b4119c0b40d2955170aa33c0d4eefc158ed
Contents?: true
Size: 1.02 KB
Versions: 9
Compression:
Stored size: 1.02 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{ 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
9 entries across 9 versions & 1 rubygems