2017-02-15 14:51:19 +00:00
|
|
|
.label-form {
|
|
|
|
|
&__label-title,
|
|
|
|
|
&__label-description {
|
2020-12-07 23:08:59 +00:00
|
|
|
width: 100%;
|
2024-04-16 16:22:08 +00:00
|
|
|
resize: vertical;
|
2017-02-15 14:51:19 +00:00
|
|
|
}
|
|
|
|
|
|
2025-12-30 03:28:45 +00:00
|
|
|
&__help-text {
|
|
|
|
|
@include help-text;
|
|
|
|
|
}
|
|
|
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
|
2024-01-18 15:48:44 +00:00
|
|
|
.help-text {
|
2021-08-11 20:27:52 +00:00
|
|
|
color: $core-fleet-blue;
|
|
|
|
|
padding-top: $pad-small;
|
|
|
|
|
}
|
|
|
|
|
}
|
2017-02-15 14:51:19 +00:00
|
|
|
}
|