1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-31 09:41:47 +02:00

refactor(select): add @BcRikko's suggestions for the select component

Change select.scss to selects.scss, add margin to .nes-select, use different color variables,
refactor handling of different select states
This commit is contained in:
Wojciech Olejnik
2018-12-22 20:31:29 +01:00
parent 607828fd93
commit b8686b6af5
3 changed files with 20 additions and 36 deletions

View File

@@ -1,4 +1,4 @@
@charset "utf-8";
@import "inputs.scss";
@import "select.scss";
@import "selects.scss";