Added rename function
This commit is contained in:
9
frontend/src/components/Footer/index.module.scss
Executable file
9
frontend/src/components/Footer/index.module.scss
Executable file
@@ -0,0 +1,9 @@
|
||||
@use "../../vars" as *;
|
||||
@use "../../index.scss" as *;
|
||||
|
||||
.footer{
|
||||
height: 150px;
|
||||
margin-top: 50px;
|
||||
background-color: $primary_color;
|
||||
@extend .center-flex;
|
||||
}
|
||||
Reference in New Issue
Block a user