Mangane/app/styles/dyslexic.scss

18 lines
272 B
SCSS
Raw Normal View History

2020-03-27 21:59:38 +01:00
.dyslexic {
2020-05-16 05:48:08 +02:00
font-family: 'OpenDyslexic' !important;
2020-03-27 21:59:38 +01:00
}
body.dyslexic {
2020-05-16 05:48:08 +02:00
@media screen and (max-width: $nav-breakpoint-2) {
2020-05-29 02:58:37 +02:00
.column-header > button,
.column-header > .btn {
2020-05-16 05:48:08 +02:00
font-size: 11px;
}
}
2020-03-27 21:59:38 +01:00
2020-05-16 05:48:08 +02:00
.detailed-status__meta {
font-size: 12px;
}
2020-03-27 21:59:38 +01:00
}