We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51b4649 commit adf6717Copy full SHA for adf6717
src/components/services/PiHole.vue
@@ -221,6 +221,12 @@ export default {
221
}
222
223
&.disabled:before {
224
+ background-color: #f5a623;
225
+ border-color: #e59400;
226
+ box-shadow: 0 0 5px 1px #f5a623;
227
+ }
228
+
229
+ &.error:before {
230
background-color: #c9404d;
231
border-color: #c42c3b;
232
box-shadow: 0 0 5px 1px #c9404d;
0 commit comments