57 lines
1.2 KiB
CSS
57 lines
1.2 KiB
CSS
.flex_box_center___1TLor {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___2oHSZ {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___1GsMX {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___dUr0S {
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
-webkit-justify-content: flex-end;
|
|
-webkit-align-items: center;
|
|
-webkit-box-align: center;
|
|
-webkit-box-pack: end;
|
|
box-align: center;
|
|
box-pack: end;
|
|
}
|
|
.flex_box_column___15YZP {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.Selecttext___1ucPb {
|
|
font-size: 16px;
|
|
color: #333333;
|
|
padding: 20px;
|
|
background: #ffffff;
|
|
height: 60px;
|
|
display: flex;
|
|
margin-top: 15px;
|
|
margin-bottom: 2px;
|
|
}
|
|
.Updatecount___t5g1H {
|
|
background: #fff;
|
|
padding: 20px;
|
|
}
|
|
.Spanradius___F7XLb {
|
|
width: 60px;
|
|
height: 60px;
|
|
border-radius: 50%;
|
|
background: #4dacff;
|
|
font-size: 16px;
|
|
line-height: 60px;
|
|
text-align: center;
|
|
color: #fff;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|