1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-27 13:34:37 +04:00
Files
tabler/scss/layout/_footer.scss
T
2020-02-09 16:49:37 +01:00

15 lines
297 B
SCSS

.footer {
border-top: 1px solid $footer-border-color;
background-color: $footer-bg;
padding: 1rem 0;
color: $text-muted;
margin-bottom: (-$content-padding-y);
margin-top: $content-padding-y;
}
.footer-transparent {
margin-top: 0;
background-color: transparent;
border-top: 0;
}