- saving progress;

This commit is contained in:
Vitalii Kiiko
2024-12-09 16:27:13 +01:00
parent 2405721695
commit 90dda90ae6
9 changed files with 57 additions and 14 deletions

View File

@@ -43,6 +43,10 @@
margin-left: 10px;
text-transform: uppercase;
}
span.companyName {
margin: 0;
}
}
.appPage__spacer {

View File

@@ -0,0 +1,23 @@
.fieldsRepeater {
}
.fieldsRepeater form {
display: contents;
}
.fieldsRepeater__panel {
}
.fieldsRepeater__heading {
}
.fieldsRepeater__fields {
}
.fieldsRepeater__addNew {
margin-top: 30px;
}