oak-general-business/es/components/user/authenticate/mobile.module.less

31 lines
487 B
Plaintext

.pageBody {
height: 100%;
display: flex;
flex: 1;
flex-direction: column;
box-sizing: border-box;
align-items: stretch;
}
.container {
flex: 1;
display: flex;
flex-direction: column;
}
.idState {
background-color: #fff;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
border-radius: 4px;
color: #000;
font-size: 18px;
font-weight: 600;
margin: 16px;
padding: 16px;
}