Skip to content

Commit

Permalink
update box shadow for nested cards
Browse files Browse the repository at this point in the history
  • Loading branch information
aheinze committed Sep 4, 2019
1 parent b9ae77a commit 1887261
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions assets/app/css/less/uikit/panel.less
Expand Up @@ -95,6 +95,10 @@
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
}

.uk-panel-card .uk-panel-card {
box-shadow: 0 1px 2px 0 rgba(0,0,0,0.08);
}

.uk-panel-card-hover {
transition: box-shadow 200ms;
}
Expand Down
2 changes: 1 addition & 1 deletion assets/app/css/style.css

Large diffs are not rendered by default.

0 comments on commit 1887261

Please sign in to comment.