Ver Fonte

Add shades of gray to the variables (beta)

Alexander Zaytsev há 6 anos atrás
pai
commit
991cd5829d
1 ficheiros alterados com 13 adições e 0 exclusões
  1. 13 0
      packages/@uppy/core/src/_variables.scss

+ 13 - 0
packages/@uppy/core/src/_variables.scss

@@ -16,6 +16,19 @@ $color-yellow: #ffd600 !default;
 $color-green: #1bb240 !default;
 $color-blue: #2275d7 !default;
 
+// Shades of gray
+// @todo: replace all current grays with them
+$gray-50: #fafafa;
+$gray-100: #f4f4f4;
+$gray-200: #eaeaea;
+$gray-300: #dfdfdf;
+$gray-400: #bbb;
+$gray-500: #939393;
+$gray-600: #777;
+$gray-700: #525252;
+$gray-800: #333;
+$gray-900: #1f1f1f;
+
 $color-uppy-pink: #eb2177;
 
 // Sizes