UI changes;

availability form prettify
This commit is contained in:
Dobromir Popov
2024-03-02 22:49:11 +02:00
parent 8de48e1c41
commit ffcfb6b15c
5 changed files with 14 additions and 8 deletions

View File

@ -27,7 +27,7 @@ body {
@apply m-2 text-white font-bold py-2 px-4 rounded bg-blue-500 hover:bg-blue-700;
}
.panel-actions {
@apply flex justify-end items-center justify-between;
@apply flex justify-end items-center justify-between;
}
.action-button {
@apply inline-block align-baseline font-bold text-blue-500 hover:text-blue-800;