fix missing styles

pull/18188/head
ValeraS 2018-09-21 08:33:19 +03:00 committed by Mrugesh Mohapatra
parent 4fca16ced1
commit 8830eed458
7 changed files with 14 additions and 16 deletions

View File

@ -30,10 +30,7 @@ import {
import Spacer from '../../../components/util/Spacer';
import { createGuideUrl } from '../utils';
import '../components/tool-panel.css';
import '../components/preview.css';
import '../components/test-suite.css';
import '../classic/classic.css';
import '../components/test-frame.css';
// provided by redux form
const reduxFormPropTypes = {

View File

@ -33,6 +33,7 @@ import {
} from '../redux';
import './classic.css';
import '../components/test-frame.css';
import decodeHTMLEntities from '../../../../utils/decodeHTMLEntities';

View File

@ -1,10 +1,3 @@
.hide-test-frame {
position: absolute;
top: -9999px;
left: -9999px;
visibility: hidden;
}
.challenge-preview, .challenge-preview-frame {
height: calc(100vh - 38px);
width: 100%;

View File

@ -0,0 +1,6 @@
.hide-test-frame {
position: absolute;
top: -9999px;
left: -9999px;
visibility: hidden;
}

View File

@ -1,8 +1,3 @@
.tool-panel-group button, .tool-panel-group a {
font-size: 1.1rem;
}
.project-tool-panel {
width: 100%;
padding: 0 15px;
}

View File

@ -6,6 +6,8 @@ import { Button } from 'react-bootstrap';
import { openModal } from '../redux';
import './tool-panel.css';
const mapStateToProps = () => ({});
const mapDispatchToProps = dispatch =>

View File

@ -0,0 +1,4 @@
.project-tool-panel {
width: 100%;
padding: 0 15px;
}