Skip to content

Commit

Permalink
fix(#13): change input font-size on space creation card
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasRichel committed Jan 26, 2021
1 parent 95a4225 commit e6a3565
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions src/components/space-creation-card/SpaceCreationCard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

.bimdata-card__content {
height: calc(100% - #{$spacing-unit*4});
font-size: 1rem;

.action-loader {
display: flex;
Expand Down
9 changes: 6 additions & 3 deletions src/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
box-sizing: border-box;
}

body {
margin: 0;
padding: 0;
html {
font-family: $primary-font;
font-size: $font-size;

body {
margin: 0;
padding: 0;
}
}
3 changes: 0 additions & 3 deletions src/variables.scss

This file was deleted.

0 comments on commit e6a3565

Please sign in to comment.