Skip to content

Commit

Permalink
IT-3548 | Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
kvas-damian committed Apr 2, 2021
1 parent cbe2ec3 commit cf2c721
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions lib/styles/design-system.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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
}
::after,
::before {
box-sizing: inherit;
}
2 changes: 1 addition & 1 deletion lib/styles/settings/_fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]:bethinkpl/design-system.git",
"author": "[email protected]",
"private": true,
Expand Down

0 comments on commit cf2c721

Please sign in to comment.