open-vault/ui/app/styles/core/footer.scss

21 lines
338 B
SCSS
Raw Normal View History

/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
2018-04-03 14:16:57 +00:00
.footer {
2018-07-06 00:06:34 +00:00
background-color: transparent;
2018-04-03 14:16:57 +00:00
border-top: $base-border;
padding: $size-3 1.5rem;
margin-top: auto;
2018-04-03 14:16:57 +00:00
span:not(:first-child) {
display: inline-block;
padding: 0 0.5rem;
2019-03-28 22:15:48 +00:00
@include until($mobile) {
display: none;
}
2018-04-03 14:16:57 +00:00
}
}