-
-
Notifications
You must be signed in to change notification settings - Fork 714
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8b0d383
commit b033c98
Showing
21 changed files
with
121 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -557,4 +557,4 @@ | |
"donate": "Donate", | ||
"nothingToShow": "Nothing to show here." | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -557,4 +557,4 @@ | |
"donate": "Donner", | ||
"nothingToShow": "Rien à montrer ici." | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -558,4 +558,4 @@ | |
"donate": "दान", | ||
"nothingToShow": "यहां दिखाने के लिए कुछ भी नहीं है." | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -558,4 +558,4 @@ | |
"donate": "Donar", | ||
"nothingToShow": "Nada que mostrar aquí." | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -558,4 +558,4 @@ | |
"donate": "捐", | ||
"nothingToShow": "這裡沒有什麼可顯示的。" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,4 @@ | |
transform: scale(1.5); | ||
color: var(--bs-danger); | ||
margin-bottom: 1rem; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,47 @@ | ||
.cardItem { | ||
position: relative; | ||
display: flex; | ||
align-items: center; | ||
padding: 0.75rem 0; | ||
position: relative; | ||
display: flex; | ||
align-items: center; | ||
padding: 0.75rem 0; | ||
} | ||
|
||
.cardItem .iconWrapper { | ||
position: relative; | ||
height: 40px; | ||
width: 40px; | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
position: relative; | ||
height: 40px; | ||
width: 40px; | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
} | ||
|
||
.cardItem .iconWrapper .themeOverlay { | ||
background: var(--bs-primary); | ||
position: absolute; | ||
top: 0; | ||
right: 0; | ||
bottom: 0; | ||
left: 0; | ||
opacity: 0.12; | ||
border-radius: 50%; | ||
background: var(--bs-primary); | ||
position: absolute; | ||
top: 0; | ||
right: 0; | ||
bottom: 0; | ||
left: 0; | ||
opacity: 0.12; | ||
border-radius: 50%; | ||
} | ||
|
||
.cardItem .iconWrapper .dangerOverlay { | ||
background: var(--bs-danger); | ||
position: absolute; | ||
top: 0; | ||
right: 0; | ||
bottom: 0; | ||
left: 0; | ||
opacity: 0.12; | ||
border-radius: 50%; | ||
background: var(--bs-danger); | ||
position: absolute; | ||
top: 0; | ||
right: 0; | ||
bottom: 0; | ||
left: 0; | ||
opacity: 0.12; | ||
border-radius: 50%; | ||
} | ||
|
||
.cardItem .title { | ||
font-size: 1rem; | ||
flex: 1; | ||
font-size: 1rem; | ||
flex: 1; | ||
} | ||
|
||
.cardItem .time { | ||
font-size: 0.9rem; | ||
color: var(--bs-secondary); | ||
} | ||
font-size: 0.9rem; | ||
color: var(--bs-secondary); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
88 changes: 44 additions & 44 deletions
88
src/components/OrganizationDashCards/Dashboardcard.module.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,60 +1,60 @@ | ||
.cardBody { | ||
padding: 1.25rem 1.5rem; | ||
padding: 1.25rem 1.5rem; | ||
} | ||
|
||
.cardBody .iconWrapper { | ||
position: relative; | ||
height: 48px; | ||
width: 48px; | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
position: relative; | ||
height: 48px; | ||
width: 48px; | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
} | ||
|
||
.cardBody .iconWrapper .themeOverlay { | ||
background: var(--bs-primary); | ||
position: absolute; | ||
top: 0; | ||
right: 0; | ||
bottom: 0; | ||
left: 0; | ||
opacity: 0.12; | ||
border-radius: 50%; | ||
background: var(--bs-primary); | ||
position: absolute; | ||
top: 0; | ||
right: 0; | ||
bottom: 0; | ||
left: 0; | ||
opacity: 0.12; | ||
border-radius: 50%; | ||
} | ||
|
||
.cardBody .textWrapper .primaryText { | ||
font-size: 24px; | ||
font-weight: bold; | ||
display: block; | ||
font-size: 24px; | ||
font-weight: bold; | ||
display: block; | ||
} | ||
|
||
.cardBody .textWrapper .secondaryText { | ||
font-size: 14px; | ||
display: block; | ||
color: var(--bs-secondary); | ||
font-size: 14px; | ||
display: block; | ||
color: var(--bs-secondary); | ||
} | ||
|
||
@media (max-width: 600px) { | ||
.cardBody { | ||
min-height: 120px; | ||
} | ||
|
||
.cardBody .iconWrapper { | ||
position: absolute; | ||
top: 1rem; | ||
left: 1rem; | ||
} | ||
|
||
.cardBody .textWrapper { | ||
margin-top: calc(0.5rem + 36px); | ||
text-align: right; | ||
} | ||
|
||
.cardBody .textWrapper .primaryText { | ||
font-size: 1.5rem; | ||
} | ||
|
||
.cardBody .textWrapper .secondaryText { | ||
font-size: 1rem; | ||
} | ||
} | ||
.cardBody { | ||
min-height: 120px; | ||
} | ||
|
||
.cardBody .iconWrapper { | ||
position: absolute; | ||
top: 1rem; | ||
left: 1rem; | ||
} | ||
|
||
.cardBody .textWrapper { | ||
margin-top: calc(0.5rem + 36px); | ||
text-align: right; | ||
} | ||
|
||
.cardBody .textWrapper .primaryText { | ||
font-size: 1.5rem; | ||
} | ||
|
||
.cardBody .textWrapper .secondaryText { | ||
font-size: 1rem; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,4 +28,4 @@ | |
width: 100%; | ||
font-size: 0.9rem; | ||
margin-bottom: 0.5rem; | ||
} | ||
} |
Oops, something went wrong.