Sha256: 6404d81280b2675dcd2f65b743d4d17994dde4e8f7b451a40e87c1c60ccfb3ad
Contents?: true
Size: 803 Bytes
Versions: 26
Compression:
Stored size: 803 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); &.sc-static-layout .sc-button-label { margin-left: 3px; margin-right: 3px; } &.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
26 entries across 26 versions & 2 rubygems