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:
@@ -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
|
||||
|
Reference in New Issue
Block a user