mirror of
https://github.com/s427/MARL.git
synced 2025-01-19 05:21:30 +01:00
14 lines
266 B
SCSS
14 lines
266 B
SCSS
@mixin visually-hidden() {
|
|
width: 1px;
|
|
height: 1px;
|
|
overflow: hidden;
|
|
clip: rect(0 0 0 0);
|
|
clip-path: inset(50%);
|
|
position: absolute;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
@mixin box-shadow-inner() {
|
|
box-shadow: 0 0.1rem 0.2rem -0.2rem rgba(0, 0, 0, 0.5) inset;
|
|
}
|