- added login page;
- added file upload; - added faq item edit modal;
This commit is contained in:
@@ -32,6 +32,9 @@
|
||||
|
||||
.formBuilder__element {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
gap: 1rem;
|
||||
padding: 10px 20px;
|
||||
border: 1px dashed var(--button-secondary-borderColor);
|
||||
font-size: 14px;
|
||||
@@ -61,14 +64,21 @@
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
.formBuilder__elementItem {
|
||||
display: flex;
|
||||
padding: 10px 20px;
|
||||
border: 1px dashed var(--button-secondary-borderColor);
|
||||
font-size: 14px;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
line-height: 21px;
|
||||
|
||||
li {
|
||||
display: flex;
|
||||
padding: 10px 20px;
|
||||
border: 1px dashed var(--button-secondary-borderColor);
|
||||
font-size: 14px;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
line-height: 21px;
|
||||
&:hover {
|
||||
cursor: grab;
|
||||
}
|
||||
}
|
||||
|
||||
.formBuilder__elementSettings {
|
||||
width: 40rem;
|
||||
}
|
||||
Reference in New Issue
Block a user