Removed card shadows
This commit is contained in:
parent
5fb1a887d9
commit
dab186ee96
4 changed files with 11 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue