Files
wgenerator/src/app/widget-modules/components/button/button.component.less
2026-03-09 16:47:08 +01:00

24 lines
323 B
Plaintext

button {
color: var(--text);
transition: var(--transition);
&:hover {
color: var(--primary-active);
}
@media screen and (max-width: 860px) {
font-size: 30px;
}
}
.button-content {
@media screen and (max-width: 860px) {
display: none ;
}
}
fa-icon {
width: 20px;
display: inline-block;
}