enhance(frontend): improve forms usability
This commit is contained in:
parent
2c615357f2
commit
1ba09e1eee
8 changed files with 530 additions and 464 deletions
|
|
@ -378,6 +378,16 @@ rt {
|
|||
vertical-align: top;
|
||||
}
|
||||
|
||||
._modified {
|
||||
margin-left: 0.7em;
|
||||
font-size: 65%;
|
||||
padding: 2px 3px;
|
||||
color: var(--warn);
|
||||
border: solid 1px var(--warn);
|
||||
border-radius: 4px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
._table {
|
||||
> ._row {
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue