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

20 lines
346 B
SCSS
Raw Normal View History

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