1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-21 05:21:28 +02:00

296 Commits

Author SHA1 Message Date
Igor Guastalla
aaf278c256 Merge branch 'develop' into add-badges-component 2018-12-27 19:04:44 -02:00
d0p1
361b2c28f0 fix: add missing nes-prefix 2018-12-26 11:12:06 +01:00
Igor Guastalla de Lima
20abd54fea feat(badges): added is-icon class to badges and new mixin 2018-12-22 20:32:14 -02:00
Igor Guastalla de Lima
aaa7107950 fix(badges): removed cursor click 2018-12-22 19:48:04 -02:00
Wojciech Olejnik
b8686b6af5 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
2018-12-22 20:31:29 +01:00
Igor Guastalla de Lima
66f8ecdd88 style(badges): lint fixes 2018-12-20 20:22:31 -02:00
Igor Guastalla de Lima
911f281b47 feat(badges): changes made that was asked by the reviewer
Removed box-sizing and border none, and classes that changed the size. Added cursor fallback and
size change by the font-size. Changed from span to a; display type; margin.

#211
2018-12-20 20:21:51 -02:00
Igor Guastalla de Lima
f8a8e3184a Merge branch 'develop' into add-badges-component 2018-12-20 20:03:58 -02:00
Wojciech Olejnik
607828fd93 fix(select): change outline-color to match state of the component 2018-12-20 22:38:58 +01:00
Wojciech Olejnik
9813073630 refactor(select): Refactor #pixelize usage, fix link in index.html
Use remove width, height and transform properties and use font-size to adjust #pixelize output.

#152
2018-12-20 21:52:06 +01:00
Wojciech Olejnik
13d4d7ec9b feat(component): implement select states, add examples to the demo page
re #152
2018-12-20 20:41:24 +01:00
Wojciech Olejnik
6713344379 feat(component): add a select component 2018-12-20 19:36:05 +01:00
Igor Guastalla
2c94ad0fbe Merge branch 'develop' into 205-icon-shadow-optimization 2018-12-19 22:59:34 -02:00
jjspace
ff74f17e83 perf(icons): fix pixelize for radio checkbox and list
ref #205
2018-12-19 19:35:22 -05:00
Igor Guastalla de Lima
656f186160 feat(badges): css improvements and added is-splited class 2018-12-19 20:54:26 -02:00
Trezy
d0c67464fa fix(dialogs.scss): Separate dialog text color from border color
Previously, we were using the `color` property to determine the color of the border around `<dialog
/>` elements. The issue with this is that it requires the text color to match the border color. I've
fixed this by moving the border color declarations into the `box-shadow` property.
2018-12-19 13:25:33 -06:00
Trezy
72025ccda9 Merge branch 'develop' into fix/dialog-corners 2018-12-19 13:05:39 -06:00
jjspace
ba076c9aac perf(icons): reduce size of css
ref #205
2018-12-18 19:33:03 -05:00
Igor Guastalla de Lima
b6d10442f3 feat(badges): storybook corrections and order of properties 2018-12-18 22:20:42 -02:00
Igor Guastalla de Lima
c4075b0e94 feat(badges): second draft of the badges component. added more classes 2018-12-18 22:16:59 -02:00
Igor Guastalla de Lima
cc5e6d07d8 feat(badges): add badges component first draft 2018-12-18 21:41:44 -02:00
Igor Guastalla de Lima
1b026e122d fix: mario icon on index.html and one line indent 2018-12-18 18:17:57 -02:00
Trezy
6258cd9738 fix(dialog): Fix dialog corners
The dialog styles added by @sophi-est weren't being loaded into the compiled stylesheet. I've added
them to the elements index file and moved the rounded corners styles into and `.is-rounded` modifier
class.
2018-12-18 13:05:32 -06:00
Trezy
cc288d4415 build: Preserve package header during minification 2018-12-17 08:44:48 -06:00
Trezy
f79b015a86 Merge branch 'develop' into autoupdate-version 2018-12-16 22:55:42 -06:00
Trezy
69fb58eccb refactor: Move SCSS functions and abstract build data retrieval
I've moved the SCSS functions file into the `scripts` directory where I think it makes a bit more
sense. I've also abstracted most of the functionality from it so I can also use it in
`semantic-release`'s preparation step.
2018-12-16 22:48:53 -06:00
Trezy
a34cac4aca build: Make build versions dynamic
Hehehehe, this is really cool. I've removed the hardcoded version number from `nes.scss` and
replaced it with a custom function. This function does all sorts of cool stuff.

