-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds an enroll column to bulk enroll table (#497)
* Add enroll column Moves custom table cells to their own file * Replace loader with a skeleton Skeleton approximates the table * Update enroll button text To be in line with the mock * Use config variable in test
- Loading branch information
Lael Birch
authored
Mar 11, 2021
1 parent
2b8dacc
commit e8ceffa
Showing
7 changed files
with
335 additions
and
106 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -6,4 +6,7 @@ | |
.alert { | ||
margin-top: 2rem; | ||
} | ||
.enroll-button { | ||
padding-left: 0; | ||
} | ||
} |
Oops, something went wrong.