Sha256: 74aa54d23e3e5ed2044854b4a8c8c3425d545386adb51ff9ec62422d56b49532
Contents?: true
Size: 414 Bytes
Versions: 9
Compression:
Stored size: 414 Bytes
Contents
//vars $background-color: #99CCFF; $content-background-color: aliceblue; $button-background-color: steelblue; $corner-radius: 5px; $shadow-radius: 10px; $window-width: 980px; $side_bar-width: 0; $padding: 10px; $content-width: $window-width - $side_bar-width - 2*($shadow-radius) - 2*$padding; @import 'sbdev_core'; body { background: url("/assets/background.jpg") repeat fixed center top $background-color; }
Version data entries
9 entries across 9 versions & 1 rubygems