Skip to content

Commit

Permalink
Updates #39 making error messages more noticeable.
Browse files Browse the repository at this point in the history
  • Loading branch information
hiesterd committed Jun 30, 2015
1 parent a672c3d commit 67f8e55
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions public/css/sass-modules/_panels.scss
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,15 @@
}

.errorPanel {
margin-left: -15rem;
background: #fff;
border: 1px solid $cob-gray;
border-radius: 1em;
box-shadow: 0 0 3rem 0 rgba(0, 0, 0, .75);
margin-left: -16rem;
padding: 0 2rem;
position: absolute;
top: 5rem;
top: 10rem;
left: 50%;
z-index: 2;
z-index: 5;
width: 30rem;
}

0 comments on commit 67f8e55

Please sign in to comment.