2017-02-15 14:51:19 +00:00
|
|
|
.label-form {
|
|
|
|
&__label-title,
|
|
|
|
&__label-description {
|
2020-12-07 23:08:59 +00:00
|
|
|
width: 100%;
|
2017-02-15 14:51:19 +00:00
|
|
|
}
|
|
|
|
|
2021-08-11 20:27:52 +00:00
|
|
|
&__label-platform {
|
|
|
|
font-size: $x-small;
|
|
|
|
font-weight: $regular;
|
|
|
|
color: $core-fleet-black;
|
|
|
|
padding-bottom: $pad-large;
|
|
|
|
|
|
|
|
p {
|
|
|
|
padding-bottom: $pad-small;
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.title {
|
|
|
|
font-weight: $bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hint {
|
|
|
|
color: $core-fleet-blue;
|
|
|
|
padding-top: $pad-small;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-08-29 15:21:37 +00:00
|
|
|
&__button-wrap {
|
|
|
|
margin: 0;
|
|
|
|
margin-top: $pad-large;
|
|
|
|
display: flex;
|
|
|
|
gap: $pad-medium;
|
2020-12-07 23:08:59 +00:00
|
|
|
}
|
|
|
|
|
2017-02-15 14:51:19 +00:00
|
|
|
&__text-editor-wrapper {
|
2021-04-10 00:30:42 +00:00
|
|
|
margin: $pad-large 0;
|
2017-02-15 14:51:19 +00:00
|
|
|
}
|
|
|
|
}
|