UNPKG

rsuite-theme

Version:
41 lines (35 loc) 758 B
// Stacked Icons // ------------------------- .@{icon-css-prefix}-stack { &, &.@{icon-css-prefix} { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; } } .@{icon-css-prefix}-stack-1x, .@{icon-css-prefix}-stack-2x { &, &.@{icon-css-prefix} { position: absolute; left: 0; width: 100%; text-align: center; } } .@{icon-css-prefix}-stack-1x { &, &.@{icon-css-prefix} { line-height: inherit; } } .@{icon-css-prefix}-stack-2x { &, &.@{icon-css-prefix} { font-size: 2em; } } .@{icon-css-prefix}-inverse { &, &.@{icon-css-prefix} { color: @icon-inverse; } }