mirror of
https://github.com/10h30/yeuchaybo.git
synced 2026-06-05 15:10:03 +09:00
31 lines
674 B
SCSS
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;
|
|
}
|