Skip to content

Commit

Permalink
fix: centralise font-family property
Browse files Browse the repository at this point in the history
  • Loading branch information
bramvanhoutte committed May 23, 2020
1 parent f85d252 commit 4d804f6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/components/Button/Button.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
flex-direction: row;
justify-content: center;
align-items: center;
font-family: var(--font-family);
}

.typePrimary:hover {
Expand Down
2 changes: 0 additions & 2 deletions src/components/Radio/RadioItem/RadioItem.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
align-items: flex-start;
flex: 1 1 0;
width: auto;
font-family: var(--font-family);
}

.radioInput + .radioButtonContainer .header {
Expand Down Expand Up @@ -50,7 +49,6 @@
flex-direction: row;
align-items: center;
justify-content: flex-start;
font-family: var(--font-family);
}

.radioInput:disabled + .radioButtonContainer .header .title {
Expand Down
1 change: 1 addition & 0 deletions src/css-reset.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
.ventura *:before,
.ventura *:after {
box-sizing: border-box;
font-family: var(--font-family);
}

0 comments on commit 4d804f6

Please sign in to comment.