mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 11:18:39 +00:00
60 lines
552 B
SCSS
60 lines
552 B
SCSS
.ok {
|
|
color: #5cff56;
|
|
}
|
|
|
|
.warning {
|
|
color: #ff4b41;
|
|
}
|
|
|
|
.favorite {
|
|
color: #d16059;
|
|
}
|
|
|
|
.green {
|
|
background: #61BD6D;
|
|
}
|
|
|
|
.red {
|
|
background: #D14841;
|
|
}
|
|
|
|
.blue {
|
|
background: #2C82C9;
|
|
}
|
|
|
|
.orange {
|
|
background: #FBA026;
|
|
}
|
|
|
|
.lightblue {
|
|
background: #54ACD2;
|
|
}
|
|
|
|
.yellow {
|
|
background: #FAC51C;
|
|
}
|
|
|
|
.purple {
|
|
background: #553982;
|
|
}
|
|
|
|
.pink {
|
|
background: #ffa6e3;
|
|
}
|
|
|
|
.grey {
|
|
background: #dcdcdc;
|
|
}
|
|
|
|
.darkred {
|
|
background: #B8312F;
|
|
}
|
|
|
|
.darkgreen {
|
|
background: #41A85F;
|
|
}
|
|
|
|
.darkblue {
|
|
background: #2969B0;
|
|
}
|