mirror of
https://github.com/retspen/webvirtcloud
synced 2024-11-01 03:54:15 +00:00
073b7b6717
* Bootstrap5 migration
8 lines
136 B
SCSS
Executable file
8 lines
136 B
SCSS
Executable file
//
|
|
// Visually hidden
|
|
//
|
|
|
|
.visually-hidden,
|
|
.visually-hidden-focusable:not(:focus):not(:focus-within) {
|
|
@include visually-hidden();
|
|
}
|