hm not finding css

This commit is contained in:
lingdocs 2022-04-12 17:06:01 +05:00
parent dfec0dc24b
commit afd8112767
2 changed files with 14 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@lingdocs/pashto-inflector",
"version": "1.9.5",
"version": "1.9.6",
"author": "lingdocs.com",
"description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations",
"homepage": "https://verbs.lingdocs.com",

View File

@ -0,0 +1,13 @@
.answer-feedback {
transition: opacity 0.3s ease-in;
opacity: 0.8;
position: fixed;
top: 50%;
left: 50%;
z-index: 99999999;
transform: translate(-50%, -50%);
}
.hide {
opacity: 0;
}