2021-06-07 02:32:18 +00:00
|
|
|
.fleet-ace {
|
2017-02-16 20:31:21 +00:00
|
|
|
&__label {
|
2021-09-13 21:23:24 +00:00
|
|
|
height: 25px;
|
|
|
|
margin-bottom: $pad-small;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
p {
|
|
|
|
font-size: $x-small;
|
|
|
|
font-weight: $bold;
|
|
|
|
color: $core-fleet-black;
|
|
|
|
margin: 0;
|
|
|
|
flex: 1;
|
|
|
|
}
|
2017-02-16 20:31:21 +00:00
|
|
|
&--error {
|
2021-04-30 21:32:50 +00:00
|
|
|
color: $ui-error;
|
2017-02-16 20:31:21 +00:00
|
|
|
}
|
2021-09-10 19:06:37 +00:00
|
|
|
&--with-action {
|
|
|
|
justify-content: space-between;
|
|
|
|
|
|
|
|
button {
|
|
|
|
height: 36px; // aligning space between label and textarea
|
|
|
|
}
|
|
|
|
}
|
2017-01-06 00:01:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&__wrapper {
|
|
|
|
&--error {
|
2021-06-07 02:32:18 +00:00
|
|
|
.ace-fleet {
|
2021-04-30 21:32:50 +00:00
|
|
|
border: 1px solid $ui-error;
|
2017-01-06 00:01:17 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2019-03-10 20:51:25 +00:00
|
|
|
|
|
|
|
&__hint {
|
2020-12-07 23:08:59 +00:00
|
|
|
font-size: $x-small;
|
2020-11-20 00:51:22 +00:00
|
|
|
font-weight: $regular;
|
2021-04-30 21:32:50 +00:00
|
|
|
color: $core-fleet-blue;
|
2019-03-10 20:51:25 +00:00
|
|
|
|
|
|
|
code {
|
2021-04-30 21:32:50 +00:00
|
|
|
color: $core-vibrant-blue;
|
2020-11-24 16:59:03 +00:00
|
|
|
background-color: $ui-light-grey;
|
2021-04-30 21:32:50 +00:00
|
|
|
padding: $pad-xxsmall;
|
2021-04-12 13:32:25 +00:00
|
|
|
font-family: "SourceCodePro", $monospace;
|
2019-03-10 20:51:25 +00:00
|
|
|
}
|
|
|
|
}
|
2017-01-06 00:01:17 +00:00
|
|
|
}
|