add browser support styles to footer
This commit is contained in:
parent
762a44d9ab
commit
4ccd84fe6d
@ -1,6 +1,29 @@
|
|||||||
.app-footer {
|
.app-footer {
|
||||||
background-color: $color-gray-lightest;
|
background-color: $color-gray-lightest;
|
||||||
border-top: 1px solid $color-gray-lighter;
|
border-top: 1px solid $color-gray-lighter;
|
||||||
padding-left: $gap*4;
|
display: flex;
|
||||||
padding-bottom: $gap*2;
|
flex-direction: row;
|
||||||
|
justify-content: space-between;
|
||||||
|
|
||||||
|
h5,
|
||||||
|
.browser-support {
|
||||||
|
margin: 0;
|
||||||
|
padding: $gap * 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
.browser-support {
|
||||||
|
color: $color-gray;
|
||||||
|
text-align: right;
|
||||||
|
dt, dd {
|
||||||
|
@include h5;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
dd {
|
||||||
|
font-weight: normal;
|
||||||
|
&::before {
|
||||||
|
content: '・';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user