Use em for all
This commit is contained in:
@@ -68,7 +68,7 @@ export class MenuItem extends React.Component<MenuItemProps, MenuItemState> {
|
||||
>
|
||||
<Button
|
||||
borderRadius="4px"
|
||||
padding="0.4em 6px"
|
||||
padding="0.4em 0.375em"
|
||||
width="100%"
|
||||
backgroundColor={isActive ? colors.lightLinkBlue : colors.grey100}
|
||||
fontSize="14px"
|
||||
|
||||
@@ -369,7 +369,7 @@ export class DocsHome extends React.Component<DocsHomeProps, DocsHomeState> {
|
||||
>
|
||||
<Button
|
||||
borderRadius="4px"
|
||||
padding="0.4em 6px"
|
||||
padding="0.4em 0.375em"
|
||||
width="100%"
|
||||
fontColor={colors.grey800}
|
||||
fontSize="14px"
|
||||
|
||||
@@ -99,7 +99,7 @@ export class Wiki extends React.Component<WikiProps, WikiState> {
|
||||
>
|
||||
<Button
|
||||
borderRadius="4px"
|
||||
padding="0.4em 6px"
|
||||
padding="0.4em 0.375em"
|
||||
width="100%"
|
||||
fontColor={colors.grey800}
|
||||
fontSize="14px"
|
||||
|
||||
Reference in New Issue
Block a user