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.
66 lines
1.4 KiB
66 lines
1.4 KiB
.flex_box_center___28Zqn {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___1P-0f {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___3p8EQ {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___6RABf {
|
|
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___2FnmJ {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.title___1sj1Q {
|
|
display: box;
|
|
display: flex;
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.title___1sj1Q strong {
|
|
color: #333;
|
|
}
|
|
.wrap___3w47E {
|
|
background-color: #fff;
|
|
overflow: hidden;
|
|
padding: 30px;
|
|
margin-bottom: 10px;
|
|
margin-top: 20px;
|
|
}
|
|
.wrap___3w47E .title___1sj1Q {
|
|
padding: 16px 20px;
|
|
background: #f5f5f5;
|
|
font-weight: 600;
|
|
color: #000000;
|
|
font-size: 18px;
|
|
margin-bottom: 10px;
|
|
}
|
|
.wrap___3w47E .code___OcBpb {
|
|
height: 500px;
|
|
background: #f5f5f5;
|
|
}
|
|
.wrap___3w47E .error___3J5po {
|
|
background: #f5f5f5;
|
|
padding: 16px 20px;
|
|
margin-top: 10px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|