add clearusers api

This commit is contained in:
Pritimay Sarkar
2023-09-25 01:16:33 +05:30
parent 3774972839
commit 66838b6360
2 changed files with 24 additions and 3 deletions

View File

@@ -13,4 +13,17 @@
justify-content: center;
align-items: center;
flex-direction: column;
}
.clear-button {
background-color: #b62200;
/* Green */
border: none;
color: white;
padding: 15px 0px 0px 0px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 5px;
}