mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-02-27 12:16:36 +00:00
Updated dependencies
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
}
|
||||
|
||||
.date-input-container__input:not(:disabled) {
|
||||
background-color: #fff !important;
|
||||
background-color: #ffffff !important;
|
||||
}
|
||||
|
||||
.date-input-container__icon {
|
||||
@@ -29,6 +29,6 @@
|
||||
.react-datepicker__close-icon.react-datepicker__close-icon:after {
|
||||
right: .75rem;
|
||||
line-height: 11px;
|
||||
background-color: #333;
|
||||
background-color: #333333;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
@@ -10,8 +10,8 @@ $xlgMin: 1200px;
|
||||
|
||||
// Colors
|
||||
$mainColor: #4696e5;
|
||||
$lightHoverColor: #eee;
|
||||
$lightGrey: #ddd;
|
||||
$lightHoverColor: #eeeeee;
|
||||
$lightGrey: #dddddd;
|
||||
$dangerColor: #dc3545;
|
||||
$mediumGrey: #dee2e6;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user