Add UI and API for expressing interest in a course

This commit is contained in:
2022-05-04 01:27:50 +00:00
parent 12e0e7441b
commit 29980025fb
7 changed files with 166 additions and 70 deletions
+12
View File
@@ -132,12 +132,24 @@ body {
.coursetags .ui.tag.label {
margin-top: 1rem;
}
.newclasstable {
margin: 0 -1.5rem 0 -0.5rem;
display: flex;
flex-wrap: wrap;
}
.newclasstable .byline {
display: flex;
justify-content: flex-start;
align-items: center;
}
.newclasstable .byline .interest {
display: inline;
margin-left: auto;
}
.ui.tag.label {
padding-left: 1rem;
padding-right: 0.5rem;