Files
wgenerator/src/app/widget-modules/components/button/button.component.less
2020-05-28 21:59:10 +02:00

18 lines
234 B
Plaintext

button {
color: #373b44;
@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;
}