mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-01-23 02:15:09 +00:00
Add orange indicator for disabled blocking
This commit is contained in:
parent
51b4649628
commit
adf671772b
1 changed files with 6 additions and 0 deletions
|
|
@ -221,6 +221,12 @@ export default {
|
|||
}
|
||||
|
||||
&.disabled:before {
|
||||
background-color: #f5a623;
|
||||
border-color: #e59400;
|
||||
box-shadow: 0 0 5px 1px #f5a623;
|
||||
}
|
||||
|
||||
&.error:before {
|
||||
background-color: #c9404d;
|
||||
border-color: #c42c3b;
|
||||
box-shadow: 0 0 5px 1px #c9404d;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue