api requests
This commit is contained in:
parent
fe74490440
commit
5a1cc7c43c
22 changed files with 665 additions and 133 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue