fix(style): restore article card image radius

This commit is contained in:
ppoffice 2018-12-25 14:01:42 -05:00
parent 6495a9bf5b
commit a3342c1965
1 changed files with 4 additions and 0 deletions

View File

@ -58,6 +58,10 @@ body, button, input, select, textarea
&.card-transparent
box-shadow: none
background: transparent
.card-image
overflow: hidden
border-top-left-radius: 4px
border-top-right-radius: 4px
img.thumbnail
object-fit: cover