nfu-tech_new/assets/stylesheets/template/base/_accesskey.scss

19 lines
296 B
SCSS

@charset "utf-8";
a[accesskey] {
position: absolute;
margin-left: -0.9375em;
color: transparent !important;
}
a#content{
position: absolute!important;
}
#orbit-bar a[accesskey] {
color: #fff ;
margin-left: 0;
position: relative!important;
&:hover {
color: #ffffff !important;
}
}