-
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.
- Loading branch information
Shayan Roshan
committed
Dec 12, 2024
1 parent
804f70f
commit 084fd47
Showing
3 changed files
with
173 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,126 @@ | ||
<h2>Status tags:</h2> | ||
<div class="grid-column"> | ||
<div class="grid-col-auto margin-top-2"> | ||
<span class="sds-status-tag sds-status-tag--info">In Progress</span> | ||
|
||
<span class="sds-status-tag sds-status-tag--error">Needs Review</span> | ||
|
||
<span class="sds-status-tag sds-status-tag--accent-cool" | ||
>Not Started</span | ||
> | ||
|
||
<span class="sds-status-tag sds-status-tag--locked"> | ||
<i class="bi bi-lock-fill"></i> Locked | ||
</span> | ||
|
||
<span class="sds-status-tag sds-status-tag--primary-lighter" | ||
>Complete</span | ||
> | ||
</div> | ||
</div> | ||
|
||
<h2>In progress:</h2> | ||
<div class="usa-card grid-col-6 tablet:grid-col-4"> | ||
<div class="usa-card__container"> | ||
<div class="usa-card__header"> | ||
<div class="sds-tag-right-align"> | ||
<span class="sds-status-tag sds-status-tag--info">In Progress</span> | ||
</div> | ||
<h4 class="usa-card__heading">Business Types</h4> | ||
</div> | ||
<div class="usa-card__body"> | ||
<p> | ||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Facilis earum | ||
tenetur quo cupiditate, eaque qui officia recusandae. | ||
</p> | ||
</div> | ||
<div class="usa-card__footer"> | ||
<button class="usa-button usa-button--info-light">Button</button> | ||
</div> | ||
</div> | ||
|
||
</br> | ||
|
||
<div class="usa-card__container"> | ||
<div class="usa-card__header"> | ||
<div class="sds-tag-right-align"> | ||
<span class="sds-status-tag sds-status-tag--error" | ||
>Needs Review</span | ||
> | ||
</div> | ||
<h4 class="usa-card__heading">Business Types</h4> | ||
</div> | ||
<div class="usa-card__body"> | ||
<p> | ||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Facilis earum | ||
tenetur quo cupiditate, eaque qui officia recusandae. | ||
</p> | ||
</div> | ||
<div class="usa-card__footer"> | ||
<button class="usa-button usa-button--error-light">Button</button> | ||
</div> | ||
</div> | ||
<h2>Not started:</h2> | ||
<div class="usa-card__container"> | ||
<div class="usa-card__header"> | ||
<div class="sds-tag-right-align"> | ||
<span class="sds-status-tag sds-status-tag--accent-cool" | ||
>Not Started</span | ||
> | ||
</div> | ||
<h4 class="usa-card__heading">Business Types</h4> | ||
</div> | ||
<div class="usa-card__body"> | ||
<p> | ||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Facilis earum | ||
tenetur quo cupiditate, eaque qui officia recusandae. | ||
</p> | ||
</div> | ||
<div class="usa-card__footer"> | ||
<button class="usa-button usa-button--accent-cool">Button</button> | ||
</div> | ||
</div> | ||
</br> | ||
<div class="usa-card__container"> | ||
<div class="usa-card__header"> | ||
<div class="sds-tag-right-align"> | ||
<span class="sds-status-tag sds-status-tag--locked"> | ||
<i class="bi bi-lock-fill"></i> Locked | ||
</span> | ||
</div> | ||
<h4 class="usa-card__heading">Business Types</h4> | ||
</div> | ||
<div class="usa-card__body"> | ||
<p> | ||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Facilis earum | ||
tenetur quo cupiditate, eaque qui officia recusandae. | ||
</p> | ||
</div> | ||
<div class="usa-card__footer"> | ||
<button class="usa-button usa-button--base bg-base-lighter"> | ||
Button | ||
</button> | ||
</div> | ||
</div> | ||
<h2>Complete</h2> | ||
|
||
<div class="usa-card__container"> | ||
<div class="usa-card__header"> | ||
<div class="sds-tag-right-align"> | ||
<span class="sds-status-tag sds-status-tag--primary-lighter" | ||
>Complete</span | ||
> | ||
</div> | ||
<h4 class="usa-card__heading">Business Types</h4> | ||
</div> | ||
<div class="usa-card__body"> | ||
<p> | ||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Facilis earum | ||
tenetur quo cupiditate, eaque qui officia recusandae. | ||
</p> | ||
</div> | ||
<div class="usa-card__footer"> | ||
<button class="usa-button bg-primary-lighter">Button</button> | ||
</div> | ||
</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