30 lines
412 B
SCSS
30 lines
412 B
SCSS
.actionButton {
|
|
border-radius: 0.8rem !important;
|
|
margin-right: 0 !important;
|
|
width: 9em;
|
|
|
|
&.iconed {
|
|
padding: 6px !important;
|
|
min-width: 4rem;
|
|
width: unset;
|
|
|
|
&:hover img {
|
|
filter: invert(1);
|
|
}
|
|
}
|
|
|
|
&:hover {
|
|
.actionButtonLabel {
|
|
display: none;
|
|
}
|
|
|
|
.actionButtonLabelHovered {
|
|
display: block;
|
|
}
|
|
}
|
|
}
|
|
|
|
.actionButtonLabelHovered {
|
|
display: none;
|
|
}
|