Skip to content

Commit

Permalink
issue-3318-fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
gurramkarthiknetha committed Jan 22, 2025
1 parent f9fdea1 commit 122e139
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 47 deletions.
46 changes: 0 additions & 46 deletions src/components/OrganizationCard/OrganizationCard.module.css

This file was deleted.

2 changes: 1 addition & 1 deletion src/components/OrganizationCard/OrganizationCard.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { useEffect, useState } from 'react';
import styles from './OrganizationCard.module.css';
import styles from '../../style/app.module.css';
import { Button } from 'react-bootstrap';
import { Tooltip } from '@mui/material';
import { useTranslation } from 'react-i18next';
Expand Down
47 changes: 47 additions & 0 deletions src/style/app.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -7251,3 +7251,50 @@ button[data-testid='createPostBtn'] {
flex-direction: row;
justify-content: center;
}

.alignimg {
border-radius: 50%;
background-blend-mode: darken;
height: 65px;
width: 65px;
}

.box {
color: #ffbd59;
}

.box :hover {
color: #ffbd59;
}

.first_box {
display: flex;
flex-direction: row;
padding-bottom: 10px;
padding-top: 10px;
}

.second_box {
padding-left: 20px;
padding-top: 10px;
}

.second_box > h4 {
font-size: 10;
font-weight: bold;
text-decoration: none;
color: black;
}

.second_box > h5 {
text-decoration: none;
font-size: 10;
font-weight: 100;
color: #969696;
}

.deco {
border: 1px solid #dfdfdf;
width: 65vw;
height: 0px !important;
}

0 comments on commit 122e139

Please sign in to comment.