@@ -2,8 +2,25 @@
display: none;
}
+.passwordLabel {
+ font-size: 10pt;
+}
+
.changePasswordButton {
width: 150px;
+ background-color: var(--air-color) !important;
+ color: #fff !important;
+ border-radius: 13px;
+ text-transform: none;
+ height: 43px;
+ font-size: 13px;
+ font-weight: 600;
+ box-shadow: none !important;
+
+ &:hover {
+ background-color: var(--text-color-purple) !important;
+ opacity: 0.9;
+ }
}
.deleteAccountButton {
@@ -420,7 +420,9 @@ const Account: NextPageWithLayout = () => {
Изменить пароль
- Текущий пароль
+
+ Текущий пароль
+
{
-
- Новый пароль
+
+
+ Новый пароль
+
+
+ Подтвердить пароль
+
+
+
+
setNewPassword1(e.target.value)}
fullWidth
/>
-
-
- Подтвердить пароль
{
/>
-
+ >
+ Изменить пароль
+
)}