- added login page;
- added file upload; - added faq item edit modal;
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
.appPage {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-grow: 2;
|
||||
|
||||
h1 {
|
||||
color: var(--primary-color);
|
||||
@@ -26,6 +27,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
.appPageSection__table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.appTableHeader {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
@@ -65,12 +70,5 @@
|
||||
.appPageSection__actions {
|
||||
display: flex;
|
||||
gap: 24px;
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
|
||||
.mb-2 {
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
.mb-8 {
|
||||
margin-bottom: 16px;
|
||||
padding: 24px 0 48px;
|
||||
}
|
||||
Reference in New Issue
Block a user