-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improvement/Disabled buttons styling (#96)
- Loading branch information
1 parent
2cdaea2
commit d5aa247
Showing
4 changed files
with
37 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
styleguide/patterns/components/buttons/buttons-disabled.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
title: Disabled button | ||
category: button | ||
category_order: 4 | ||
--- | ||
<button type="button" class="btn btn-primary disabled">Primary</button> | ||
<button type="button" class="btn btn-secondary disabled">Secondary</button> | ||
<button type="button" class="btn btn-success disabled">Success</button> | ||
<button type="button" class="btn btn-danger disabled">Danger</button> | ||
<button type="button" class="btn btn-warning disabled">Warning</button> | ||
<button type="button" class="btn btn-info disabled">Info</button> | ||
<button type="button" class="btn btn-light disabled">Light</button> | ||
<button type="button" class="btn btn-dark disabled">Dark</button> | ||
<button type="button" class="btn btn-link disabled">Link</button> | ||
<button type="button" class="btn btn-primary btn-icon disabled"><i class="material-icons">check</i></button> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters