mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 01:44:25 +04:00
12 lines
290 B
SCSS
12 lines
290 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;
|
|
}
|
|
|
|
.footer-transparent {
|
|
background-color: transparent;
|
|
border-top: 0;
|
|
} |