1
1
mirror of https://github.com/primer/css.git synced 2024-09-21 05:39:15 +03:00

Add documentation

This commit is contained in:
simurai 2019-10-02 11:55:40 +09:00
parent b2c9ea5973
commit 4ca2e82663

View File

@ -120,3 +120,15 @@ A flash message that is full width and removes border and border radius.
</div>
</div>
```
## Flash banner
A flash message that is fixed positioned at the top of the page. Use for more global events where the content of the page is unknown.
```html live
<div class="ml-n3" style="min-height: 50px">
<div class="flash flash-banner">
Flash banner message.
</div>
</div>
```