Skip to content

Commit

Permalink
feat(button): added a disabled state class to button
Browse files Browse the repository at this point in the history
  • Loading branch information
guastallaigor committed Dec 6, 2018
1 parent 5e556c8 commit eceaf8d
Show file tree
Hide file tree
Showing 6 changed files with 6,755 additions and 7,998 deletions.
8 changes: 8 additions & 0 deletions css/nes.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/nes.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/nes.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ <h2 class="title">Buttons</h2>
<button type="button" class="btn is-success">Success</button>
<button type="button" class="btn is-warning">Warning</button>
<button type="button" class="btn is-error">Error</button>
<button type="button" class="btn is-disabled">Disabled</button>
</div>
</section>

Expand Down
Loading

0 comments on commit eceaf8d

Please sign in to comment.