Sha256: 7d1a13046ab749bc892dffc138714e945d2d5fd20bbe7651817451d36240c200
Contents?: true
Size: 412 Bytes
Versions: 25
Compression:
Stored size: 412 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
25 entries across 25 versions & 1 rubygems