Newer
Older
dmpopidor / app / assets / stylesheets / blocks / _accessibility.scss
@Bodacious Bodacious on 19 Oct 2018 529 bytes Update asset structure with webpacker gem
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}


/* Skip to main content link styling */
div.skip a {
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow: hidden !important;
}

div.skip a:focus {
  width:auto;
  height:auto;
  overflow:visible !important;
}