Skip to content

Commit

Permalink
made buttons a bit wider
Browse files Browse the repository at this point in the history
  • Loading branch information
koelle25 committed Apr 14, 2016
1 parent 4676152 commit 1250739
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 7 deletions.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion css/svg-test.css

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

2 changes: 1 addition & 1 deletion css/svg-test.css.map

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

6 changes: 1 addition & 5 deletions css/svg-test.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
$digitpath: 'digits/';
$digitcolors: 'red' 'green' 'blue' 'white';
$digits: '0' '1' '2' '3' '4' '5' '6' '7' '8' '9' 's' 'd' 't';

@font-face {
font-family: 'Digital';
src: url('../fonts/digital-7.mono.ttf');
Expand Down Expand Up @@ -40,7 +36,7 @@ body { width: 100%; margin: 0; padding: 0; font-family: sans-serif; font-size: 2

.clr-input { border: 1px solid rgba(0,0,0, .2); border-radius: 4px; padding: 10px 15px; box-shadow: 0 0 3px rgba(0,0,0, .2) inset; }

.btn { width: 200px; height: 50px; padding: 7px 15px; margin-right: 20px; float: right; font-size: 24px; text-transform: uppercase; border: 1px solid #999; border-radius: 3px; cursor: pointer; }
.btn { width: 220px; height: 50px; padding: 7px 15px; margin-right: 20px; float: right; font-size: 24px; text-transform: uppercase; border: 1px solid #999; border-radius: 3px; cursor: pointer; }
.btn:disabled { cursor: not-allowed; opacity: .5; }
.btn-default { background-color: #ccc; }
.btn-primary { background-color: #39f; color: #fff; }
Expand Down

0 comments on commit 1250739

Please sign in to comment.