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:
parent
a4359d274e
commit
4094e90190
|
@ -101,6 +101,14 @@
|
||||||
float: left;
|
float: left;
|
||||||
max-width: 70%;
|
max-width: 70%;
|
||||||
|
|
||||||
|
&.admin-page-action-button {
|
||||||
|
margin-top: 0;
|
||||||
|
|
||||||
|
@media (max-width: $mobile-breakpoint) {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.bulk-award-status-icon {
|
.bulk-award-status-icon {
|
||||||
margin-right: 3px;
|
margin-right: 3px;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue