1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-17 10:30:46 +02:00

feat(admin-plugin): add focus and active styles for form controls

This commit is contained in:
Awilum
2020-02-11 17:28:12 +03:00
parent ffc2bdbe49
commit 6b0c585cae

View File

@@ -18,6 +18,12 @@
@apply w-full block border rounded border-gray-600 outline-none px-2 py-2;
}
.form-control:active,
.form-control:focus
{
@apply border-black;
}
.form-group
{
@apply mb-3;