mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-01-17 13:48:13 +01:00
docs: add text samples
This commit is contained in:
parent
b484bd3a11
commit
640ba5ec98
@ -1,4 +1,13 @@
|
||||
const sampleCollection = [
|
||||
{
|
||||
title: 'texts',
|
||||
showCode: false,
|
||||
code: `<span class="nes-text is-primary">Primary</span>
|
||||
<span class="nes-text is-success">Success</span>
|
||||
<span class="nes-text is-warning">Warning</span>
|
||||
<span class="nes-text is-error">Error</span>
|
||||
<span class="nes-text is-disabled">Disabled</span>`,
|
||||
},
|
||||
{
|
||||
title: 'buttons',
|
||||
showCode: false,
|
||||
|
@ -55,7 +55,7 @@ h2 > a {
|
||||
|
||||
/* Showcase */
|
||||
section.showcase {
|
||||
margin-bottom: 2.5rem;
|
||||
margin-top: 2.5rem;
|
||||
}
|
||||
section.showcase > section.nes-container {
|
||||
padding-bottom: 2.5rem;
|
||||
|
Loading…
x
Reference in New Issue
Block a user