Updated all long style names to be more compact

• Updated:
- all long style names to be more compact
This commit is contained in:
mgabdev
2020-08-18 15:43:06 -05:00
parent e5f4e12b7b
commit d5ad398d53
177 changed files with 1052 additions and 1052 deletions

View File

@@ -72,7 +72,7 @@ class VideoStatsPopover extends ImmutablePureComponent {
]
const containerClasses = CX({
default: 1,
_: 1,
bgBlack: !isXS,
bgPrimary: !isXS,
px10: 1,
@@ -137,8 +137,8 @@ class VideoStatLine extends React.PureComponent {
const color = isXS ? 'primary' : 'white'
return (
<div className={[_s.default, _s.flexRow, _s.pt2].join(' ')}>
<div className={[_s.default, _s.width115PX, _s.alignItemsEnd, _s.mr5].join(' ')}>
<div className={[_s._, _s.flexRow, _s.pt2].join(' ')}>
<div className={[_s._, _s.w115PX, _s.aiEnd, _s.mr5].join(' ')}>
<Text size='extraSmall' weight='medium' color={color}>
{title}
</Text>