Footer styles
This commit is contained in:
parent
2894abefd3
commit
d3476c71e1
18
paligo-styles/footer.scss
Normal file
18
paligo-styles/footer.scss
Normal 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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
.portal-contents {
|
.portal-contents {
|
||||||
margin-top: 100px;
|
margin-top: 100px;
|
||||||
|
margin-bottom: 0;
|
||||||
|
|
||||||
.inner {
|
.inner {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|||||||
0
paligo-styles/manual.scss
Normal file
0
paligo-styles/manual.scss
Normal file
@ -3,6 +3,7 @@
|
|||||||
@import 'header';
|
@import 'header';
|
||||||
@import 'homepage';
|
@import 'homepage';
|
||||||
@import 'search';
|
@import 'search';
|
||||||
|
@import 'footer';
|
||||||
|
|
||||||
body {
|
body {
|
||||||
color: $accent;
|
color: $accent;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user