mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 09:24:24 +04:00
17 lines
340 B
SCSS
17 lines
340 B
SCSS
.footer {
|
|
border-top: var(--#{$prefix}border-width) var(--#{$prefix}border-style) $footer-border-color;
|
|
background-color: $footer-bg;
|
|
padding: $footer-padding-y 0;
|
|
color: $footer-color;
|
|
margin-top: auto;
|
|
|
|
@include media-print {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.footer-transparent {
|
|
background-color: transparent;
|
|
border-top: 0;
|
|
}
|