python-raw: add sr-only

This commit is contained in:
vanyauhalin
2023-08-11 18:42:23 +04:00
parent 48185674d4
commit c9baa474be

View File

@ -0,0 +1,10 @@
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal;
}