- updated https url;
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
Reference in New Issue
Block a user