Fixed pages
This commit is contained in:
@ -35,7 +35,14 @@ export const AuthHeader = () => {
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">Школа</a>
|
||||
<a
|
||||
onClick={(e) => {
|
||||
e.preventDefault();
|
||||
scrollToForm();
|
||||
}}
|
||||
>
|
||||
Трекер
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<NavLink to={"/auth-candidate"} className="candidate">
|
||||
|
@ -118,7 +118,11 @@
|
||||
transform: scale(1);
|
||||
}
|
||||
|
||||
.createProject {
|
||||
.createProject,
|
||||
.createColumn,
|
||||
.editProject,
|
||||
.addWorker,
|
||||
.editColumn {
|
||||
background: linear-gradient(180deg, #fff 0%, #ebebeb 37.29%);
|
||||
.title-project {
|
||||
margin-top: 20px;
|
||||
|
Reference in New Issue
Block a user