Sha256: f088e9d3667f3031d65372d001ddd6c31429068302d726e40b499b70621ec121
Contents?: true
Size: 701 Bytes
Versions: 3
Compression:
Stored size: 701 Bytes
Contents
@theme(sc-jumbo-size) { $theme.button { .sc-button-label { margin-top: 12px; top: 0px; height: 24px; font-size: 16px; font-weight: bold; color: #777; } @include slices("normal_button.png", $left: 3, $right: 3); &.active { @include slices("active_button.png", $left: 3, $right: 3); } &.sel, &.def { .sc-button-label { color:white; text-shadow: 0px -1px 1px black; } @include slices("selected_button.png", $left: 3, $right: 3); &.sel.active, &.def.active { @include slices("selected_active_button.png", $left: 3, $right: 3); } } } }
Version data entries
3 entries across 3 versions & 1 rubygems