.monRhythmChart__legendItem { font-size: $euiFontSizeXS; cursor: pointer; color: $euiTextColor; display: flex; flex-direction: row; align-items: center; &-isDisabled { opacity: .5; } } .monRhythmChart__legendHorizontal { margin-top: $euiSizeXS; } .monRhythmChart__legendLabel { overflow: hidden; white-space: nowrap; display: flex; flex-direction: row; align-items: center; } .monRhythmChart__legendValue { overflow: hidden; white-space: nowrap; margin-left: $euiSizeXS; }