mirror of
https://github.com/dalbodeule/snap-admin.git
synced 2025-08-14 23:51:12 +00:00
- Small refactor to the rendering part for input fileds: each field now has its own Thymeleaf
fragment in order to allow easier customization and easier support for different field types (required for #7) - WIP Handle unsupported types gracefully (#9)
This commit is contained in:
@@ -59,6 +59,14 @@ tr.table-data-row td:last-child, tr.table-data-row th:last-child {
|
||||
width: 96px;
|
||||
}
|
||||
|
||||
.warning-col {
|
||||
width: 32px;
|
||||
}
|
||||
|
||||
.warning-col a .bi {
|
||||
color: red !important;
|
||||
}
|
||||
|
||||
h1 .bi {
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
Reference in New Issue
Block a user