refactoring allStyles styleStyle -> style-style

This commit is contained in:
2024-02-09 18:17:15 +03:00
parent 81d2ee4098
commit af07631abe
93 changed files with 751 additions and 703 deletions

View File

@ -90,7 +90,7 @@ export const AuthBox = ({ title }) => {
<input id="loginEmail" type="text" name="email" placeholder="E-mail" />
<label htmlFor="password">Ваш пароль</label>
<div className="inputWrapper">
<div className="input-wrapper">
<input
id="loginPassword"
type={showPassword ? "text" : "password"}

View File

@ -93,7 +93,7 @@
color: #000000;
}
.inputWrapper {
.input-wrapper {
width: 100%;
position: relative;