27 lines
436 B
SCSS
27 lines
436 B
SCSS
@import '../apps/red-ui/src/assets/styles/red-variables';
|
|
@import 'mixin';
|
|
|
|
.portal-footer,
|
|
.site-footer {
|
|
border-top: 1px solid $grey-4;
|
|
padding: 0;
|
|
|
|
&.portal-footer {
|
|
margin-top: 100px;
|
|
}
|
|
|
|
.inner {
|
|
margin: 0;
|
|
padding: 8px 0 64px 0;
|
|
@include paragraph;
|
|
|
|
> * {
|
|
padding: 0;
|
|
}
|
|
|
|
.copyright:after {
|
|
content: ' knecon AG';
|
|
}
|
|
}
|
|
}
|