added api, validation and protected routing

This commit is contained in:
kuwsh1n
2024-03-18 19:04:41 +03:00
parent 7b1dab7002
commit 6817f5bf9b
13 changed files with 309 additions and 91 deletions

View File

@ -26,8 +26,9 @@
width: 100%;
&__columns {
display: flex;
justify-content: space-around;
justify-content: start;
align-items: center;
padding: 0 2%;
height: 15%;
width: 100%;
border-bottom: 1px solid rgb(220, 220, 220);
@ -48,8 +49,9 @@
}
&__item {
display: flex;
justify-content: space-around;
justify-content: start;
align-items: center;
padding: 0 2%;
height: 25%;
width: 100%;
font-family: "Montserrat", sans-serif;
@ -58,7 +60,7 @@
background-color: rgba(240, 240, 240, 0.8);
}
&__title {
width: 33.3%;
// width: 33.3%;
text-align: center;
cursor: pointer;
&:hover {
@ -80,6 +82,11 @@
top: calc(50% - 7px);
cursor: pointer;
}
ul {
li {
cursor: pointer;
}
}
}
}
}