api requests

This commit is contained in:
Tatiana Nikolaeva 2025-05-22 20:23:09 +05:00
parent fe74490440
commit 5a1cc7c43c
22 changed files with 665 additions and 133 deletions

View file

@ -1,6 +1,7 @@
.main {
background-color: #F6F6F6;
width: 100%;
max-width: 100vw;
min-height: 100vh;
padding: 34px 10%;
}
@ -26,6 +27,32 @@
flex-direction: column;
}
.container{
display: flex;
flex-direction: column;
justify-content: space-between;
}
.buttonDelete{
border-radius: 8px;
align-items: center;
background-color: #FFFFFF;
border: none;
outline: none;
padding: 5px 3px;
color: black;
font-weight: 500;
font-size: 18px;
}
.buttonDelete:hover{
background-color: #EDEDED;
}
.imgDelete{
vertical-align: middle;
}
.status {
width: fit-content;
height: fit-content;