lib/assets/stylesheets/uniform/variables.scss in uniform-ui-2.2.2 vs lib/assets/stylesheets/uniform/variables.scss in uniform-ui-2.3.2

- old
+ new

@@ -8,14 +8,17 @@ //---------------------------------------------------------------- // Colors //---------------------------------------------------------------- $colors: ( 'background': #f2f2f2, - 'gray': #505153, - 'gray-light': #cccccc, - 'gray-dark': #373839, - 'gray-background': rgb(238, 238, 238), + 'gray-lightest': #F8FAFC, + 'gray-lighter': #F1F5F8, + 'gray-light': #DAE1E7, + 'gray': #B8C2CC, + 'gray-dark': #8795A1, + 'gray-darker': #606F7B, + 'gray-darkest': #3D4852, 'green': #97C848, 'green-light': #BBFF00, 'green-dark': #709239, 'blue': #0994E2, 'blue-bright': #1fa9ff, @@ -27,11 +30,10 @@ 'red-bright': #ffab9b, 'yellow': #D7E542, 'yellow-dark': #BBC02C, 'yellow-light': #E9F75A, 'black': #000000, - 'white': #FFFFFF, - 'muted': #969696 + 'white': #FFFFFF ); //---------------------------------------------------------------- // Breakpoints