Refactor CSS styles and input components

This commit is contained in:
Dede Fuji Abdul
2024-03-08 13:52:14 +07:00
parent 163c0b7d25
commit b66bc38b1c
13 changed files with 378708 additions and 140 deletions

View File

@ -3285,6 +3285,10 @@ body {
vertical-align: top !important;
}
.align-top {
vertical-align: top;
}
.align-middle {
vertical-align: middle;
}