Skip to content

Commit

Permalink
design: Improve preference design.
Browse files Browse the repository at this point in the history
  • Loading branch information
priyank-p authored and akashnimare committed Jan 17, 2018
1 parent 6e6db42 commit c8d7a79
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/renderer/css/preference.css
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,13 @@ img.server-info-icon {
margin: 10px 0 20px 0;
background: #fff;
width: 70%;
transition: all 0.2s;
}

.settings-card:hover {
border-left: 8px solid #bcbcbc;
box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),
0 2px 0px 0px rgba(0,0,0,0.12);
}

.hidden {
Expand Down

0 comments on commit c8d7a79

Please sign in to comment.