Adjust footer styles to accommodate a help link
This commit is contained in:
parent
88793cab3f
commit
ea52eb22ff
@ -4,15 +4,27 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
|
padding: $gap * 2;
|
||||||
|
|
||||||
h5,
|
.app-footer__info {
|
||||||
.browser-support {
|
flex-grow: 1;
|
||||||
margin: 0;
|
|
||||||
padding: $gap * 2;
|
.app-footer__info__title {
|
||||||
|
display: inline-block;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0 $gap 0 0;
|
||||||
|
//margin: ($gap * 2);
|
||||||
|
}
|
||||||
|
|
||||||
|
.app-footer__info__link {
|
||||||
|
margin: (-$gap * 2) (-$gap);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.browser-support {
|
.app-footer__browser-support {
|
||||||
color: $color-gray;
|
color: $color-gray;
|
||||||
|
margin: 0;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
dt, dd {
|
dt, dd {
|
||||||
@include h5;
|
@include h5;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user