.fleet-ace { &__label { 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; } &--error { color: $ui-error; } &--with-action { justify-content: space-between; button { height: 36px; // aligning space between label and textarea } } } &__wrapper { &--error { .ace-fleet { border: 1px solid $ui-error; } } } &__hint { font-size: $x-small; font-weight: $regular; color: $core-fleet-blue; code { color: $core-vibrant-blue; background-color: $ui-light-grey; padding: $pad-xxsmall; font-family: "SourceCodePro", $monospace; } } }