First release
This commit is contained in:
commit
fa6c85266e
2339 changed files with 761050 additions and 0 deletions
21
node_modules/nes.css/scss/elements/text.scss
generated
vendored
Normal file
21
node_modules/nes.css/scss/elements/text.scss
generated
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
.nes-text {
|
||||
&.is-primary {
|
||||
color: map-get($primary-colors, "normal");
|
||||
}
|
||||
|
||||
&.is-success {
|
||||
color: map-get($success-colors, "normal");
|
||||
}
|
||||
|
||||
&.is-warning {
|
||||
color: map-get($warning-colors, "normal");
|
||||
}
|
||||
|
||||
&.is-error {
|
||||
color: map_get($error-colors, "normal");
|
||||
}
|
||||
|
||||
&.is-disabled {
|
||||
color: map_get($disabled-colors, "normal");
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue