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

@@ -16,7 +16,7 @@ class ShopItem extends React.PureComponent {
return (
<a
className={[_s.default, _s.width50PC, _s.noUnderline, _s.overflowHidden, _s.cursorPointer, _s.pb15, _s.pr5].join(' ')}
className={[_s._, _s.w50PC, _s.noUnderline, _s.overflowHidden, _s.cursorPointer, _s.pb15, _s.pr5].join(' ')}
target='_blank'
rel={DEFAULT_REL}
href={link}
@@ -24,7 +24,7 @@ class ShopItem extends React.PureComponent {
>
<Image
src={image}
className={[_s.width100PC, _s.height122PX].join(' ')}
className={[_s.w100PC, _s.h122PX].join(' ')}
/>
<Text