- added Table field;

This commit is contained in:
Vitalii Kiiko
2024-10-02 16:06:21 +02:00
parent 0634cd2305
commit cb9327a740
14 changed files with 565 additions and 30 deletions

View File

@@ -106,6 +106,16 @@
background-color: rgba(255,255,255,0.3)
}
.p-inputgroup {
align-items: center;
}
.flex-1 {
display: flex;
align-items: center;
gap: 0.5em;
}
.mb-2 {
margin-bottom: 4px;
}