-
-
Notifications
You must be signed in to change notification settings - Fork 708
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add mutations and queries * add translations * add tests * add dropdown for toggling settings on small screens * minor corrections * minor change * minor change and refactor * Update documentation * Revert "Update documentation" This reverts commit 13a638b. * Update documentation * Revert "Update documentation" This reverts commit 4293627. * Update documentation * Revert "Update documentation" This reverts commit bddc63d. * add wait to tests
- Loading branch information
Showing
16 changed files
with
1,187 additions
and
44 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
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
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
33 changes: 33 additions & 0 deletions
33
src/components/OrgActionItemCategories/OrgActionItemCategories.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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
.addButton { | ||
width: 7em; | ||
position: absolute; | ||
right: 1rem; | ||
top: 1rem; | ||
} | ||
|
||
.createModal { | ||
margin-top: 20vh; | ||
margin-left: 13vw; | ||
max-width: 80vw; | ||
} | ||
|
||
.icon { | ||
transform: scale(1.5); | ||
color: var(--bs-danger); | ||
margin-bottom: 1rem; | ||
} | ||
|
||
.message { | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
flex-direction: column; | ||
} | ||
|
||
.titlemodal { | ||
color: var(--bs-gray-600); | ||
font-weight: 600; | ||
font-size: 20px; | ||
margin-top: 1rem; | ||
width: 65%; | ||
} |
Oops, something went wrong.