mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-28 08:19:55 +02:00
Merge branch 'develop' into add-psone-controller-icon
This commit is contained in:
@@ -3,7 +3,7 @@ import { // eslint-disable-line import/no-extraneous-dependencies
|
|||||||
withKnobs, radios,
|
withKnobs, radios,
|
||||||
} from '@storybook/addon-knobs';
|
} from '@storybook/addon-knobs';
|
||||||
|
|
||||||
const stories = storiesOf('Select', module);
|
const stories = storiesOf('Selects', module);
|
||||||
stories.addDecorator(withKnobs);
|
stories.addDecorator(withKnobs);
|
||||||
|
|
||||||
stories.add('select', () => {
|
stories.add('select', () => {
|
||||||
|
@@ -3,7 +3,7 @@ import { // eslint-disable-line import/no-extraneous-dependencies
|
|||||||
withKnobs, radios,
|
withKnobs, radios,
|
||||||
} from '@storybook/addon-knobs';
|
} from '@storybook/addon-knobs';
|
||||||
|
|
||||||
const stories = storiesOf('Text', module);
|
const stories = storiesOf('Texts', module);
|
||||||
stories.addDecorator(withKnobs);
|
stories.addDecorator(withKnobs);
|
||||||
|
|
||||||
stories.add('text', () => {
|
stories.add('text', () => {
|
||||||
|
@@ -14,4 +14,8 @@
|
|||||||
&.is-error {
|
&.is-error {
|
||||||
color: map_get($error-colors, "normal");
|
color: map_get($error-colors, "normal");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.is-disabled {
|
||||||
|
color: map_get($disabled-colors, "normal");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user