Add minor style enhancements

This commit is contained in:
An Phan 2017-01-06 10:05:29 +08:00
parent 3d827817fb
commit 43d2958ac6
No known key found for this signature in database
GPG key ID: 05536BB4BCDC02A2
2 changed files with 6 additions and 1 deletions

View file

@ -110,6 +110,7 @@ export default {
align-content: stretch;
display: flex;
line-height: normal;
background: rgba(0, 0, 0, .1);
span:first-child {
flex: 1;

View file

@ -201,6 +201,11 @@ export default {
border-left-color: $colorHighlight;
color: $colorLinkHovered;
background: rgba(255, 255, 255, .05);
box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
}
&:active {
opacity: .5;
}
&:hover {
@ -262,7 +267,6 @@ export default {
}
}
@media only screen and (max-width : 667px) {
position: fixed;
height: calc(100vh - #{$headerHeight + $footerHeight});