- updated https url;

This commit is contained in:
Vitalii Kiiko
2024-10-08 17:13:18 +02:00
parent 3001a97568
commit fa29164fed
10 changed files with 467 additions and 147 deletions

View File

@@ -174,6 +174,20 @@
}
}
.appForm__switchFieldWrapper {
display: flex;
gap: 1em;
.appForm__field.switch {
width: 90px;
}
> div:nth-of-type(2) {
width: 100%;
margin-bottom: 20px;
}
}
.appForm__repeaterItem {
padding: 0.5rem 0.5rem 0.5rem 1rem;
border-left: 3px solid #dadada;
@@ -279,4 +293,11 @@
.appForm__delegaFormHeader {
text-align: center;
}
.appForm__delegaFormActions {
display: flex;
justify-content: flex-start;
gap: 0.5em;
width: 100%;
}