9 lines
186 B
SCSS
9 lines
186 B
SCSS
.app-footer {
|
|
min-height: $footer-height;
|
|
padding: 0 $spacer;
|
|
line-height: $footer-height;
|
|
color: $footer-color;
|
|
background: $footer-bg;
|
|
@include borders($footer-borders);
|
|
}
|