🎨 Update styles for help and settings panels with new colors, padding, and text color adjustments
This commit is contained in:
@@ -844,16 +844,17 @@ onMounted(() => {
|
||||
/* Help & Settings Panels */
|
||||
.help-panel,
|
||||
.settings-panel {
|
||||
background: #f9f9f9;
|
||||
border: 1px solid #e0e0e0;
|
||||
background: #f8f9fa;
|
||||
border: 1px solid #e9ecef;
|
||||
border-radius: 8px;
|
||||
padding: 1rem;
|
||||
padding: 1.5rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.help-panel h3,
|
||||
.settings-panel h3 {
|
||||
margin-top: 0;
|
||||
color: #495057;
|
||||
}
|
||||
|
||||
.help-panel ul {
|
||||
|
||||
Reference in New Issue
Block a user