Sha256: 84c82d6e377e14bbe0bcf44b4e0236864a1e523660429c785df7cf36fea99884
Contents?: true
Size: 920 Bytes
Versions: 44
Compression:
Stored size: 920 Bytes
Contents
.toolbox { .trigger { display: inline-block; color: $color-highlight-normal; &, &:hover { background-color: transparent; } .fa { @include icon-large; } } &:not(.initialized) { .trigger { color: $color-text-lightest; } } } .toolbox-items { @include pop-up-menu; > .fa-caret-up { position: absolute; top: steps(-1); } min-width: steps(15); > ul { @include inverted; margin-top: 3px; .button { &:hover { background-color: $color-highlight-normal; } } } li:not(:last-child) .button { border-bottom: 1px solid $color-border-inverted-lighter; } } .toolbox-overlay { @include full-screen-overlay; }
Version data entries
44 entries across 44 versions & 1 rubygems