-
Notifications
You must be signed in to change notification settings - Fork 8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dd63535
commit 06d1b98
Showing
6 changed files
with
38 additions
and
38 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
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
12 changes: 6 additions & 6 deletions
12
src/app/pages/ui/components/buttons/components/largeButtons/largeButtons.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 |
---|---|---|
@@ -1,20 +1,20 @@ | ||
<div class="row btns-row btns-same-width-lg"> | ||
<div class="col-sm-4 col-xs-6"> | ||
<div class="col-sm-4 col-6"> | ||
<button type="button" class="btn btn-primary btn-lg">Primary</button> | ||
</div> | ||
<div class="col-sm-4 col-xs-6"> | ||
<div class="col-sm-4 col-6"> | ||
<button type="button" class="btn btn-success btn-lg">Success</button> | ||
</div> | ||
<div class="col-sm-4 col-xs-6"> | ||
<div class="col-sm-4 col-6"> | ||
<button type="button" class="btn btn-info btn-lg">Info</button> | ||
</div> | ||
<div class="col-sm-4 col-xs-6"> | ||
<div class="col-sm-4 col-6"> | ||
<button type="button" class="btn btn-default btn-lg">Default</button> | ||
</div> | ||
<div class="col-sm-4 col-xs-6"> | ||
<div class="col-sm-4 col-6"> | ||
<button type="button" class="btn btn-warning btn-lg">Warning</button> | ||
</div> | ||
<div class="col-sm-4 col-xs-6"> | ||
<div class="col-sm-4 col-6"> | ||
<button type="button" class="btn btn-danger btn-lg">Danger</button> | ||
</div> | ||
</div> |
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