- added login page;
- added file upload; - added faq item edit modal;
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 14px;
|
||||
padding: 5px 0;
|
||||
|
||||
label {
|
||||
font-size: 14px;
|
||||
@@ -40,14 +41,32 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.appForm__fileUploadItem {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.appForm__fileUploadItemName {
|
||||
|
||||
}
|
||||
|
||||
.appForm__row {
|
||||
display: flex;
|
||||
gap: 7px;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.appForm__oneCol {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 7px;
|
||||
|
||||
label {
|
||||
font-weight: 400;
|
||||
}
|
||||
}
|
||||
|
||||
.appForm__twoCols {
|
||||
display: flex;
|
||||
gap: 1rem;
|
||||
@@ -99,4 +118,12 @@
|
||||
.appForm__faqTabItem {
|
||||
display: flex;
|
||||
gap: 0.5rem;
|
||||
align-items: center;
|
||||
|
||||
.p-togglebutton[data-p-highlight="true"] {
|
||||
.p-button:not(.p-button-danger) {
|
||||
background: var(--menuitem-active-background);
|
||||
border: 1px solid var(--menuitem-active-background);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user