FIX: Align bulk award button with the other header action buttons (#28859)

* FIX: Align bulk award button with the other header action buttons

* UX: Make bulk award button to be full width on mobile
This commit is contained in:
Ella E. 2024-09-11 13:17:50 -06:00 committed by GitHub
parent a4359d274e
commit 4094e90190
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

View File

@ -101,6 +101,14 @@
float: left;
max-width: 70%;
&.admin-page-action-button {
margin-top: 0;
@media (max-width: $mobile-breakpoint) {
max-width: 100%;
}
}
.bulk-award-status-icon {
margin-right: 3px;