parent
fe0bcdbbaf
commit
a61e309402
|
@ -270,7 +270,7 @@ a:focus {
|
||||||
|
|
||||||
/* Accessibility Skip Links */
|
/* Accessibility Skip Links */
|
||||||
.skip-links {
|
.skip-links {
|
||||||
position: absolute;
|
position: relative;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
ul {
|
ul {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
|
@ -286,7 +286,6 @@ a:focus {
|
||||||
left: -999em;
|
left: -999em;
|
||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
width: 10.4em !important;
|
width: 10.4em !important;
|
||||||
top: 0em;
|
|
||||||
text-align: left !important;
|
text-align: left !important;
|
||||||
padding: 0.8em;
|
padding: 0.8em;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
@ -301,8 +300,8 @@ a:focus {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.skip-links-inline {
|
.skip-links-inline {
|
||||||
margin-top: -2em;
|
|
||||||
ul > li > a {
|
ul > li > a {
|
||||||
width: 14em !important;
|
width: 14em !important;
|
||||||
|
top: -3em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue