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

16 lines
311 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-08-28 18:23:39 +05:30
}