Footer styles

This commit is contained in:
Adina Țeudan 2021-06-28 14:24:08 +03:00
parent 2894abefd3
commit d3476c71e1
4 changed files with 20 additions and 0 deletions

18
paligo-styles/footer.scss Normal file
View File

@ -0,0 +1,18 @@
@import '../apps/red-ui/src/assets/styles/red-variables';
.portal-footer {
border-top: 1px solid $grey-4;
margin-top: 100px;
padding: 0;
.inner {
margin: 0;
padding: 8px 0 64px 0;
font-size: 16px;
line-height: 22px;
> * {
padding: 0;
}
}
}

View File

@ -7,6 +7,7 @@
.portal-contents {
margin-top: 100px;
margin-bottom: 0;
.inner {
margin: 0;

View File

View File

@ -3,6 +3,7 @@
@import 'header';
@import 'homepage';
@import 'search';
@import 'footer';
body {
color: $accent;