-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/GSA/sam-styles
- Loading branch information
Showing
15 changed files
with
219 additions
and
117 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
2 changes: 1 addition & 1 deletion
2
src/components/_navigation/_nav-primary.njk → ...components/08-navigation/_nav-primary.njk
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
File renamed without changes.
2 changes: 2 additions & 0 deletions
2
...onents/_navigation/nav-primary.config.yml → ...ents/08-navigation/nav-primary.config.yml
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
2 changes: 2 additions & 0 deletions
2
...ents/_navigation/nav-secondary.config.yml → ...ts/08-navigation/nav-secondary.config.yml
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,7 +1,9 @@ | ||
label: Secondary (header) | ||
# preview: '@uswds-header' | ||
|
||
context: | ||
nav: | ||
search: true | ||
links: | ||
- text: Secondary link | ||
- text: Another secondary link |
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
<h3>Chip</h3> | ||
|
||
<span class="{{ label.classes }}">Normal</span> | ||
|
||
<span class="sam label"> | ||
Normal with icon | ||
<button class="sam button tertiary"> | ||
<span class="sam-tag sam-tag--chip"> | ||
Normal with close icon | ||
<button class="sam-tag__close"> | ||
<span class="fas fa-times" aria-hidden="true"></span> | ||
</button> | ||
</span> |
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 |
---|---|---|
|
@@ -19,4 +19,4 @@ variants: | |
label: Chip | ||
context: | ||
label: | ||
classes: "sam label" | ||
classes: "sam-tag sam-tag--chip" |
Oops, something went wrong.