Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
fix(styles): spinning wheel affects button height
Browse files Browse the repository at this point in the history
  • Loading branch information
johngruen committed Nov 14, 2014
1 parent 8093d8f commit 3d53641
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/styles/_general.scss
Expand Up @@ -595,6 +595,7 @@ label:focus ~ .input-help-focused {
cursor: pointer;
@include font();
font-size: $large-font;
height: 63px;
padding: 15px 0;
transition-duration: $short-transition;
transition-property: background-color;
Expand Down
2 changes: 2 additions & 0 deletions app/styles/_media_queries.scss
Expand Up @@ -89,6 +89,7 @@ only screen and (orientation:landscape) and (min-width:481px) and (max-height:48
.button-row a.button {
border-radius: $small-border-radius;
font-size: $medium-font + $media-adjustment;
height: 44px;
padding: 8px 0;
}

Expand Down Expand Up @@ -254,6 +255,7 @@ only screen and (orientation:landscape) and (min-width:481px) and (max-height:48
button,
a.button {
font-size: $medium-font;
height: 41px;
padding: 8px 0;
}
}
Expand Down

0 comments on commit 3d53641

Please sign in to comment.