Skip to content

Commit a3d6988

Browse files
authored
Merge pull request #262 from dump-hr/prod-fix
revert changes for font to fix prd
2 parents 8e7ffc4 + e9b3936 commit a3d6988

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

apps/web/src/App.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import './App.css';
2-
import './index.css';
32

43
import { MsalProvider } from '@azure/msal-react';
54
import { LocalizationProvider } from '@mui/x-date-pickers';

apps/web/src/pages/ApplicationFormPage/index.module.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22
box-sizing: border-box;
33
}
44

5-
body {
6-
margin: 0;
7-
background-color: white;
8-
font-family: 'FuseV2Display-Regular', sans-serif;
9-
}
10-
115
.applicationFormPageWrapper {
126
display: flex;
137
margin-top: 80px;

0 commit comments

Comments
 (0)