diff options
Diffstat (limited to 'src/_utils.scss')
-rw-r--r-- | src/_utils.scss | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/_utils.scss b/src/_utils.scss index 4fb122a..bd92454 100644 --- a/src/_utils.scss +++ b/src/_utils.scss | |||
@@ -305,4 +305,16 @@ $-sizes: ( | |||
305 | content: ''; | 305 | content: ''; |
306 | } | 306 | } |
307 | } | 307 | } |
308 | |||
309 | @include bem.utility('sr-only') { | ||
310 | position: absolute; | ||
311 | width: 1px; | ||
312 | height: 1px; | ||
313 | padding: 0; | ||
314 | margin: -1px; | ||
315 | overflow: hidden; | ||
316 | clip-path: inset(50%); | ||
317 | white-space: nowrap; | ||
318 | border: 0; | ||
319 | } | ||
308 | } | 320 | } |