1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-31 17:51:46 +02:00

Merge branch 'develop' into add-badges-component

This commit is contained in:
ダーシノ
2018-12-29 16:58:11 +09:00
committed by GitHub
22 changed files with 3666 additions and 3589 deletions

View File

@@ -11,3 +11,4 @@
@import "progress.scss";
@import "radios.scss";
@import "tables.scss";
@import "text.scss";

17
scss/elements/text.scss Normal file
View File

@@ -0,0 +1,17 @@
.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");
}
}