- updated form builder styles;

This commit is contained in:
Vitalii Kiiko
2024-10-15 11:43:29 +02:00
parent 2faa5762a0
commit d2cb163417
4 changed files with 14 additions and 3 deletions

View File

@@ -106,12 +106,16 @@
}
}
.formBuilder__elementNew {
.formBuilder__elementNew.formBuilder__elementNew {
border: 1px solid var(--button-secondary-borderColor);
background-color: var(--button-secondary-borderColor);
width: 100%;
padding: 10px;
opacity: 0.6;
color: white;
font-size: 11px;
text-transform: uppercase;
text-align: center;
}
.formBuilder__aside {