Skip to content

Commit

Permalink
refactor css files in src/screens/LoginPage(fixes #2509) (#2918)
Browse files Browse the repository at this point in the history
* refactor css files in src/screens/LoginPage(fixes #2509)

* changes as per code rabit
  • Loading branch information
devender18 authored Dec 26, 2024
1 parent 9cdb9ea commit b466e37
Show file tree
Hide file tree
Showing 3 changed files with 279 additions and 270 deletions.
269 changes: 0 additions & 269 deletions src/screens/LoginPage/LoginPage.module.css

This file was deleted.

2 changes: 1 addition & 1 deletion src/screens/LoginPage/LoginPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import LoginPortalToggle from 'components/LoginPortalToggle/LoginPortalToggle';
import { errorHandler } from 'utils/errorHandler';
import useLocalStorage from 'utils/useLocalstorage';
import { socialMediaLinks } from '../../constants';
import styles from './LoginPage.module.css';
import styles from 'style/app.module.css';
import type { InterfaceQueryOrganizationListObject } from 'utils/interfaces';
import { Autocomplete, TextField } from '@mui/material';
import useSession from 'utils/useSession';
Expand Down
Loading

0 comments on commit b466e37

Please sign in to comment.