Files
tabler/scss/layout/_footer.scss
T
2020-02-07 22:31:44 +01:00

6 lines
130 B
SCSS

.footer {
border-top: 1px solid $footer-border-color;
background-color: $footer-bg;
padding: 1rem 0;
color: $text-muted;
}