1. **Injects the framework version from `package.json`
  This prevents us from having to inject the version number manually.
2. **Adds build info…**
  The branch that the CSS was built from, when it was built, what version of Node was used… All of the useful information that we could possibly provide. If it’s built on CircleCI, it even includes the build number.
3. **…but not too much build info**
  If the build is running against the `master` branch, we only inject the framework version. No need to bloat production builds with all the other junk. 😁
2018-12-16 21:15:59 -06:00
Trezy
f957ef7bbb Merge branch 'develop' into scroll-table 2018-12-16 13:36:20 -06:00
Trezy
ae8ec3049a Merge branch 'develop' into change-is-center-container-class 2018-12-13 14:59:33 -06:00
Trezy
9ecf19206e Merge branch 'develop' into 158-cursor-url 2018-12-13 14:53:38 -06:00
soph-iest
24a7575bd6 Merge branch 'develop' into dialog 2018-12-13 15:50:30 -05:00
Trezy
5f21e52a32 Merge branch 'develop' into 158-cursor-url 2018-12-13 14:50:28 -06:00
soph-iest
3a43f47722 adds grey styling for backdrop 2018-12-13 15:50:00 -05:00
Igor Guastalla
cb32aa26fe Merge branch 'develop' into change-is-center-container-class 2018-12-13 18:11:59 -02:00
Trezy
20b5dd18cd Merge branch 'develop' into scroll-table 2018-12-13 11:32:00 -06:00
soph-iest
33ced2866f replaces ::before and ::afters with box-shadow 2018-12-13 09:15:51 -05:00
lucas.reis
2de0fb6d4d feat(component): Changing examples
Changing lists examples to only two

#179
2018-12-13 12:09:39 -02:00
soph-iest
b2d30d3283 Merge branch 'develop' into dialog 2018-12-13 08:54:23 -05:00
soph-iest
ec9d7e62f0 Update dialogs.scss 2018-12-13 08:45:10 -05:00
soph-iest
5c455ee2c4 Update dialogs.scss 2018-12-13 08:44:46 -05:00
lucas.reis
54765eeaee feat(component): Changing lists
Changing lists to more generic design

#179
2018-12-12 21:23:53 -02:00
lucas.reis
4fd118fa88 feat(component): Inserting one more example list
Inserting a pointer list to the lists component

#179
2018-12-12 20:42:13 -02:00
lucas.reis
2e4ff795a5 feat(component): Inserting lists with examples
Inserting tag <ul> to implment list, with two examples

#179
2018-12-12 20:26:00 -02:00
Igor Guastalla de Lima
46e5219786 refactor(containers): change is-center to is-centered
BREAKING CHANGE: class is-center change

#178
2018-12-12 13:09:47 -02:00
Igor Guastalla de Lima
77cd5926e8 feat(icons): removed corners from gmail icon 2018-12-12 07:47:41 -02:00
Wako
934ea6c2da feat(tables): it removes the media query and edit text in html 2018-12-11 22:25:36 -06:00
Igor Guastalla de Lima
97de9ff7b5 feat(icons): add gmail and linkedin icons 2018-12-11 23:03:56 -02:00
Abdallah Samman
b0f833efda style: change cursor urls to absolute url 2018-12-11 23:10:10 +02:00
soph-iest
d4eab54ba4 Merge branch 'develop' of https://github.com/nostalgic-css/NES.css into dialog 2018-12-11 13:59:49 -05:00
soph-iest
718e44bc38 Update dialogs.scss
Removes extraneous remaining code
2018-12-11 11:23:55 -05:00