Cards should have a 2px border radius
parent
0cf49742c9
commit
47197b3e68
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue