Files
familytree/myshare/UI/src/app/login/login.css
T
2025-09-25 17:21:13 +10:00

10 lines
168 B
CSS

.btnloginRigh {
display: flex;
flex-direction:reverse;
justify-content:flex-end;
width: 100%;
}
.myerror {
background-color: red;
color: white;
}