This commit is contained in:
@@ -1266,6 +1266,24 @@ textarea:focus-visible {
|
||||
margin-top: 0.25rem;
|
||||
}
|
||||
|
||||
.blog-editor-shell .admin-editor-source {
|
||||
padding: 0.875rem 1rem;
|
||||
border: 1px solid var(--border-color-light);
|
||||
border-radius: var(--radius-lg);
|
||||
background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);
|
||||
}
|
||||
|
||||
.blog-editor-shell .admin-editor-source dt {
|
||||
color: var(--text-secondary);
|
||||
font-size: 0.78rem;
|
||||
}
|
||||
|
||||
.blog-editor-shell .admin-editor-source dd {
|
||||
color: var(--text-primary);
|
||||
font-size: 0.82rem;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
/* ============================================================================
|
||||
Responsive Design - Mobile First
|
||||
============================================================================ */
|
||||
|
||||
Reference in New Issue
Block a user