admin/React_Starter/scss/core/_footer.scss
Łukasz Holeczek c3354fa29b Hello World!
2017-08-16 12:06:44 +02:00

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);
}