open-vault/ui/app/styles/core/footer.scss
2018-04-03 09:16:57 -05:00

10 lines
149 B
SCSS

.footer {
border-top: $base-border;
padding: $size-3 1.5rem;
span:not(:first-child) {
display: inline-block;
padding: 0 0.5rem;
}
}