Files
firegex-traffic-viewer/frontend/src/components/Footer/Footer.module.scss

9 lines
178 B
SCSS
Raw Normal View History

2022-06-11 21:57:50 +02:00
@use "../../vars" as *;
@use "../../index.scss" as *;
.footer{
height: 150px;
margin-top: 50px;
background-color: $primary_color;
@extend .center-flex;
}