fix(ui): rename global group class to form-group

This commit is contained in:
sct
2021-02-08 09:48:09 +00:00
parent a3042f8e1b
commit 8056187c3c
10 changed files with 53 additions and 25 deletions

View File

@@ -114,7 +114,7 @@ input.port {
@apply mt-2 text-sm text-red-500;
}
.group {
.form-group {
@apply mt-6 text-white;
}