Skip to content

Commit

Permalink
improved drop area
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris-Mikael Krister committed Apr 10, 2012
1 parent 0826226 commit af93239
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions app/assets/stylesheets/photos.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,21 @@
margin: 20px 0 16px 0;
}
.dropArea {
margin: 0 auto;
width: 300px;
margin: 30px auto;
width: 400px;
padding: 50px;
height: 100px;
border: 1px solid $linkColor;
border: 1px solid $grayLight;
border-radius: 6px;

p {
text-align: center;
font-size: 30px;
}
}

.dropArea.over {
background-color: $linkColorHover;
background-color: $grayLighter;
}

.loader {
Expand Down

0 comments on commit af93239

Please sign in to comment.