Sha256: f064dcc02ccdd53a83dbd18c8503b487c6c6a959546d2c1ef53bf12ab1d583d7
Contents?: true
Size: 1.11 KB
Versions: 3
Compression:
Stored size: 1.11 KB
Contents
$text-color: #333333; $light-blue: #C6DBE7; $blue: darken($light-blue, 15%); $very-light-blue: lighten($light-blue, 12%); $light-gray: #EDEDED; $medium-gray: #E3E3E3; $dark-gray: #666666; $default-padding: 4px; $default-margin: $default-padding; $default-font-face: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif; $default-font-size: 12px; $default-font-style: $default-font-size $default-font-face; $default-border-color: #AFAFAF; $default-border-width: 1px; $default-border-style: solid; $default-border: $default-border-width $default-border-style $default-border-color; $default-border-radius: 3px; $button-bg-color: #F7F7F7; $button-hover-bg-color: #e6f0f5; $button-border-color: #9A9A9A; $button-hover-border-color: #888888; $button-text-shadow: #f2f2f2 1px 1px 0; $sb-base-color: $light-gray; $sb-border-radius: $default-border-radius; $sb-font-size: $default-font-size; $sb-text-color: $text-color; $sb-ie-support: true; $default-form-field-margin: $default-padding 0; $error_border_color: #c49c9c; $error_text_color: #592e2e; $error_background_color: #efd3d3;
Version data entries
3 entries across 3 versions & 1 rubygems