[CodeFactor] Apply fixes to commit 940ecf8

This commit is contained in:
codefactor-io
2026-01-19 01:41:43 +00:00
parent 940ecf8714
commit 6e71437fe8
+5 -8
View File
@@ -2206,7 +2206,6 @@ div.bar.flat {
border-radius: 12px !important; border-radius: 12px !important;
border: none !important; border: none !important;
box-shadow: none !important; box-shadow: none !important;
color: #fff !important;
padding: 16px !important; padding: 16px !important;
margin: 0 !important; margin: 0 !important;
height: 100% !important; height: 100% !important;
@@ -3436,7 +3435,6 @@ div.day-empty {
font-size: 0.75rem; font-size: 0.75rem;
font-weight: 500; font-weight: 500;
color: #9a3412; color: #9a3412;
background-color: #ffedd569;
border-radius: 9999px; border-radius: 9999px;
border: 1px solid rgba(253, 186, 140, 0.3); border: 1px solid rgba(253, 186, 140, 0.3);
background-color: #ffedd5; background-color: #ffedd5;
@@ -3813,7 +3811,7 @@ div.day-empty {
font-size: 20px !important; // Nice middle ground - not too big, not too small font-size: 20px !important; // Nice middle ground - not too big, not too small
font-weight: 600 !important; font-weight: 600 !important;
color: var(--text-primary) !important; color: var(--text-primary) !important;
margin: 0 0 12px 0 !important; margin: 0 0 12px !important;
line-height: 1.3 !important; line-height: 1.3 !important;
flex-shrink: 0; flex-shrink: 0;
} }
@@ -3925,7 +3923,6 @@ button.notice-close-btn {
align-items: center; align-items: center;
justify-content: center; justify-content: center;
cursor: pointer; cursor: pointer;
font-size: 18px;
color: var(--text-primary); color: var(--text-primary);
transition: all 0.2s ease !important; transition: all 0.2s ease !important;
flex-shrink: 0; flex-shrink: 0;
@@ -3983,13 +3980,13 @@ button.notice-close-btn {
font-size: 24px; font-size: 24px;
font-weight: 600; font-weight: 600;
color: var(--text-primary); color: var(--text-primary);
margin: 16px 20px 20px 20px; margin: 16px 20px 20px;
line-height: 1.3; line-height: 1.3;
flex-shrink: 0; flex-shrink: 0;
} }
.notice-modal-body { .notice-modal-body {
padding: 0 20px 20px 20px; padding: 0 20px 20px;
font-size: 15px; font-size: 15px;
line-height: 1.6; line-height: 1.6;
color: var(--text-secondary); color: var(--text-secondary);
@@ -4070,11 +4067,11 @@ button.notice-close-btn {
.notice-modal-title { .notice-modal-title {
font-size: 20px; font-size: 20px;
margin: 12px 16px 16px 16px; margin: 12px 16px 16px;
} }
.notice-modal-body { .notice-modal-body {
padding: 0 16px 16px 16px; padding: 0 16px 16px;
} }
.notice-card { .notice-card {