Igor Guastalla
95b7a95079
feat(index.html): added reddit, whatsapp, gmail and linkedin is-small ( #237 )
...
* feat(index.html): added reddit, whatsapp, gmail and linkedin is-small
* feat(index.html): also added the is-small in the star icon
2019-01-03 18:37:24 +03:00
Abdullah Samman
85c173fadb
Merge branch 'develop' into fix-container-with-title
2019-01-03 18:35:58 +03:00
Abdullah Samman
2d2ff64177
Merge pull request #239 from nostalgic-css/add-badges-into-index-html
...
feat: add badges into index.html and some corrections to support it
2019-01-03 18:34:49 +03:00
Igor Guastalla de Lima
bce3d7bb9b
feat: add badges into index.html and some corrections to support it
2019-01-02 22:31:50 -02:00
Igor Guastalla de Lima
78e522e4dd
fix(container): removed padding-top inside with-title class
2019-01-02 20:17:34 -02:00
Trezy
44a1fb2fea
Move from box-shadow
to border-image
for pixelated borders ( #234 )
...
* refactor: Convert pixelated borders from box-shadows to border-images
Our previous usage of `box-shadows` and pseudo elements proved to be pretty buggy. Converting to
`border-image`s seems to have fixed a lot of the issues that `box-shadows` caused, such as
`background-color`s appering over top of our borders.
BREAKING CHANGE: This change both eliminates pseudo elements from several components, and adds
pseudo elements to components that did not have them before. This could cause compatibility issues
for users that relied on the existence of those pseudo elements for various styling techniques.
* style(buttons): Remove superfluous commented code
2018-12-29 21:24:06 +02:00
ダーシノ
5c4f46ec70
Merge pull request #216 from nostalgic-css/add-badges-component
...
Add badges component
2018-12-29 17:00:53 +09:00
ダーシノ
09f2ccab76
Merge branch 'develop' into add-badges-component
2018-12-29 16:58:11 +09:00
ダーシノ
3eacba9c99
Add components dir and split css file ( #224 )
...
* refactor: add components directory
ref #166
* build: split nes.scss into nes.css and nes-core.css
and change npm scripts for build
ref #166
* docs(readme.md): add nes-core.css link
* docs: add components directory path
and minor modification of the document
2018-12-29 01:00:31 +02:00
Abdullah Samman
15aab67790
Merge pull request #233 from LukBukkit/develop
...
feat(text colors): adds text colors classes like is-primary etc.
2018-12-29 00:51:11 +02:00
LukBukkit
4a06744431
feat(text colors): adds text colors classes like is-primary etc.
...
fix #226
2018-12-28 18:04:15 +01:00
Igor Guastalla
aaf278c256
Merge branch 'develop' into add-badges-component
2018-12-27 19:04:44 -02:00
Trezy
3ab3cd5d9b
Add Storybook backgrounds ( #231 )
...
* feat(storybook): Add backgrounds Storybook
I've added the Storybook backgrounds addon which allows users viewing the storybook to change the
background behind components, which will make it easier to see how the main NES.css theme looks in
various contexts.
* feat(storybook): Add backgrounds Storybook
I've added the Storybook backgrounds addon which allows users viewing the storybook to change the
background behind components, which will make it easier to see how the main NES.css theme looks in
various contexts.
2018-12-27 11:04:30 +02:00
ダーシノ
5d0b5babba
Merge pull request #229 from d0p1s4m4/develop
...
[#228 ] add nes-prefix
2018-12-26 19:29:15 +09:00
d0p1
361b2c28f0
fix: add missing nes-prefix
2018-12-26 11:12:06 +01:00
Igor Guastalla
44d1e0d415
Merge pull request #221 from evexoio/214-update-contributing
...
Change new-issue link in CONTRIBUTING.md
2018-12-25 14:56:53 -02:00
Abdallah Samman
be3ea26db9
docs: Change new-issue link in CONTRIBUTING.md for all langs
2018-12-25 12:10:55 +02:00
Abdallah Samman
48fba1db8e
Merge branch 'develop' into 214-update-contributing
2018-12-25 12:07:59 +02:00
ダーシノ
547568fef0
Merge pull request #225 from kenshinji/update-docs
...
Add Chinese translation for REAME.md, CODE_OF_CONDUCT.md and CONTRIBUTING.md
2018-12-24 08:17:58 +09:00
Igor Guastalla
80aebd0984
Merge branch 'develop' into update-docs
2018-12-23 14:18:47 -02:00
kenshinji
22086942cd
Add links for different languages
2018-12-23 22:57:01 +08:00
kenshinji
972b0c42e7
Add Chinese translations for REAME.md, CONTRIBUTING.md, CODE_OF_CONDUCT.md
2018-12-23 22:41:19 +08:00
ダーシノ
6f72ffefc5
Merge pull request #217 from Divoolej/select-tag
...
Styles for the <select /> element
2018-12-23 12:34:26 +09:00
Igor Guastalla de Lima
d8367ff75d
feat(badges): changed is-splited to be marked as default in storybook
2018-12-22 20:34:10 -02:00
Igor Guastalla de Lima
72a5e8786d
feat(badges): updated badges storybook options
2018-12-22 20:33:10 -02: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
Abdallah Samman
f78dd0e82a
docs: update new issue link in contributing.md
2018-12-21 23:28:53 +02: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
ダーシノ
fcbed9e387
Merge pull request #215 from jjspace/205-icon-shadow-optimization
...
perf: icon shadow optimization
2018-12-20 10:18:24 +09:00
Igor Guastalla
2c94ad0fbe
Merge branch 'develop' into 205-icon-shadow-optimization
2018-12-19 22:59:34 -02:00
Igor Guastalla
557775fb6b
Merge pull request #208 from nostalgic-css/fix/dialog-corners
...
fix(dialog): Fix dialog corners
2018-12-19 22:58:29 -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
Igor Guastalla de Lima
9e198e1896
Merge branch 'develop' into add-badges-component
2018-12-19 20:05:48 -02:00
Trezy
e78e07d9fe
Merge branch 'develop' into 205-icon-shadow-optimization
2018-12-19 14:33:59 -06: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
ダーシノ
a14b8e724d
Merge pull request #213 from nostalgic-css/fix-contributing-md-links
...
Fix contributing links in all of the readmes
2018-12-19 09:56:14 +09:00
Igor Guastalla de Lima
278c59833c
docs(readmes): fix contributing links in all of the readmes
2018-12-18 22:33:36 -02:00
jjspace
ba076c9aac
perf(icons): reduce size of css
...
ref #205
2018-12-18 19:33:03 -05:00
Igor Guastalla de Lima
409c736579
feat(badges): removed default from histories
2018-12-18 22:24:15 -02:00
Igor Guastalla de Lima
b6d10442f3
feat(badges): storybook corrections and order of properties
2018-12-18 22:20:42 -02:00