Move Overlay styles into component folder
parent
3f6ad6bedd
commit
2b25478223
|
@ -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
|
||||
|
|
|
@ -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;
|
|
@ -18,4 +18,3 @@
|
|||
@import 'radio-buttons';
|
||||
@import 'misc';
|
||||
@import 'code-styles';
|
||||
@import 'overlays';
|
||||
|
|
Loading…
Reference in New Issue