2018-01-18 16:25:37 +00:00
|
|
|
.regeneration-indicator {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 500;
|
2018-05-05 15:58:46 +00:00
|
|
|
color: $dark-text-color;
|
2018-01-18 16:25:37 +00:00
|
|
|
background: $ui-base-color;
|
|
|
|
cursor: default;
|
|
|
|
display: flex;
|
|
|
|
flex: 1 1 auto;
|
2019-10-06 20:11:17 +00:00
|
|
|
flex-direction: column;
|
2018-01-18 16:25:37 +00:00
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
padding: 20px;
|
|
|
|
|
|
|
|
&__figure {
|
2019-10-06 20:11:17 +00:00
|
|
|
&,
|
|
|
|
img {
|
|
|
|
display: block;
|
|
|
|
width: auto;
|
|
|
|
height: 160px;
|
|
|
|
margin: 0;
|
|
|
|
}
|
2018-01-18 16:25:37 +00:00
|
|
|
}
|
|
|
|
|
2019-10-06 20:11:17 +00:00
|
|
|
&--without-header {
|
2018-01-18 16:25:37 +00:00
|
|
|
padding-top: 20px + 48px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__label {
|
2019-10-06 20:11:17 +00:00
|
|
|
margin-top: 30px;
|
2018-01-18 16:25:37 +00:00
|
|
|
|
|
|
|
strong {
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 10px;
|
2018-05-05 15:58:46 +00:00
|
|
|
color: $dark-text-color;
|
2018-01-18 16:25:37 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
span {
|
|
|
|
font-size: 15px;
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|