Skip to content

Commit

Permalink
added styles from OrgUpdate.module.css to app.module.css
Browse files Browse the repository at this point in the history
  • Loading branch information
NischalPaliwal committed Jan 26, 2025
1 parent d02edfa commit 07051ce
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 deletions.
13 changes: 0 additions & 13 deletions src/components/OrgSettings/General/OrgUpdate/OrgUpdate.module.css

This file was deleted.

2 changes: 1 addition & 1 deletion src/components/OrgSettings/General/OrgUpdate/OrgUpdate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import Loader from 'components/Loader/Loader';
import { Col, Form, Row } from 'react-bootstrap';
import convertToBase64 from 'utils/convertToBase64';
import { errorHandler } from 'utils/errorHandler';
import styles from './OrgUpdate.module.css';
import styles from '../../../../style/app.module.css';
import type {
InterfaceQueryOrganizationsListObject,
InterfaceAddress,
Expand Down
15 changes: 15 additions & 0 deletions src/style/app.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -8943,3 +8943,18 @@ button[data-testid='createPostBtn'] {
width: 65vw;
height: 0px !important;
}

/* OrgUpdate.tsx */
.message {
height: 420px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}

.icon {
transform: scale(1.5);
color: var(--bs-danger);
margin-bottom: 1rem;
}

0 comments on commit 07051ce

Please sign in to comment.