1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-13 23:02:23 +04:00
Files
tabler/assets/scss/dashboard/_footer.scss
T
2018-02-19 20:23:01 +01:00

15 lines
235 B
SCSS

.footer {
background: $footer-bg;
border-top: $border-width solid $border-color;
font-size: px2rem(14px);
padding: 1.25rem 0;
color: $text-muted;
a:not(.btn) {
color: $text-muted-dark;
}
@media print {
display: none;
}
}