web-remote/src/app/components/chord-view/chord-view.component.scss

20 lines
346 B
SCSS

@import '../overlay-common';
.transpose {
display: flex;
justify-content: center;
align-items: center;
font-size: 2rem;
mat-icon {
transform: scale(1.5);
}
@media screen and (min-width: $mobile-breakpoint) {
font-size: 3rem;
mat-icon {
transform: scale(2);
}
}
}