@swrve/core
Version:
Core set of Swrve UI Components
17 lines (14 loc) • 363 B
CSS
.sw-text-button {
transition: all 0.2s ease-in;
text-decoration: underline;
text-decoration-color: transparent;
}
.sw-text-button:hover,
.sw-text-button:focus {
@apply .text-secondary-120;
text-decoration-color: theme('colors.secondary.100');
}
.sw-text-button:hover span,
.sw-text-button:focus span {
@apply .bg-secondary-20 .text-secondary-100;
}