This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(button-flat): add flat button and flat button with icon #137
chore(fabricator): downgrade to 1.1.10 due to an issue, see fbrctr/fabricator-assemble#40 #137
- Loading branch information
Showing
6 changed files
with
97 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
name: button flat | ||
title: button flat | ||
--- | ||
|
||
<button class="dc-btn dc-btn--flat dc-btn--flat-large">Flat Large Button</button> | ||
<button class="dc-btn dc-btn--flat">Flat Default Button</button> | ||
<button class="dc-btn dc-btn--flat dc-btn--flat-small">Flat Small button</button><br> | ||
|
||
|
||
<button class="dc-btn dc-btn--flat dc-btn--flat-large dc-btn--flat-destroy">Flat Large Destroy</button> | ||
<button class="dc-btn dc-btn--flat dc-btn--flat-success">Flat Default Success</button> | ||
<button class="dc-btn dc-btn--flat dc-btn--flat-small dc-btn--flat-disabled">Flat Small Disabled</button><br> |
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: 12 additions & 0 deletions
12
docs/demo/materials/03-molecules/01-button-icon/02-button-flat-icon.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,12 @@ | ||
--- | ||
name: button flat icon | ||
title: button flat icon | ||
--- | ||
<button class="dc-btn dc-btn--flat dc-btn--flat-destroy dc-btn--flat-large"> | ||
<span>Back to previous</span> <i class="dc-icon dc-icon--arrow-left dc-icon--btn dc-icon--btn-large dc-icon--btn--left"></i> | ||
</button> | ||
|
||
<button class="dc-btn dc-btn--flat dc-btn--flat-large"> | ||
<span>Go To next</span> <i class="dc-icon dc-icon--arrow-right dc-icon--btn dc-icon--btn-large dc-icon--btn--right"></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
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