mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-24 08:08:41 +00:00
60 lines
552 B
SCSS
60 lines
552 B
SCSS
.ok {
|
|
color: #5cff56;
|
|
}
|
|
|
|
.warning {
|
|
color: #ff4b41;
|
|
}
|
|
|
|
.favorite {
|
|
color: #d16059;
|
|
}
|
|
|
|
.green {
|
|
background: #c0ffb4;
|
|
}
|
|
|
|
.red {
|
|
background: #ff7c70;
|
|
}
|
|
|
|
.blue {
|
|
background: #c1c8ff;
|
|
}
|
|
|
|
.orange {
|
|
background: #ffbf7c;
|
|
}
|
|
|
|
.lightblue {
|
|
background: #b5ffff;
|
|
}
|
|
|
|
.yellow {
|
|
background: #fffe97;
|
|
}
|
|
|
|
.purple {
|
|
background: #bfa5ff;
|
|
}
|
|
|
|
.pink {
|
|
background: #ffa6e3;
|
|
}
|
|
|
|
.grey {
|
|
background: #dcdcdc;
|
|
}
|
|
|
|
.darkred {
|
|
background: #d16059;
|
|
}
|
|
|
|
.darkgreen {
|
|
background: #77d17c;
|
|
}
|
|
|
|
.darkblue {
|
|
background: #7ba9d1;
|
|
}
|