1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-09-01 02:01:56 +02:00
Commit Graph

11 Commits

Author SHA1 Message Date
Igor Guastalla de Lima
4f283b8cb4 style: add one linebreak 2019-10-15 06:50:17 -03:00
Igor Guastalla de Lima
20354d5d92 style: fix stylelint errors 2019-10-15 06:49:45 -03:00
Kaylum Lally
18e6c476fc feat(component-balloons): Dark Mode - Balloons
Implementation so balloons can now have `is-dark`

re #345
2019-10-11 19:24:29 +01: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
Joshua Rouzer
a202f152e0 refactor(balloon): box shadow default color
ref #60
2018-12-10 14:50:53 -05:00
ダーシノ
73b3616472 (breaking changes)Add prefix to class name (#82)
* feat: add prefix

BREAKING CHANGE: add nes- to class prefix

* feat: fix storybook
2018-12-10 10:55:41 +02:00
ダーシノ
f765692e1d fix(balloon.scss): fix gaps in balloon (#134) 2018-12-09 15:11:55 +02:00
BcRikko
fbd839aeed 🙈 balloonにbackground-colorを指定 2018-11-26 23:07:38 +09:00
BcRikko
658c51436e 🎉 各種アイコンを追加 2018-11-26 17:16:07 +09:00
BcRikko
2b53f16766 🎉 balloonsを追加 2018-11-26 14:15:46 +09:00