|
@@ -214,7 +214,7 @@
|
|
|
</li>
|
|
|
<li>
|
|
|
<button
|
|
|
- class="special-color"
|
|
|
+ class="special-color screen-reading-accessibility"
|
|
|
tabindex="0"
|
|
|
aria-description="Screen Reading Accessibility"
|
|
|
type="button"
|
|
@@ -1339,4 +1339,21 @@ a {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+@media screen and (max-width: 1500px) {
|
|
|
+ .accessibility {
|
|
|
+ menu {
|
|
|
+ li {
|
|
|
+ button {
|
|
|
+ width: 90px !important;
|
|
|
+ }
|
|
|
+ .screen-reading-accessibility {
|
|
|
+ span {
|
|
|
+ margin-top: -5px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
</style>
|