mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-23 01:20:24 +03:00
Deleted no longer needed styles sheet
This commit is contained in:
parent
e1008fcff1
commit
c920403d5f
3 changed files with 5 additions and 13 deletions
|
@ -31,3 +31,8 @@
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: $mainColor;
|
background-color: $mainColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.react-datepicker__input-container,
|
||||||
|
.react-datepicker-wrapper {
|
||||||
|
display: block !important;
|
||||||
|
}
|
||||||
|
|
|
@ -7,7 +7,6 @@ import { connect } from 'react-redux';
|
||||||
import TagsInput from 'react-tagsinput'
|
import TagsInput from 'react-tagsinput'
|
||||||
import { Collapse } from 'reactstrap';
|
import { Collapse } from 'reactstrap';
|
||||||
import DateInput from '../common/DateInput';
|
import DateInput from '../common/DateInput';
|
||||||
import './CreateShortUrl.scss';
|
|
||||||
import CreateShortUrlResult from './helpers/CreateShortUrlResult';
|
import CreateShortUrlResult from './helpers/CreateShortUrlResult';
|
||||||
import { createShortUrl, resetCreateShortUrl } from './reducers/shortUrlCreationResult';
|
import { createShortUrl, resetCreateShortUrl } from './reducers/shortUrlCreationResult';
|
||||||
|
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
@import '../../node_modules/react-tag-autocomplete/example/styles.css';
|
|
||||||
@import '../utils/mixins/box-shadow';
|
|
||||||
@import '../utils/mixins/border-radius';
|
|
||||||
|
|
||||||
.create-short-url__btn:not(:first-child) {
|
|
||||||
margin-left: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.react-datepicker__input-container,
|
|
||||||
.react-datepicker-wrapper {
|
|
||||||
display: block !important;
|
|
||||||
}
|
|
Loading…
Reference in a new issue