Skip to content

Commit

Permalink
Add mobile styles for new-user button
Browse files Browse the repository at this point in the history
Closes #58
  • Loading branch information
PaulAdamDavis committed Jul 12, 2014
1 parent 4fed8e2 commit d48a22c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions core/client/assets/sass/layouts/settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,16 @@
width: 26px;
border-right: rgba(0,0,0,0.07) 1px solid;
};
@media (max-width: 650px) {
height: 30px;
min-height: 30px;
padding: 7px 10px 7px 40px;
&:before {
padding-top: 7px;
left: 6px;
width: 24px;
}
}
}
} // > header

Expand Down
Loading

0 comments on commit d48a22c

Please sign in to comment.