mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Added color variables
This commit is contained in:
parent
5858c90e71
commit
3c1365b2c8
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -10,8 +10,10 @@
|
||||||
//--------------------------------------------------------
|
//--------------------------------------------------------
|
||||||
|
|
||||||
@light-blue: #3c8dbc; //Primary
|
@light-blue: #3c8dbc; //Primary
|
||||||
@red: #dd4b39; //Danger
|
@red: #a41e15; //Danger
|
||||||
|
@light-red: #ddada6; //Primary
|
||||||
@green: #00a65a; //Success
|
@green: #00a65a; //Success
|
||||||
|
@light-green: rgba(0, 255, 142, 0.42); //Success
|
||||||
@aqua: #00c0ef; //Info
|
@aqua: #00c0ef; //Info
|
||||||
@yellow: #f39c12; //Warning
|
@yellow: #f39c12; //Warning
|
||||||
@blue: #0073b7;
|
@blue: #0073b7;
|
||||||
|
@ -25,6 +27,9 @@
|
||||||
@maroon: #D81B60;
|
@maroon: #D81B60;
|
||||||
@black: #111;
|
@black: #111;
|
||||||
@gray: #d2d6de;
|
@gray: #d2d6de;
|
||||||
|
@dark-gray: #505156;
|
||||||
|
@orange: #FF8C00;
|
||||||
|
@light-orange: #ffd890;
|
||||||
|
|
||||||
//LAYOUT
|
//LAYOUT
|
||||||
//--------------------------------------------------------
|
//--------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue