Sha256: a09087518b19ec4d1da4168e6e5f6659be4a0d3a764a817f435101361b2ed8cc
Contents?: true
Size: 921 Bytes
Versions: 15
Compression:
Stored size: 921 Bytes
Contents
@mixin overview-icons-icon-font( $button-background-color, $active-button-background-color, $button-icon-color, $active-button-icon-color, $deactivated-button-icon-color ) { .button { @include background-icon-center($color: $button-icon-color, $font-size: 22px); position: absolute; width: 32px; height: 32px; background-color: $button-background-color; border-radius: 20px; &:hover { background-color: $active-button-background-color; @include background-icon-color($active-button-icon-color); } } .close { @include fa-times-icon; .label { margin-top: 0.4em; } } .overview_scroll_indicator { &:before { font-weight: bold; font-size: 29px; } &.left { @include fa-angle-left-icon; &:before { margin-left: -2px; } } &.right { @include fa-angle-right-icon; } } }
Version data entries
15 entries across 15 versions & 1 rubygems