dashboard css remove doubles

This commit is contained in:
chfhtw
2026-04-08 15:52:57 +02:00
parent 5c6a8b9966
commit c58715d95b
-16
View File
@@ -17,12 +17,6 @@
--fhc-dashboard-section-info-color-hover: var(--fhc-primary-highlight, #005585);
}
@media(max-width: 577px) {
:root {
--fhc-dashboard-grid-size: 1;
}
}
.core-dashboard a {
color: var(--fhc-dashboard-link);
}
@@ -74,16 +68,6 @@
background-color: var(--fhc-dashboard-danger);
}
:root {
--fhc-dashboard-grid-size: 4;
}
@media(max-width: 1400px) {
:root {
--fhc-dashboard-grid-size: 4;
}
}
@media(max-width: 1200px) {
:root {
--fhc-dashboard-grid-size: 3;