mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 11:18:39 +00:00
47 lines
561 B
CSS
47 lines
561 B
CSS
.ok {
|
|
color: #5cff56; }
|
|
|
|
.warning {
|
|
color: #ff4b41; }
|
|
|
|
.favorite {
|
|
color: #d16059; }
|
|
|
|
.green {
|
|
background: #42bd41; }
|
|
|
|
.red {
|
|
background: #d01715; }
|
|
|
|
.blue {
|
|
background: #5778fd; }
|
|
|
|
.orange {
|
|
background: #FBA026; }
|
|
|
|
.lightblue {
|
|
background: #03a9f5; }
|
|
|
|
.yellow {
|
|
background: #ffeb3c; }
|
|
|
|
.purple {
|
|
background: #673bb7; }
|
|
|
|
.pink {
|
|
background: #ffa6e3; }
|
|
|
|
.grey {
|
|
background: #dcdcdc; }
|
|
|
|
.darkred {
|
|
background: #B8312F; }
|
|
|
|
.darkgreen {
|
|
background: #009788; }
|
|
|
|
.darkblue {
|
|
background: #3f51b5; }
|
|
|
|
/*# sourceMappingURL=color.css.map */
|