Skip to content

Commit

Permalink
refactored: CSS files in src/screens/OrganizationDashboard(fixes: #2513)
Browse files Browse the repository at this point in the history
  • Loading branch information
devender18 committed Dec 8, 2024
1 parent 7658f3c commit aa8d72a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/style/app.module.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
:root {
/* Color contrast ratio: 7.5:1 (exceeds WCAG AAA) */
--high-contrast-text: #494949;
/* Color contrast ratio: 9:1 (exceeds WCAG AAA) */
--high-contrast-border: #2c2c2c;
}

Expand Down Expand Up @@ -581,9 +583,7 @@ hr {
justify-content: space-between;
align-items: center;
margin-bottom: 10px;

}

.cardHeader .cardTitle {
font-size: 1.2rem;
font-weight: 600;
Expand All @@ -595,7 +595,7 @@ hr {
max-height: 570px;
overflow-y: auto;
width: 100%;
max-width: 400px;
max-width: min(400px, 90vw);
scrollbar-width: thin;
scrollbar-color: rgba(0, 0, 0, 0.3) transparent;

Expand Down

0 comments on commit aa8d72a

Please sign in to comment.