Skip to content

Commit

Permalink
Refactoring AgendaCategorgyContainer to import css from app.module
Browse files Browse the repository at this point in the history
  • Loading branch information
Anushkaguptaaaa committed Jan 27, 2025
1 parent 6af199a commit fb9a22e
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 21 deletions.
20 changes: 0 additions & 20 deletions src/components/AgendaCategory/AgendaCategoryContainer.module.css

This file was deleted.

2 changes: 1 addition & 1 deletion src/components/AgendaCategory/AgendaCategoryContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
UPDATE_AGENDA_ITEM_CATEGORY_MUTATION,
} from 'GraphQl/Mutations/mutations';
import type { InterfaceAgendaItemCategoryInfo } from 'utils/interfaces';
import styles from './AgendaCategoryContainer.module.css';
import styles from '../../style/app.module.css';

import AgendaCategoryDeleteModal from 'components/OrgSettings/AgendaItemCategories/AgendaCategoryDeleteModal';
import AgendaCategoryPreviewModal from 'components/OrgSettings/AgendaItemCategories/AgendaCategoryPreviewModal';
Expand Down
24 changes: 24 additions & 0 deletions src/style/app.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -9101,3 +9101,27 @@ button[data-testid='createPostBtn'] {
gap: 10px;
align-items: center;
}


/* AgendaCategory.tsx */

.createModalAgendaCategory {
margin-top: 20vh;
margin-left: 13vw;
max-width: 80vw;
}

.titlemodalAgendaCategory {
color: var(--bs-gray-600);
font-weight: 600;
font-size: 20px;
margin-bottom: 20px;
padding-bottom: 5px;
border-bottom: 3px solid var(--bs-primary);
width: 65%;
}

.agendaCategoryOptionsButton {
width: 24px;
height: 24px;
}

0 comments on commit fb9a22e

Please sign in to comment.