mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
31 lines
445 B
SCSS
31 lines
445 B
SCSS
@charset 'UTF-8';
|
|
|
|
.footer-pane {
|
|
background: $light-gray;
|
|
padding-bottom: 1em;
|
|
|
|
.footer-link {
|
|
padding: 0 1.5em;
|
|
|
|
&.copyright {
|
|
color: $dark-gray;
|
|
padding-right: 0;
|
|
}
|
|
}
|
|
|
|
.footer-site-name {
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
padding: 1.5em 0 1em;
|
|
text-transform: uppercase;
|
|
}
|
|
}
|
|
|
|
.footer,
|
|
.footer-pane,
|
|
.footer-push {
|
|
height: 89px;
|
|
}
|
|
|
|
|