- updated login page;

- updated registration page;
- created profile page;
- created company profile page;
This commit is contained in:
Vitalii Kiiko
2024-09-27 09:09:48 +02:00
parent 1bd00def4b
commit 478af11cb9
11 changed files with 406 additions and 41 deletions

View File

@@ -41,6 +41,10 @@
background: var(--button-secondary-borderColor);
}
}
input[disabled], div.p-disabled {
background-color: #e3e3e3;
}
}
.appForm__fieldItem {