webapp/src/components/_shared/FollowingButton/FollowingButton.module.scss

30 lines
412 B
SCSS
Raw Normal View History

2024-03-15 12:58:22 +00:00
.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;
}