-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BREAKING CHANGE(web): Remove feature class for bordered Alert #DS-1230
- Loading branch information
Showing
8 changed files
with
1 addition
and
86 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -123,47 +123,4 @@ <h2 class="docs-Heading">Alert Icons</h2> | |
|
||
</section> | ||
|
||
<div class="spirit-feature-alert-enable-bordered"> | ||
<section class="docs-Section"> | ||
<h2 class="docs-Heading">Feature Flag: Bordered Alert</h2> | ||
|
||
<div class="docs-Stack docs-Stack--stretch"> | ||
|
||
<div class="Alert Alert--success" role="alert"> | ||
<svg width="24" height="24"> | ||
<use xlink:href="/assets/icons/svg/sprite.svg#check-plain" /> | ||
</svg> | ||
<div>We sent you an activation link to email <strong>[email protected]</strong>. See <a href="./" class="link-underlined">FAQ</a> for more info.</div> | ||
</div> | ||
|
||
<div class="Alert Alert--informative" role="alert"> | ||
<svg width="24" height="24"> | ||
<use xlink:href="/assets/icons/svg/sprite.svg#info" /> | ||
</svg> | ||
<div> | ||
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aliquam at excepturi laudantium magnam mollitia | ||
perferendis reprehenderit, voluptate. Cum delectus dicta ducimus eligendi excepturi natus perferendis | ||
provident unde. Eveniet, iste, molestiae? See <a href="./" class="link-underlined">FAQ</a> for more info. | ||
</div> | ||
</div> | ||
|
||
<div class="Alert Alert--warning" role="alert"> | ||
<svg width="24" height="24"> | ||
<use xlink:href="/assets/icons/svg/sprite.svg#warning" /> | ||
</svg> | ||
<div><strong>Warning!</strong> Data update failed due to missing internet connection. See <a href="./" class="link-underlined">FAQ</a> for more info.</div> | ||
</div> | ||
|
||
<div class="Alert Alert--danger" role="alert"> | ||
<svg width="24" height="24"> | ||
<use xlink:href="/assets/icons/svg/sprite.svg#danger" /> | ||
</svg> | ||
<div>Data update failed due to missing internet connection. See <a href="./" class="link-underlined">FAQ</a> for more info.</div> | ||
</div> | ||
|
||
</div> | ||
|
||
</section> | ||
</div> | ||
|
||
{{/layout/web-plain }} |
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 was deleted.
Oops, something went wrong.