Skip to content
Snippets Groups Projects
Commit 138eed3d authored by Claas Kazzer's avatar Claas Kazzer :speech_balloon: Committed by Dorian Merz
Browse files

refs #15438

* adds sr-only mixin for accessibility features
parent 9768a0f3
Branches
Tags
No related merge requests found
......@@ -21,3 +21,15 @@
display: table;
margin: 1.5em auto;
}
// sr-only mixin: use to show items to screen readers only without having to add sr-only class
@mixin sr-only {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
height: auto;
margin: 0;
overflow: hidden;
padding: 0;
position: absolute;
width: auto;
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment