Skip to content

Commit

Permalink
Styling changes for the desktop props popover
Browse files Browse the repository at this point in the history
  • Loading branch information
octycs committed Feb 5, 2023
1 parent 55c4316 commit 15b5d2c
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions webclient/src/views/view/view-view.scss
Original file line number Diff line number Diff line change
Expand Up @@ -399,9 +399,20 @@
padding-left: 10px;
}

.popover svg {
margin-left: 5px;
margin-bottom: -2px;
.popover {
.card {
box-shadow: 0px 0px 6px rgba(106, 106, 106, 0.08);
border: .05rem solid #e1e1e1;

.card-header {
font-weight: bold;
}
}

svg {
margin-left: 5px;
margin-bottom: -2px;
}
}
}

Expand Down

0 comments on commit 15b5d2c

Please sign in to comment.