SurfSense/apps/web/components/layouts/dashboard/layout-components/Footer/Footer.module.css

5 lines
146 B
CSS
Raw Normal View History

2024-07-30 16:00:11 -07:00
/* Vars here are coming from /DashboardLayout.module.css */
.dashboardFooter {
@apply mt-[var(--small-spacing)] min-h-[var(--footer-height)];
}