4 lines
73 B
CSS
4 lines
73 B
CSS
|
.screen-reader-text {
|
||
|
@apply absolute opacity-0 pointer-events-none;
|
||
|
}
|