Add border radius

This commit is contained in:
Annabel Dunstone Gray 2017-06-01 12:18:28 -05:00
parent 26dde5f55f
commit da1f5255e4
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ $space-between-cards: 8px;
.convdev-card {
border: solid 1px $border-color;
border-radius: 3px;
border-top-width: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;