Skip to content

Commit

Permalink
more style updates.. for to make the sexy
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Jennings <[email protected]>
  • Loading branch information
Ian Jennings committed Nov 7, 2013
1 parent 827b997 commit 8fe8ca7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions app/styles/login.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
overflow:hidden;
margin:10px auto;
@include box-shadow(-2px -2px 7px rgba($black,.1) inset);
text-align:left;

.icon,.text{
background-color:rgba($white,0);
@include transition(background-color .5s);
}

.icon {
float:left;
Expand Down
2 changes: 1 addition & 1 deletion app/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ footer {
background:$almostWhite;
padding: 20px;
text-align:right;

margin-top:30px;
font-size:12px;
}

@media screen and (max-width: 720px) {
Expand Down

0 comments on commit 8fe8ca7

Please sign in to comment.