mirror of
https://koodu.h-i.works/projects/thebadspace
synced 2025-06-25 16:04:37 -05:00
Merge branch 'develop' into moiety/about
This commit is contained in:
13
public/assets/css/global/utilities.css
Normal file
13
public/assets/css/global/utilities.css
Normal file
@ -0,0 +1,13 @@
|
||||
/**
|
||||
* Utilities
|
||||
*/
|
||||
|
||||
.visually-hidden:not(:focus):not(:active) {
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
overflow: hidden;
|
||||
clip: rect(0 0 0 0);
|
||||
clip-path: inset(50%);
|
||||
white-space: nowrap;
|
||||
}
|
Reference in New Issue
Block a user