Sha256: 65bbb0efc1b810307aebef9013256dcd663318f20dd9e5b4ca8d18c67f291f96
Contents?: true
Size: 840 Bytes
Versions: 8
Compression:
Stored size: 840 Bytes
Contents
@theme(sc-jumbo-size) { $theme.button { // set these here because SC.AutoResize looks here... font-size: 16px; font-weight: bold; .sc-button-label { color: #777; line-height: 24px; margin-top: 10px; top: 0; height: 24px; } @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: 0 -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
8 entries across 8 versions & 1 rubygems