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

Commit

Permalink
Merge pull request #111 from JulianNorton/development
Browse files Browse the repository at this point in the history
making button height dynamic
  • Loading branch information
JulianNorton authored Nov 8, 2016
2 parents 2a50e97 + 66b8162 commit 2e8bf2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/style/components/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
border-left: 0;
border-top-right-radius: 2px;
color: $white;
height: 2em; //adjusts height of button
min-height: 2em; //adjusts height of button
margin-left: -2px;
padding: .3em .6em;
transition: background-color ease-in-out 125ms;
Expand Down
2 changes: 1 addition & 1 deletion public/style/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2e8bf2b

Please sign in to comment.