Removed card shadows

This commit is contained in:
Joel Collins 2020-03-30 13:32:32 +01:00
parent 5fb1a887d9
commit dab186ee96
4 changed files with 11 additions and 3 deletions

View file

@ -176,6 +176,8 @@
.uk-card {
border-radius: @paper-border-radius;
border: 1px solid rgba(180, 180, 180, 0.25);
box-shadow: none;
-webkit-box-shabox-shadow: none;
}
.uk-card-media-top img {