oops on css

This commit is contained in:
lingdocs 2022-04-12 17:02:12 +05:00
parent 55f4eaa1bb
commit dfec0dc24b
4 changed files with 2 additions and 21 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@lingdocs/pashto-inflector",
"version": "1.9.4",
"version": "1.9.5",
"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",
@ -26,7 +26,6 @@
"classnames": "^2.2.6",
"pbf": "^3.2.1",
"rambda": "^6.7.0",
"react-rewards": "^2.0.3",
"react-select": "^5.2.2"
},
"devDependencies": {

View File

@ -11,20 +11,6 @@
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
.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;
}
:root {
--secondary: #00c1fc;
--primary: #ffda54;

View File

@ -19,6 +19,7 @@ import { psStringEquals } from "../../lib/p-text-helpers";
import classNames from "classnames";
import { randFromArray } from "../../lib/misc-helpers";
import playAudio from "../../lib/play-audio";
import "./VPExplorer.css";
// import { useReward } from 'react-rewards';
const kingEmoji = "👑";

View File

@ -9523,11 +9523,6 @@ react-refresh@^0.8.3:
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.8.3.tgz#721d4657672d400c5e3c75d063c4a85fb2d5d68f"
integrity sha512-X8jZHc7nCMjaCqoU+V2I0cOhNW+QMBwSUkeXnTi8IPe6zaRWfn60ZzvFDZqWPfmSJfjub7dDW1SP0jaHWLu/hg==
react-rewards@^2.0.3:
version "2.0.3"
resolved "https://registry.yarnpkg.com/react-rewards/-/react-rewards-2.0.3.tgz#685aee98654ab4f060e297849f39cf0a16cec042"
integrity sha512-qww5Jtk2HmCjR9wc7+0c2iP8oCQzENZn8pnoJGi0S6o+6dAD25+ZoagLSWdoBLGVwxfP5kFBjv3VZ6L8fPk6lg==
react-scripts@4.0.3:
version "4.0.3"
resolved "https://registry.yarnpkg.com/react-scripts/-/react-scripts-4.0.3.tgz#b1cafed7c3fa603e7628ba0f187787964cb5d345"