1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-22 13:52:48 +02:00

18 Commits

Author SHA1 Message Date
BcRikko
3026605664 fix(containers.scss): fix border bug
border does not working when `is-dark`
2019-01-29 17:36:32 +09: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
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
Joshua Rouzer
04d2296432 refactor(container): cleanup rounded box-shadow colors
ref #60
2018-12-10 14:50:51 -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
ダーシノ
a9c959217f fix(containers.scss): fix alignment of title (#136) 2018-12-09 21:09:22 +02:00
ダーシノ
b29f88ae3f refactor: color variables (#132)
* refactor(buttons.scss): add color variables

* refactor(inputs.scss): replace to color variables

* refactor(checkboxes.scss): replace to color variables

* refactor(containers.scss): replace to color variables

* refactor(radios.scss): replace to color variables
2018-12-09 15:19:57 +02:00
Abdullah Samman
a6488a10c9 fix(storybook): change isdark container font color to white (#111) 2018-12-08 08:54:14 +02:00
BcRikko
469863ca62 fix(containers.scss): fix title position when use is-rounded
fix #104
2018-12-07 23:42:46 +09:00
BcRikko
7bf08ab7f3 fix(containers.scss): fix alignment without title
fix #102
2018-12-07 23:13:11 +09:00
Abdallah Samman
78c2bc4ca4 align container title with .is-right and .is-center 2018-12-03 13:32:06 +02:00
Abdallah Samman
7328502b30 #62 fix .is-center and .is-right; replace align-items with text-align 2018-12-03 12:10:52 +02:00
takumi kimura
dca069f207 Fix layout of title at PC View 2018-12-03 15:22:23 +09:00
takumi kimura
97e8fe0e3c Fix title in container 2018-12-03 14:34:33 +09:00
BcRikko
0648923dbe containersにroundedを追加 2018-11-26 15:45:40 +09:00
BcRikko
2b53f16766 🎉 balloonsを追加 2018-11-26 14:15:46 +09:00
BcRikko
f1e9ebc8e3 🎉 containersを追加 2018-11-25 20:54:56 +09:00