mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-13 07:49:29 +00:00
15 lines
238 B
SCSS
15 lines
238 B
SCSS
@import 'variables';
|
|
|
|
.glitch.glitch__common__icon {
|
|
display: inline-block;
|
|
|
|
._for-screenreader {
|
|
position: absolute;
|
|
margin: -1px -1px;
|
|
width: 1px;
|
|
height: 1px;
|
|
clip: rect(0, 0, 0, 0);
|
|
overflow: hidden;
|
|
}
|
|
}
|