27 lines
488 B
Plaintext
27 lines
488 B
Plaintext
.pageBody {
|
|
min-width: 600px;
|
|
|
|
.btnBox {
|
|
display: flex;
|
|
flex-direction: row;
|
|
padding: 10px;
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
} |