1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-18 10:51:21 +02:00

feat(admin-plugin): update styles for all forms #211

This commit is contained in:
Awilum
2020-01-31 13:03:34 +03:00
parent c265440f00
commit 816cee6461

View File

@@ -10,12 +10,12 @@
.form-control-title
{
@apply font-bold;
@apply font-bold block;
}
.form-control
{
@apply w-full border border-gray-600 outline-none px-2 py-2;
@apply w-full block border border-gray-600 outline-none px-2 py-2;
}
.form-group