Files
firegex-traffic-viewer/frontend/src/components/Header/index.module.scss
2023-04-12 23:53:43 +02:00

24 lines
382 B
SCSS

@use "../../vars" as *;
@use "../../index.scss" as *;
.header{
width: 100%;
background-color: $primary_color;
display: flex;
align-items: center;
justify-content: center;
}
.divlogo{
width: 110px;
height: 100%;
cursor: pointer;
@extend .center-flex;
}
.navbtn{
@extend .center-flex;
width: 30px;
margin:0;
}