mirror of
https://github.com/tabler/tabler.git
synced 2026-08-13 23:02:23 +04:00
15 lines
235 B
SCSS
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;
|
|
}
|
|
} |