diff --git a/lib/styles/design-system.scss b/lib/styles/design-system.scss index c8e77b6eb..685c5076c 100644 --- a/lib/styles/design-system.scss +++ b/lib/styles/design-system.scss @@ -25,11 +25,10 @@ @import 'modifiers/shadows'; @import 'modifiers/typography'; - html, body { - // TODO add font-size when wnl-platform is ready - color: $color-firefly-black; + // TODO add font-size when wnl-platform is ready + color: $color-firefly-black; } html, @@ -38,14 +37,15 @@ button, input, select, textarea { - font-family: $font-family; + font-family: $font-family; } html { - box-sizing:border-box; + box-sizing: border-box; } *, -:after,:before { - box-sizing:inherit -} \ No newline at end of file +::after, +::before { + box-sizing: inherit; +} diff --git a/lib/styles/settings/_fonts.scss b/lib/styles/settings/_fonts.scss index ad5aa0fef..2ab219110 100644 --- a/lib/styles/settings/_fonts.scss +++ b/lib/styles/settings/_fonts.scss @@ -65,4 +65,4 @@ } $font-family: 'Lato', 'BlinkMacSystemFont', -apple-system, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', -'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif; \ No newline at end of file + 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif; diff --git a/package.json b/package.json index c65f8bedd..0d53d9ea1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "design-system", - "version": "1.0.3", - "description": "Bethink univers design-system", + "version": "1.0.4", + "description": "Bethink universe design-system", "repository": "git@github.com:bethinkpl/design-system.git", "author": "nerdy@bethink.pl", "private": true,