update style

This commit is contained in:
afc163 2017-10-18 19:41:44 +08:00
parent 90e82f1cff
commit f87a64316a
2 changed files with 2 additions and 1 deletions

View File

@ -30,6 +30,7 @@
& > img {
width: 100%;
height: 100%;
display: block;
}
}

View File

@ -15,7 +15,7 @@
cursor: pointer;
&:hover {
box-shadow: @card-shadow;
border-color: transparent;
border-color: rgba(0, 0, 0, 0.09);
}
}