Sha256: a7d3135286dad77330fa468059154a3c5465057bab8dfbf8082b4b9dd2f0291b
Contents?: true
Size: 795 Bytes
Versions: 1
Compression:
Stored size: 795 Bytes
Contents
// Colors $gray:#505153; $gray-light: #cccccc; $gray-dark:darken($gray, 10); $green:#97C848; $green-light:#BBFF00; $green-dark:#709239; $blue:#0994E2; $blue-light:#A7CDF2; $blue-dark:#167DBA; $red:#E1563E; $red-light:#E5766C; $red-dark:#971710; $red-bright:#ffab9b; $yellow: #D7E542; $yellow-dark: #BBC02C; $yellow-light: #E9F75A; $gray-background: rgb(238, 238, 238); $background: lighten($gray, 63); $text-inputs: "input:not([type=search]):not([type=submit]):not([type=checkbox]):not([type=radio])"; $system-font: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; // Responsive Breakpoints // breakpoints at 720, 1080, 1440 $sm: "max-width: 719px"; $md: "min-width: 720px"; $lg: "min-width: 1080px"; $xl: "min-width: 1440px";
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
uniform-ui-1.0 | vendor/assets/stylesheets/uniform/variables.scss |