We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e7ffc4 + e9b3936 commit a3d6988Copy full SHA for a3d6988
apps/web/src/App.tsx
@@ -1,5 +1,4 @@
1
import './App.css';
2
-import './index.css';
3
4
import { MsalProvider } from '@azure/msal-react';
5
import { LocalizationProvider } from '@mui/x-date-pickers';
apps/web/src/pages/ApplicationFormPage/index.module.css
@@ -2,12 +2,6 @@
box-sizing: border-box;
}
-body {
6
- margin: 0;
7
- background-color: white;
8
- font-family: 'FuseV2Display-Regular', sans-serif;
9
-}
10
-
11
.applicationFormPageWrapper {
12
display: flex;
13
margin-top: 80px;
0 commit comments