Add smaller class.
This commit is contained in:
@@ -1,7 +1,16 @@
|
||||
// Color system (recopied from Bootstrap)
|
||||
$white: #fff !default;
|
||||
$gray-500: #adb5bd !default;
|
||||
$black: #000 !default;
|
||||
// Color system
|
||||
$gray-100: hsl(210, 20%, 98%) !default;
|
||||
$gray-200: hsl(210, 20%, 93%) !default;
|
||||
$gray-300: hsl(210, 20%, 89%) !default;
|
||||
$gray-400: hsl(210, 20%, 81%) !default;
|
||||
$gray-500: hsl(210, 20%, 71%) !default;
|
||||
$gray-600: hsl(210, 20%, 46%) !default;
|
||||
$gray-700: hsl(210, 20%, 31%) !default;
|
||||
$gray-800: hsl(210, 20%, 23%) !default;
|
||||
$gray-900: hsl(210, 50%, 15%) !default;
|
||||
|
||||
$white: #fff !default;
|
||||
$black: #000 !default;
|
||||
|
||||
$blue: #0d6efd !default; // From Bootstrap
|
||||
$indigo: #6610f2 !default; // From Bootstrap
|
||||
|
||||
Reference in New Issue
Block a user