mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
More accessibility improvements
This commit is contained in:
5
src/pretix/static/pretixpresale/scss/_a11y.scss
Normal file
5
src/pretix/static/pretixpresale/scss/_a11y.scss
Normal file
@@ -0,0 +1,5 @@
|
||||
@media speech {
|
||||
.fa {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@@ -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;
|
||||
|
||||
@@ -220,3 +220,4 @@ body.loading .container {
|
||||
}
|
||||
|
||||
@import "_iframe.scss";
|
||||
@import "_a11y.scss";
|
||||
|
||||
Reference in New Issue
Block a user