mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 02:06:13 +00:00
15 lines
254 B
Text
15 lines
254 B
Text
/* Clients.less
|
|
* Styles used on the Clients page
|
|
* ---------------------------------------------------------------------------- */
|
|
|
|
.best {
|
|
background-color: #ddffdd;
|
|
}
|
|
|
|
.good {
|
|
background-color: #ddffff;
|
|
}
|
|
|
|
.ugly {
|
|
background-color: #ffdddd;
|
|
}
|