Files
hpos-web/src/components/Registration.css

28 lines
537 B
CSS
Raw Normal View History

2023-08-28 18:23:39 +05:30
.message {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 80vw;
height: 50px;
background-color: rgb(187, 218, 174);
2023-09-10 09:50:35 +05:30
}
.user-creation {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
2023-09-25 01:16:33 +05:30
}
2023-09-25 01:26:36 +05:30
.clear-users-button {
2023-09-25 01:16:33 +05:30
background-color: #b62200;
border: none;
color: white;
2023-09-25 01:26:36 +05:30
padding: 5px;
2023-09-25 01:16:33 +05:30
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 5px;
2023-08-28 18:23:39 +05:30
}