Added missing radius on image card.

This commit is contained in:
Sean Li 2015-02-16 13:49:12 -08:00
parent 4061544976
commit a4669e2240
1 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,8 @@
flex: 1 auto; flex: 1 auto;
min-width: 90px; min-width: 90px;
background-color: @brand-action; background-color: @brand-action;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
justify-content: center; justify-content: center;
text-align: center; text-align: center;
img { img {