mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
4 lines
146 B
CSS
4 lines
146 B
CSS
/* Vars here are coming from /DashboardLayout.module.css */
|
|
.dashboardFooter {
|
|
@apply mt-[var(--small-spacing)] min-h-[var(--footer-height)];
|
|
}
|