11 lines
154 B
SCSS
11 lines
154 B
SCSS
|
@import "../utils/variables";
|
||
|
|
||
|
.footer {
|
||
|
padding: 15px;
|
||
|
text-align: center;
|
||
|
background-color: $backgroundDarker;
|
||
|
}
|
||
|
|
||
|
.footerLink {
|
||
|
color: $white;
|
||
|
}
|