Move Overlay styles into component folder

pull/10616/head
Alex P 2018-07-09 15:38:29 -07:00
parent 3f6ad6bedd
commit 2b25478223
3 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,7 @@
import React, {Component} from 'react'
import classnames from 'classnames'
import {ErrorHandling} from 'src/shared/decorators/errors'
import './overlays.scss'
interface Props {
children: JSX.Element

View File

@ -3,6 +3,10 @@
-----------------------------------------------------------------------------
*/
@import 'src/style/modules/influx-colors';
@import 'src/style/modules/variables';
@import 'src/style/modules/mixins';
$overlay-title-height: $chronograf-page-header-height;
$overlay-gutter: 30px;
$overlay-min-height: 150px;

View File

@ -18,4 +18,3 @@
@import 'radio-buttons';
@import 'misc';
@import 'code-styles';
@import 'overlays';