Files
firegex-traffic-viewer/firewall/frontend/src/components/Footer/Footer.module.scss
2022-06-27 09:30:48 +02:00

9 lines
178 B
SCSS
Executable File

@use "../../vars" as *;
@use "../../index.scss" as *;
.footer{
height: 150px;
margin-top: 50px;
background-color: $primary_color;
@extend .center-flex;
}