Sha256: 62e27b76444276fc32ced6f3f7f5014c222c8e3b148645c5c3d15da8d6aafcd7
Contents?: true
Size: 771 Bytes
Versions: 9
Compression:
Stored size: 771 Bytes
Contents
$font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; * { font-family: $font-family; } body { font-size: 100%; background-color: #ddd; background-image: url($asset_app_background); min-width: 1200px; } a { font: inherit; } strong { font-weight: bold; } .translation_missing { color: red !important; text-decoration: line-through !important; } #messages { .error, .notice, .alert { padding: 10px 30px; color: white; font-size: 14px; text-shadow: -1px -1px 0 black; } .error, .alert { @include gradient($color_warn,$color_warn_dark); } .notice { @include gradient(#666,#444); } } #foot { margin-bottom: 30px; color: #999; text-align: center; font-size: 14px; text-shadow: 1px 1px 0 white; }
Version data entries
9 entries across 9 versions & 1 rubygems