22 lines
454 B
CSS
22 lines
454 B
CSS
.btn-Box[data-v-0c652b55],
|
|
.table-Box[data-v-0c652b55] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
}
|
|
.btn-Box[data-v-0c652b55] {
|
|
margin-top: 20px;
|
|
}
|
|
.radio-Box[data-v-0c652b55] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
margin-bottom: 30px;
|
|
}
|