2022-04-07 19:12:38 +00:00
|
|
|
.action-buttons {
|
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
|
|
button {
|
|
|
|
|
margin-left: $pad-medium;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__secondary-buttons {
|
|
|
|
|
display: none;
|
2023-07-12 22:45:49 +00:00
|
|
|
@media (min-width: $break-md) {
|
2022-04-07 19:12:38 +00:00
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&__secondary-dropdown {
|
2023-05-30 21:16:47 +00:00
|
|
|
.icon {
|
|
|
|
|
padding-left: 6px;
|
2022-04-07 19:12:38 +00:00
|
|
|
}
|
|
|
|
|
.dropdown-button {
|
|
|
|
|
margin-left: $pad-large;
|
|
|
|
|
}
|
|
|
|
|
.dropdown-button__options {
|
|
|
|
|
padding: $pad-small;
|
|
|
|
|
right: 10px;
|
|
|
|
|
margin-top: 2px;
|
|
|
|
|
|
|
|
|
|
button {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
min-width: 125px;
|
|
|
|
|
|
|
|
|
|
&:hover,
|
|
|
|
|
&:focus {
|
|
|
|
|
background-color: $ui-vibrant-blue-10;
|
|
|
|
|
color: $core-fleet-black;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2025-02-26 21:07:59 +00:00
|
|
|
|
|
|
|
|
@media (min-width: $break-md) {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
2022-04-07 19:12:38 +00:00
|
|
|
}
|
|
|
|
|
}
|