@import '../../../styles/colors'; .data-container { .data-header { color: $color-text-default; font-size: 14px; font-weight: bold; letter-spacing: 0.35px; line-height: 19px; display: inline-flex; justify-content: space-between; .values-indicator { color: $primary-color-main; font-size: 13px; font-weight: bold; letter-spacing: 0.33px; line-height: 18px; text-align: center; border-radius: 30px; background-color: $color-gray1; margin-left: 3px; padding: 0 6px; } } .data-content { color: $color-text-default; font-size: 16px; letter-spacing: 0; line-height: 20px; } }