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