fix(merge-conflicts): Add missing classNames to Get Help button
This commit is contained in:
@ -2,8 +2,6 @@ import React, { PureComponent } from 'react';
|
|||||||
import PropTypes from 'prop-types';
|
import PropTypes from 'prop-types';
|
||||||
import { Button, Tooltip, OverlayTrigger } from 'react-bootstrap';
|
import { Button, Tooltip, OverlayTrigger } from 'react-bootstrap';
|
||||||
|
|
||||||
import ns from './ns.json';
|
|
||||||
|
|
||||||
const unlockWarning = (
|
const unlockWarning = (
|
||||||
<Tooltip id='tooltip'>
|
<Tooltip id='tooltip'>
|
||||||
<h4>
|
<h4>
|
||||||
@ -123,6 +121,7 @@ export default class ToolPanel extends PureComponent {
|
|||||||
<div className='button-spacer' />
|
<div className='button-spacer' />
|
||||||
<Button
|
<Button
|
||||||
bsStyle='primary'
|
bsStyle='primary'
|
||||||
|
className='btn-big btn-block'
|
||||||
onClick={ openHelpModal }
|
onClick={ openHelpModal }
|
||||||
>
|
>
|
||||||
Get Help
|
Get Help
|
||||||
|
@ -124,12 +124,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@keyframes skeletonShimmer{
|
@keyframes skeletonShimmer{
|
||||||
0% {
|
0% {
|
||||||
transform: translateX(-48px);
|
transform: translateX(-48px);
|
||||||
}
|
}
|
||||||
100% {
|
100% {
|
||||||
transform: translateX(1000px);
|
transform: translateX(1000px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.@{ns}-shimmer {
|
.@{ns}-shimmer {
|
||||||
@ -216,12 +216,4 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.@{ns}-tool-panel-btn-grp {
|
|
||||||
display: flex;
|
|
||||||
|
|
||||||
.btn {
|
|
||||||
flex-grow: 1;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&{ @import "./views/index.less"; }
|
&{ @import "./views/index.less"; }
|
||||||
|
Reference in New Issue
Block a user