Cards should have a 2px border radius

master
Sérgio Gomes 2015-02-06 14:27:04 +00:00
parent 0cf49742c9
commit 47197b3e68
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ $background-image-url: '' !default;
z-index : $card-z-index;
position : relative;
background: $card-background-color;
border-radius: 2px;
}
.wsk-card--img-container {