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