Fixed: Updates to commandExecutingSelector

This commit is contained in:
Qstick 2018-09-04 22:40:26 -04:00
parent 68aaa49e9f
commit e41f884153
16 changed files with 57 additions and 73 deletions

View file

@ -6,6 +6,10 @@
color: inherit;
}
.info {
color: $infoColor;
}
.success {
color: $successColor;
}