mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-27 17:38:40 +00:00
47 lines
561 B
CSS
47 lines
561 B
CSS
.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; }
|
|
|
|
/*# sourceMappingURL=color.css.map */
|