You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
75 lines
1.7 KiB
75 lines
1.7 KiB
.flex_box_center___3CHrk {
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___3eqZy {
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___2Fodu {
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___2axwV {
|
|
-ms-flex-pack: end;
|
|
justify-content: flex-end;
|
|
-ms-flex-align: center;
|
|
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___1OZ1O {
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.wrap___ljnNa {
|
|
width: 1200px;
|
|
background: #fff;
|
|
border-radius: 4px;
|
|
padding: 40px;
|
|
margin: 32px auto 0px auto;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
height: calc(100vh - 234px);
|
|
}
|
|
.wrap___ljnNa > div {
|
|
margin-top: 30px;
|
|
margin-bottom: 30px;
|
|
}
|
|
.wrap___ljnNa > div > span:first-child {
|
|
font-size: 20px;
|
|
font-weight: 500;
|
|
color: #333333;
|
|
margin-right: 10px;
|
|
}
|
|
.wrap___ljnNa > div > span:last-child {
|
|
font-size: 16px;
|
|
color: #333333;
|
|
}
|
|
.wrap___ljnNa > button {
|
|
width: 140px;
|
|
height: 40px;
|
|
border-radius: 4px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|