Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Move the add button into the visual background
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed May 9, 2016
1 parent aff5bdd commit df2b9b5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions scss/pages/identities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,19 @@
margin-right: 0;
}

&.add {
background: #f6f6f6;
color: #aaa;
border-style: dashed;
@include box-shadow(0,0,0);
border: 2px dashed #ccc;

&:hover {
color: $black;
background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, #f6f6f6 70px);
}
}

img {
position: absolute;
bottom: 20px;
Expand Down

0 comments on commit df2b9b5

Please sign in to comment.