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