Files
yeuchaybo/assets/scss/defaults/_screen-reader-text.scss
T
Thuan Bui fd25f13a4f Initial
2018-06-26 11:09:22 +07:00

31 lines
674 B
SCSS

/* ## Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
@include screen-reader-text;
}
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
display: block;
clip: auto !important;
z-index: 100000; /* Above WP toolbar. */
width: auto;
height: auto;
padding: 15px 23px 14px;
color: $body--font-color;
background: $body--background-color;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
font-size: $screen-reader--font-size-focus;
font-weight: $font-weight--bold;
text-decoration: none;
}
.more-link {
position: relative;
}