Sha256: 80f58e6e4d642d5e30f753cbeb465c46d305ea403b918498265f0303604d1c8a
Contents?: true
Size: 910 Bytes
Versions: 2
Compression:
Stored size: 910 Bytes
Contents
// Consistent settings $br: 5px; // Border-radius $btn-br: 5px; // Button border-radius $padding: 40px; // Padding and margins // Responsive breakpoints $small-break: 480px; $big-break: 780px; // Better default colors // Cool $aqua: #7FDBFF; $blue: #0074D9; $navy: #001F3F; $teal: #39CCCC; $green: #2ECC40; $olive: #3D9970; $lime: #01FF70; // Warm $yellow: #FFDC00; $orange: #FF851B; $red: #FF4136; $fuchsia: #F012BE; $purple: #B10DC9; $maroon: #85144B; // Gray Scale $white: #fff; $silver: #ddd; $grey: #aaa; $black: #111; // Color variables $primary-color: #1271db; $secondary-color: #233E5B; $tertiary-color: #aaa; $bad-color: $red; // Bad color for errors, validation etc. $good-color: $green; // Good color for success etc. $info-color: $blue; // Good color for success etc. $warning-color: $orange; // Good color for success etc. $subtle-color: $grey; // Subtle color for subtle text
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
motherplate-rails-0.0.2 | vendor/assets/stylesheets/motherplate/_config.scss |
motherplate-rails-0.0.1 | vendor/assets/stylesheets/motherplate/_config.scss |