Skip to content

Commit 1d0bae6

Browse files
Update style.css
1 parent 904acd0 commit 1d0bae6

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed

static/style.css

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,3 +419,69 @@ select {
419419
select optgroup {
420420
font-weight: 600;
421421
}
422+
423+
/* Settings Page Styles */
424+
.settings-description {
425+
color: #6c757d;
426+
margin-bottom: 1.5rem;
427+
}
428+
429+
.settings-section {
430+
padding: 1.5rem 0;
431+
border-bottom: 1px solid #e9ecef;
432+
}
433+
434+
.settings-section:last-child {
435+
border-bottom: none;
436+
}
437+
438+
.settings-section h4 {
439+
margin-bottom: 1rem;
440+
color: #495057;
441+
}
442+
443+
.status-enabled {
444+
color: #28a745;
445+
font-weight: 500;
446+
margin-bottom: 1rem;
447+
}
448+
449+
.status-disabled {
450+
color: #dc3545;
451+
font-weight: 500;
452+
margin-bottom: 1rem;
453+
}
454+
455+
.form-actions {
456+
display: flex;
457+
gap: 1rem;
458+
margin-top: 1.5rem;
459+
}
460+
461+
.alert {
462+
padding: 1rem;
463+
margin: 1rem 0;
464+
border-radius: 4px;
465+
background-color: #d1ecf1;
466+
color: #0c5460;
467+
border: 1px solid #bee5eb;
468+
}
469+
470+
.alert-warning {
471+
background-color: #fff3cd;
472+
color: #856404;
473+
border-color: #ffeeba;
474+
}
475+
476+
.alert-error {
477+
background-color: #f8d7da;
478+
color: #721c24;
479+
border-color: #f5c6cb;
480+
}
481+
482+
.alert-success {
483+
background-color: #d4edda;
484+
color: #155724;
485+
border-color: #c3e6cb;
486+
}
487+

0 commit comments

Comments
 (0)