More accessibility improvements

This commit is contained in:
Raphael Michel
2018-05-10 10:21:01 +02:00
parent 44a792583c
commit b09a92a264
5 changed files with 41 additions and 12 deletions

View File

@@ -0,0 +1,5 @@
@media speech {
.fa {
display: none;
}
}

View File

@@ -53,6 +53,17 @@
&.variation label {
font-weight: normal;
}
h4 {
font-size: inherit;
margin: 0;
line-height: inherit;
}
h5 {
font-size: inherit;
font-weight: inherit;
margin: 0;
line-height: inherit;
}
}
.radio .variation-description {
padding-left: 20px;

View File

@@ -220,3 +220,4 @@ body.loading .container {
}
@import "_iframe.scss";
@import "_a11y.scss";