Make class invite dropdown button more obvious

This commit is contained in:
Tanner Collin 2022-07-11 08:12:05 +00:00
parent 4ee8fd4f16
commit d380b34336

View File

@ -99,6 +99,12 @@ body {
padding-top: 1rem;
}
.ui.floating.dropdown.button.icon {
border-left: 1px;
border-left-color: #c0c1c2;
border-left-style: solid;
}
.attendance-row {
margin-top: 1rem;
}