Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sbusch99 committed Mar 9, 2022
1 parent 94fe62b commit 538ea21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
1 change: 0 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"src/assets"
],
"styles": [
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
"src/styles/styles.scss"
],
"stylePreprocessorOptions": {
Expand Down
7 changes: 3 additions & 4 deletions src/styles/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ body {
}

body {
margin: 0;
font-family: Roboto, "Helvetica Neue", sans-serif;

app-root > div {
height: 100%; // convenience: no need to set in app.component.html
}

.h100 {
height: 100%;
}
}
3 changes: 0 additions & 3 deletions src/styles/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,3 @@
@import 'tailwindcss/base';
@import 'tailwindcss/components';
@import 'tailwindcss/utilities';

html, body { height: 100%; }
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }

0 comments on commit 538ea21

Please sign in to comment.