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.
74 lines
1.6 KiB
74 lines
1.6 KiB
.flex_box_center___-FvEc {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___1gAWn {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___2eYgK {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___QGmbe {
|
|
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___35AfO {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.content___vWzf2 {
|
|
min-height: 600px;
|
|
background: #fff;
|
|
padding: 25px 20px;
|
|
}
|
|
.content___vWzf2 .header___2YsSm {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin-bottom: 25px;
|
|
}
|
|
.content___vWzf2 .header___2YsSm .span___3Tl2t {
|
|
font-size: 16px;
|
|
color: #333333;
|
|
}
|
|
.title___1Iyos {
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
color: #464f66;
|
|
line-height: 22px;
|
|
padding-left: 10px;
|
|
position: relative;
|
|
align-items: center;
|
|
}
|
|
.title___1Iyos::after {
|
|
position: absolute;
|
|
content: '';
|
|
width: 5px;
|
|
height: 5px;
|
|
opacity: 0.6;
|
|
background-color: #464f66;
|
|
border-radius: 50%;
|
|
left: -6px;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
}
|
|
.textone___1Ul4b {
|
|
-webkit-box-orient: vertical;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 1;
|
|
overflow: hidden;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|