mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-20 13:36:20 +00:00
More standardization color changes
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
@import '../utils/base';
|
||||
|
||||
.date-range-row__date-input {
|
||||
@media (max-width: $smMax) {
|
||||
margin-top: .5rem;
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,5 @@
|
||||
import moment from 'moment';
|
||||
import DateInput from './DateInput';
|
||||
import './DateRangeRow.scss';
|
||||
|
||||
interface DateRangeRowProps {
|
||||
startDate?: moment.Moment | null;
|
||||
@@ -26,7 +25,7 @@ const DateRangeRow = (
|
||||
</div>
|
||||
<div className="col-md-6">
|
||||
<DateInput
|
||||
className="date-range-row__date-input"
|
||||
className="mt-2 mt-md-0"
|
||||
selected={endDate}
|
||||
placeholderText="Until"
|
||||
isClearable
|
||||
|
||||
@@ -10,7 +10,7 @@ $xlgMin: 1200px;
|
||||
|
||||
// Colors
|
||||
$mainColor: #4696e5;
|
||||
$lightHoverColor: #eeeeee;
|
||||
$lightColor: #f5f6fe;
|
||||
$lightGrey: #dddddd;
|
||||
$dangerColor: #dc3545;
|
||||
$mediumGrey: #dee2e6;
|
||||
|
||||
Reference in New Issue
Block a user