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