Added color variables

This commit is contained in:
snipe 2020-03-27 21:44:00 -07:00
parent 5858c90e71
commit 3c1365b2c8
4 changed files with 21 additions and 16 deletions

Binary file not shown.

Binary file not shown.

View file

@ -9,22 +9,27 @@
//COLORS
//--------------------------------------------------------
@light-blue: #3c8dbc; //Primary
@red: #dd4b39; //Danger
@green: #00a65a; //Success
@aqua: #00c0ef; //Info
@yellow: #f39c12; //Warning
@blue: #0073b7;
@navy: #001F3F;
@teal: #39CCCC;
@olive: #3D9970;
@lime: #01FF70;
@orange: #FF851B;
@fuchsia: #F012BE;
@purple: #605ca8;
@maroon: #D81B60;
@black: #111;
@gray: #d2d6de;
@light-blue: #3c8dbc; //Primary
@red: #a41e15; //Danger
@light-red: #ddada6; //Primary
@green: #00a65a; //Success
@light-green: rgba(0, 255, 142, 0.42); //Success
@aqua: #00c0ef; //Info
@yellow: #f39c12; //Warning
@blue: #0073b7;
@navy: #001F3F;
@teal: #39CCCC;
@olive: #3D9970;
@lime: #01FF70;
@orange: #FF851B;
@fuchsia: #F012BE;
@purple: #605ca8;
@maroon: #D81B60;
@black: #111;
@gray: #d2d6de;
@dark-gray: #505156;
@orange: #FF8C00;
@light-orange: #ffd890;
//LAYOUT
//--------------------------------------------------------