Updated the default class name

• Updated:
- the default class name
This commit is contained in:
mgabdev
2020-08-18 15:49:11 -05:00
parent d5ad398d53
commit 176ddc22f2
174 changed files with 812 additions and 812 deletions

View File

@@ -20,21 +20,21 @@ class AboutSidebar extends ImmutablePureComponent {
} = this.props
return (
<header role='banner' className={[_s._, _s.flexGrow1, _s.z3, _s.aiEnd].join(' ')}>
<header role='banner' className={[_s.d, _s.flexGrow1, _s.z3, _s.aiEnd].join(' ')}>
<ResponsiveClassesComponent
classNames={[_s._, _s.w240PX].join(' ')}
classNamesXS={[_s._, _s.w100PC].join(' ')}
classNames={[_s.d, _s.w240PX].join(' ')}
classNamesXS={[_s.d, _s.w100PC].join(' ')}
>
<ResponsiveClassesComponent
classNames={[_s._, _s.posFixed, _s.calcH53PX, _s.bottom0].join(' ')}
classNamesXS={[_s._, _s.px15].join(' ')}
classNames={[_s.d, _s.posFixed, _s.calcH53PX, _s.bottom0].join(' ')}
classNamesXS={[_s.d, _s.px15].join(' ')}
>
<ResponsiveClassesComponent
classNames={[_s._, _s.h100PC, _s.aiStart, _s.w240PX, _s.pr15, _s.py10, _s.noScrollbar, _s.overflowYScroll].join(' ')}
classNamesXS={[_s._, _s.aiStart, _s.w100PC, _s.py10, _s.borderBottom1PX, _s.borderColorSecondary].join(' ')}
classNames={[_s.d, _s.h100PC, _s.aiStart, _s.w240PX, _s.pr15, _s.py10, _s.noScrollbar, _s.overflowYScroll].join(' ')}
classNamesXS={[_s.d, _s.aiStart, _s.w100PC, _s.py10, _s.borderBottom1PX, _s.borderColorSecondary].join(' ')}
>
<div className={[_s._, _s.w100PC].join(' ')}>
<div className={[_s._, _s.flexRow, _s.px5, _s.pt10].join(' ')}>
<div className={[_s.d, _s.w100PC].join(' ')}>
<div className={[_s.d, _s.flexRow, _s.px5, _s.pt10].join(' ')}>
{
me && <BackButton icon='arrow-left' toHome />
}
@@ -44,7 +44,7 @@ class AboutSidebar extends ImmutablePureComponent {
</div>
</div>
<nav aria-label='Primary' role='navigation' className={[_s._, _s.w100PC, _s.mb15].join(' ')}>
<nav aria-label='Primary' role='navigation' className={[_s.d, _s.w100PC, _s.mb15].join(' ')}>
<SidebarSectionTitle>{intl.formatMessage(messages.menu)}</SidebarSectionTitle>
{
items.map((menuItem, i) => (