This commit is contained in:
@@ -1439,6 +1439,41 @@ textarea:focus-visible {
|
||||
color: var(--text-secondary);
|
||||
}
|
||||
|
||||
.admin-page-shell {
|
||||
padding-top: 1rem;
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
|
||||
.admin-page-card {
|
||||
border: 0;
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
|
||||
}
|
||||
|
||||
.admin-page-card-body {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.admin-coming-soon-card {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.admin-coming-soon-card .card-body {
|
||||
padding: 3rem 1.5rem;
|
||||
}
|
||||
|
||||
.admin-editor-root .admin-editor-toolbar {
|
||||
margin-bottom: 0.75rem;
|
||||
}
|
||||
|
||||
.admin-editor-content {
|
||||
min-height: 320px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.admin-editor-preview {
|
||||
min-height: 320px;
|
||||
}
|
||||
|
||||
/* ============================================================================
|
||||
Responsive Design - Mobile First
|
||||
============================================================================ */
|
||||
|
||||
Reference in New Issue
Block a user