forked from platypush/platypush
[UI] Added generic .text-danger
class.
This commit is contained in:
parent
fdd42b8a22
commit
c1b1bd6c50
1 changed files with 4 additions and 0 deletions
|
@ -72,6 +72,10 @@ a {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
.text-danger {
|
||||
color: $error-fg;
|
||||
}
|
||||
|
||||
body {
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: $scrollbar-thumb-bg $scrollbar-track-bg;
|
||||
|
|
Loading…
Reference in a new issue