Make form style + button style match mockup

This commit is contained in:
Stephen Abello
2026-01-14 09:32:11 +01:00
parent 975046da17
commit 8896c576d7
3 changed files with 38 additions and 5 deletions

View File

@@ -77,12 +77,18 @@ collection-entry-element {
.ibo-form-compact{
.ibo-content-block{
.ibo-field{
display: flex;
flex-direction: column;
gap: 4px;
label{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
width: 100%;
max-width: unset;
padding-right: 0;