9 lines
178 B
SCSS
Executable File
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;
|
|
} |