Brighten blue and cyan colors (#251)

For slightly easier viewing on mobile phones in daylight
This commit is contained in:
Ohad Lutzky 2021-07-09 15:36:38 +01:00 committed by GitHub
parent db109fcd0a
commit e2e2c8c43a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
15 changed files with 476 additions and 144008 deletions

View File

@ -4,7 +4,7 @@
// Color system // Color system
// //
$blue: #226f97; $blue: #37abe9;
$indigo: #472395; $indigo: #472395;
$purple: #712395; $purple: #712395;
$pink: #952393; $pink: #952393;
@ -13,7 +13,7 @@ $orange: #ff8f00;
$yellow: #ffbe42; $yellow: #ffbe42;
$green: #239556; $green: #239556;
$teal: #5abccc; $teal: #5abccc;
$cyan: #15b2d3; $cyan: #44c4dd;
$theme-colors: ( $theme-colors: (
primary: $blue, primary: $blue,

View File

@ -19,15 +19,15 @@
--white: #fff; --white: #fff;
--gray: #6c757d; --gray: #6c757d;
--gray-dark: #343a40; --gray-dark: #343a40;
--primary: #226f97; --primary: #37abe9;
--secondary: #ff8f00; --secondary: #ff8f00;
--success: #239556; --success: #239556;
--info: #15b2d3; --info: #44c4dd;
--warning: #ffbe42; --warning: #ffbe42;
--danger: #a72431; --danger: #a72431;
--light: #f8f9fa; --light: #f8f9fa;
--dark: #343a40; --dark: #343a40;
--debug: #15b2d3; --debug: #44c4dd;
--error: #a72431; --error: #a72431;
--breakpoint-xs: 0; --breakpoint-xs: 0;
--breakpoint-sm: 576px; --breakpoint-sm: 576px;
@ -133,11 +133,11 @@ sup {
top: -.5em; } top: -.5em; }
a { a {
color: #15b2d3; color: #44c4dd;
text-decoration: none; text-decoration: none;
background-color: transparent; } background-color: transparent; }
a:hover { a:hover {
color: #0e778d; color: #219cb4;
text-decoration: underline; } text-decoration: underline; }
a:not([href]):not([class]) { a:not([href]):not([class]) {
@ -1161,7 +1161,7 @@ pre {
border: 0; } border: 0; }
.table-striped tbody tr:nth-of-type(odd) { .table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(34, 111, 151, 0.1); } background-color: rgba(55, 171, 233, 0.1); }
.table-hover tbody tr:hover { .table-hover tbody tr:hover {
color: #ced4da; color: #ced4da;
@ -1170,19 +1170,19 @@ pre {
.table-primary, .table-primary,
.table-primary > th, .table-primary > th,
.table-primary > td { .table-primary > td {
background-color: #c1d7e2; } background-color: #c7e7f9; }
.table-primary th, .table-primary th,
.table-primary td, .table-primary td,
.table-primary thead th, .table-primary thead th,
.table-primary tbody + tbody { .table-primary tbody + tbody {
border-color: #8cb4c9; } border-color: #97d3f4; }
.table-hover .table-primary:hover { .table-hover .table-primary:hover {
background-color: #b0ccda; } background-color: #b0ddf7; }
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th { .table-hover .table-primary:hover > th {
background-color: #b0ccda; } background-color: #b0ddf7; }
.table-secondary, .table-secondary,
.table-secondary > th, .table-secondary > th,
@ -1221,19 +1221,19 @@ pre {
.table-info, .table-info,
.table-info > th, .table-info > th,
.table-info > td { .table-info > td {
background-color: #bde9f3; } background-color: #cbeef5; }
.table-info th, .table-info th,
.table-info td, .table-info td,
.table-info thead th, .table-info thead th,
.table-info tbody + tbody { .table-info tbody + tbody {
border-color: #85d7e8; } border-color: #9ee0ed; }
.table-hover .table-info:hover { .table-hover .table-info:hover {
background-color: #a7e2ef; } background-color: #b6e7f1; }
.table-hover .table-info:hover > td, .table-hover .table-info:hover > td,
.table-hover .table-info:hover > th { .table-hover .table-info:hover > th {
background-color: #a7e2ef; } background-color: #b6e7f1; }
.table-warning, .table-warning,
.table-warning > th, .table-warning > th,
@ -1306,19 +1306,19 @@ pre {
.table-debug, .table-debug,
.table-debug > th, .table-debug > th,
.table-debug > td { .table-debug > td {
background-color: #bde9f3; } background-color: #cbeef5; }
.table-debug th, .table-debug th,
.table-debug td, .table-debug td,
.table-debug thead th, .table-debug thead th,
.table-debug tbody + tbody { .table-debug tbody + tbody {
border-color: #85d7e8; } border-color: #9ee0ed; }
.table-hover .table-debug:hover { .table-hover .table-debug:hover {
background-color: #a7e2ef; } background-color: #b6e7f1; }
.table-hover .table-debug:hover > td, .table-hover .table-debug:hover > td,
.table-hover .table-debug:hover > th { .table-hover .table-debug:hover > th {
background-color: #a7e2ef; } background-color: #b6e7f1; }
.table-error, .table-error,
.table-error > th, .table-error > th,
@ -1355,7 +1355,7 @@ pre {
.table .thead-light th { .table .thead-light th {
color: #495057; color: #495057;
background-color: #226f97; background-color: #37abe9;
border-color: #343a40; } border-color: #343a40; }
.table-dark { .table-dark {
@ -1813,29 +1813,29 @@ fieldset:disabled a.btn {
.btn-primary { .btn-primary {
color: #fff; color: #fff;
background-color: #226f97; background-color: #37abe9;
border-color: #226f97; } border-color: #37abe9; }
.btn-primary:hover { .btn-primary:hover {
color: #fff; color: #fff;
background-color: #1b5878; background-color: #199be1;
border-color: #19506d; } border-color: #1793d6; }
.btn-primary:focus, .btn-primary.focus { .btn-primary:focus, .btn-primary.focus {
color: #fff; color: #fff;
background-color: #1b5878; background-color: #199be1;
border-color: #19506d; border-color: #1793d6;
box-shadow: 0 0 0 0.2rem rgba(67, 133, 167, 0.5); } box-shadow: 0 0 0 0.2rem rgba(85, 184, 236, 0.5); }
.btn-primary.disabled, .btn-primary:disabled { .btn-primary.disabled, .btn-primary:disabled {
color: #fff; color: #fff;
background-color: #226f97; background-color: #37abe9;
border-color: #226f97; } border-color: #37abe9; }
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle { .show > .btn-primary.dropdown-toggle {
color: #fff; color: #fff;
background-color: #19506d; background-color: #1793d6;
border-color: #164963; } border-color: #168bca; }
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus { .show > .btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(67, 133, 167, 0.5); } box-shadow: 0 0 0 0.2rem rgba(85, 184, 236, 0.5); }
.btn-secondary { .btn-secondary {
color: #212529; color: #212529;
@ -1890,30 +1890,30 @@ fieldset:disabled a.btn {
box-shadow: 0 0 0 0.2rem rgba(68, 165, 111, 0.5); } box-shadow: 0 0 0 0.2rem rgba(68, 165, 111, 0.5); }
.btn-info { .btn-info {
color: #fff; color: #212529;
background-color: #15b2d3; background-color: #44c4dd;
border-color: #15b2d3; } border-color: #44c4dd; }
.btn-info:hover { .btn-info:hover {
color: #fff; color: #fff;
background-color: #1295b0; background-color: #27b8d4;
border-color: #108ba5; } border-color: #25aec9; }
.btn-info:focus, .btn-info.focus { .btn-info:focus, .btn-info.focus {
color: #fff; color: #fff;
background-color: #1295b0; background-color: #27b8d4;
border-color: #108ba5; border-color: #25aec9;
box-shadow: 0 0 0 0.2rem rgba(56, 190, 218, 0.5); } box-shadow: 0 0 0 0.2rem rgba(63, 172, 194, 0.5); }
.btn-info.disabled, .btn-info:disabled { .btn-info.disabled, .btn-info:disabled {
color: #fff; color: #212529;
background-color: #15b2d3; background-color: #44c4dd;
border-color: #15b2d3; } border-color: #44c4dd; }
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle { .show > .btn-info.dropdown-toggle {
color: #fff; color: #fff;
background-color: #108ba5; background-color: #25aec9;
border-color: #0f8199; } border-color: #23a5bf; }
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus { .show > .btn-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(56, 190, 218, 0.5); } box-shadow: 0 0 0 0.2rem rgba(63, 172, 194, 0.5); }
.btn-warning { .btn-warning {
color: #212529; color: #212529;
@ -2020,30 +2020,30 @@ fieldset:disabled a.btn {
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); } box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
.btn-debug { .btn-debug {
color: #fff; color: #212529;
background-color: #15b2d3; background-color: #44c4dd;
border-color: #15b2d3; } border-color: #44c4dd; }
.btn-debug:hover { .btn-debug:hover {
color: #fff; color: #fff;
background-color: #1295b0; background-color: #27b8d4;
border-color: #108ba5; } border-color: #25aec9; }
.btn-debug:focus, .btn-debug.focus { .btn-debug:focus, .btn-debug.focus {
color: #fff; color: #fff;
background-color: #1295b0; background-color: #27b8d4;
border-color: #108ba5; border-color: #25aec9;
box-shadow: 0 0 0 0.2rem rgba(56, 190, 218, 0.5); } box-shadow: 0 0 0 0.2rem rgba(63, 172, 194, 0.5); }
.btn-debug.disabled, .btn-debug:disabled { .btn-debug.disabled, .btn-debug:disabled {
color: #fff; color: #212529;
background-color: #15b2d3; background-color: #44c4dd;
border-color: #15b2d3; } border-color: #44c4dd; }
.btn-debug:not(:disabled):not(.disabled):active, .btn-debug:not(:disabled):not(.disabled).active, .btn-debug:not(:disabled):not(.disabled):active, .btn-debug:not(:disabled):not(.disabled).active,
.show > .btn-debug.dropdown-toggle { .show > .btn-debug.dropdown-toggle {
color: #fff; color: #fff;
background-color: #108ba5; background-color: #25aec9;
border-color: #0f8199; } border-color: #23a5bf; }
.btn-debug:not(:disabled):not(.disabled):active:focus, .btn-debug:not(:disabled):not(.disabled).active:focus, .btn-debug:not(:disabled):not(.disabled):active:focus, .btn-debug:not(:disabled):not(.disabled).active:focus,
.show > .btn-debug.dropdown-toggle:focus { .show > .btn-debug.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(56, 190, 218, 0.5); } box-shadow: 0 0 0 0.2rem rgba(63, 172, 194, 0.5); }
.btn-error { .btn-error {
color: #fff; color: #fff;
@ -2072,25 +2072,25 @@ fieldset:disabled a.btn {
box-shadow: 0 0 0 0.2rem rgba(180, 69, 80, 0.5); } box-shadow: 0 0 0 0.2rem rgba(180, 69, 80, 0.5); }
.btn-outline-primary { .btn-outline-primary {
color: #226f97; color: #37abe9;
border-color: #226f97; } border-color: #37abe9; }
.btn-outline-primary:hover { .btn-outline-primary:hover {
color: #fff; color: #fff;
background-color: #226f97; background-color: #37abe9;
border-color: #226f97; } border-color: #37abe9; }
.btn-outline-primary:focus, .btn-outline-primary.focus { .btn-outline-primary:focus, .btn-outline-primary.focus {
box-shadow: 0 0 0 0.2rem rgba(34, 111, 151, 0.5); } box-shadow: 0 0 0 0.2rem rgba(55, 171, 233, 0.5); }
.btn-outline-primary.disabled, .btn-outline-primary:disabled { .btn-outline-primary.disabled, .btn-outline-primary:disabled {
color: #226f97; color: #37abe9;
background-color: transparent; } background-color: transparent; }
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle { .show > .btn-outline-primary.dropdown-toggle {
color: #fff; color: #fff;
background-color: #226f97; background-color: #37abe9;
border-color: #226f97; } border-color: #37abe9; }
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus { .show > .btn-outline-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(34, 111, 151, 0.5); } box-shadow: 0 0 0 0.2rem rgba(55, 171, 233, 0.5); }
.btn-outline-secondary { .btn-outline-secondary {
color: #ff8f00; color: #ff8f00;
@ -2135,25 +2135,25 @@ fieldset:disabled a.btn {
box-shadow: 0 0 0 0.2rem rgba(35, 149, 86, 0.5); } box-shadow: 0 0 0 0.2rem rgba(35, 149, 86, 0.5); }
.btn-outline-info { .btn-outline-info {
color: #15b2d3; color: #44c4dd;
border-color: #15b2d3; } border-color: #44c4dd; }
.btn-outline-info:hover { .btn-outline-info:hover {
color: #fff; color: #212529;
background-color: #15b2d3; background-color: #44c4dd;
border-color: #15b2d3; } border-color: #44c4dd; }
.btn-outline-info:focus, .btn-outline-info.focus { .btn-outline-info:focus, .btn-outline-info.focus {
box-shadow: 0 0 0 0.2rem rgba(21, 178, 211, 0.5); } box-shadow: 0 0 0 0.2rem rgba(68, 196, 221, 0.5); }
.btn-outline-info.disabled, .btn-outline-info:disabled { .btn-outline-info.disabled, .btn-outline-info:disabled {
color: #15b2d3; color: #44c4dd;
background-color: transparent; } background-color: transparent; }
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle { .show > .btn-outline-info.dropdown-toggle {
color: #fff; color: #212529;
background-color: #15b2d3; background-color: #44c4dd;
border-color: #15b2d3; } border-color: #44c4dd; }
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus { .show > .btn-outline-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(21, 178, 211, 0.5); } box-shadow: 0 0 0 0.2rem rgba(68, 196, 221, 0.5); }
.btn-outline-warning { .btn-outline-warning {
color: #ffbe42; color: #ffbe42;
@ -2240,25 +2240,25 @@ fieldset:disabled a.btn {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); } box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-outline-debug { .btn-outline-debug {
color: #15b2d3; color: #44c4dd;
border-color: #15b2d3; } border-color: #44c4dd; }
.btn-outline-debug:hover { .btn-outline-debug:hover {
color: #fff; color: #212529;
background-color: #15b2d3; background-color: #44c4dd;
border-color: #15b2d3; } border-color: #44c4dd; }
.btn-outline-debug:focus, .btn-outline-debug.focus { .btn-outline-debug:focus, .btn-outline-debug.focus {
box-shadow: 0 0 0 0.2rem rgba(21, 178, 211, 0.5); } box-shadow: 0 0 0 0.2rem rgba(68, 196, 221, 0.5); }
.btn-outline-debug.disabled, .btn-outline-debug:disabled { .btn-outline-debug.disabled, .btn-outline-debug:disabled {
color: #15b2d3; color: #44c4dd;
background-color: transparent; } background-color: transparent; }
.btn-outline-debug:not(:disabled):not(.disabled):active, .btn-outline-debug:not(:disabled):not(.disabled).active, .btn-outline-debug:not(:disabled):not(.disabled):active, .btn-outline-debug:not(:disabled):not(.disabled).active,
.show > .btn-outline-debug.dropdown-toggle { .show > .btn-outline-debug.dropdown-toggle {
color: #fff; color: #212529;
background-color: #15b2d3; background-color: #44c4dd;
border-color: #15b2d3; } border-color: #44c4dd; }
.btn-outline-debug:not(:disabled):not(.disabled):active:focus, .btn-outline-debug:not(:disabled):not(.disabled).active:focus, .btn-outline-debug:not(:disabled):not(.disabled):active:focus, .btn-outline-debug:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-debug.dropdown-toggle:focus { .show > .btn-outline-debug.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(21, 178, 211, 0.5); } box-shadow: 0 0 0 0.2rem rgba(68, 196, 221, 0.5); }
.btn-outline-error { .btn-outline-error {
color: #a72431; color: #a72431;
@ -2283,10 +2283,10 @@ fieldset:disabled a.btn {
.btn-link { .btn-link {
font-weight: 400; font-weight: 400;
color: #15b2d3; color: #44c4dd;
text-decoration: none; } text-decoration: none; }
.btn-link:hover { .btn-link:hover {
color: #0e778d; color: #219cb4;
text-decoration: underline; } text-decoration: underline; }
.btn-link:focus, .btn-link.focus { .btn-link:focus, .btn-link.focus {
text-decoration: underline; } text-decoration: underline; }
@ -2513,11 +2513,11 @@ input[type="button"].btn-block {
.dropdown-item:hover, .dropdown-item:focus { .dropdown-item:hover, .dropdown-item:focus {
color: #bfc7cf; color: #bfc7cf;
text-decoration: none; text-decoration: none;
background-color: #226f97; } background-color: #37abe9; }
.dropdown-item.active, .dropdown-item:active { .dropdown-item.active, .dropdown-item:active {
color: #ced4da; color: #ced4da;
text-decoration: none; text-decoration: none;
background-color: #226f97; } background-color: #37abe9; }
.dropdown-item.disabled, .dropdown-item:disabled { .dropdown-item.disabled, .dropdown-item:disabled {
color: #adb5bd; color: #adb5bd;
pointer-events: none; pointer-events: none;
@ -3657,12 +3657,12 @@ input[type="button"].btn-block {
padding: 0.5rem 0.75rem; padding: 0.5rem 0.75rem;
margin-left: -1px; margin-left: -1px;
line-height: 1.25; line-height: 1.25;
color: #15b2d3; color: #44c4dd;
background-color: #343a40; background-color: #343a40;
border: 1px solid #3f474e; } border: 1px solid #3f474e; }
.page-link:hover { .page-link:hover {
z-index: 2; z-index: 2;
color: #0e778d; color: #219cb4;
text-decoration: none; text-decoration: none;
background-color: #212529; background-color: #212529;
border-color: #343a40; } border-color: #343a40; }
@ -3683,8 +3683,8 @@ input[type="button"].btn-block {
.page-item.active .page-link { .page-item.active .page-link {
z-index: 3; z-index: 3;
color: #ced4da; color: #ced4da;
background-color: #226f97; background-color: #37abe9;
border-color: #226f97; } border-color: #37abe9; }
.page-item.disabled .page-link { .page-item.disabled .page-link {
color: #6c757d; color: #6c757d;
@ -3749,13 +3749,13 @@ input[type="button"].btn-block {
.badge-primary { .badge-primary {
color: #fff; color: #fff;
background-color: #226f97; } background-color: #37abe9; }
a.badge-primary:hover, a.badge-primary:focus { a.badge-primary:hover, a.badge-primary:focus {
color: #fff; color: #fff;
background-color: #19506d; } background-color: #1793d6; }
a.badge-primary:focus, a.badge-primary.focus { a.badge-primary:focus, a.badge-primary.focus {
outline: 0; outline: 0;
box-shadow: 0 0 0 0.2rem rgba(34, 111, 151, 0.5); } box-shadow: 0 0 0 0.2rem rgba(55, 171, 233, 0.5); }
.badge-secondary { .badge-secondary {
color: #212529; color: #212529;
@ -3778,14 +3778,14 @@ input[type="button"].btn-block {
box-shadow: 0 0 0 0.2rem rgba(35, 149, 86, 0.5); } box-shadow: 0 0 0 0.2rem rgba(35, 149, 86, 0.5); }
.badge-info { .badge-info {
color: #fff; color: #212529;
background-color: #15b2d3; } background-color: #44c4dd; }
a.badge-info:hover, a.badge-info:focus { a.badge-info:hover, a.badge-info:focus {
color: #fff; color: #212529;
background-color: #108ba5; } background-color: #25aec9; }
a.badge-info:focus, a.badge-info.focus { a.badge-info:focus, a.badge-info.focus {
outline: 0; outline: 0;
box-shadow: 0 0 0 0.2rem rgba(21, 178, 211, 0.5); } box-shadow: 0 0 0 0.2rem rgba(68, 196, 221, 0.5); }
.badge-warning { .badge-warning {
color: #212529; color: #212529;
@ -3828,14 +3828,14 @@ input[type="button"].btn-block {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); } box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.badge-debug { .badge-debug {
color: #fff; color: #212529;
background-color: #15b2d3; } background-color: #44c4dd; }
a.badge-debug:hover, a.badge-debug:focus { a.badge-debug:hover, a.badge-debug:focus {
color: #fff; color: #212529;
background-color: #108ba5; } background-color: #25aec9; }
a.badge-debug:focus, a.badge-debug.focus { a.badge-debug:focus, a.badge-debug.focus {
outline: 0; outline: 0;
box-shadow: 0 0 0 0.2rem rgba(21, 178, 211, 0.5); } box-shadow: 0 0 0 0.2rem rgba(68, 196, 221, 0.5); }
.badge-error { .badge-error {
color: #fff; color: #fff;
@ -3885,13 +3885,13 @@ input[type="button"].btn-block {
color: inherit; } color: inherit; }
.alert-primary { .alert-primary {
color: #123a4f; color: #1d5979;
background-color: #d3e2ea; background-color: #d7eefb;
border-color: #c1d7e2; } border-color: #c7e7f9; }
.alert-primary hr { .alert-primary hr {
border-top-color: #b0ccda; } border-top-color: #b0ddf7; }
.alert-primary .alert-link { .alert-primary .alert-link {
color: #091c25; } color: #133b50; }
.alert-secondary { .alert-secondary {
color: #854a00; color: #854a00;
@ -3912,13 +3912,13 @@ input[type="button"].btn-block {
color: #082415; } color: #082415; }
.alert-info { .alert-info {
color: #0b5d6e; color: #236673;
background-color: #d0f0f6; background-color: #daf3f8;
border-color: #bde9f3; } border-color: #cbeef5; }
.alert-info hr { .alert-info hr {
border-top-color: #a7e2ef; } border-top-color: #b6e7f1; }
.alert-info .alert-link { .alert-info .alert-link {
color: #063640; } color: #17434c; }
.alert-warning { .alert-warning {
color: #856322; color: #856322;
@ -3957,13 +3957,13 @@ input[type="button"].btn-block {
color: #040505; } color: #040505; }
.alert-debug { .alert-debug {
color: #0b5d6e; color: #236673;
background-color: #d0f0f6; background-color: #daf3f8;
border-color: #bde9f3; } border-color: #cbeef5; }
.alert-debug hr { .alert-debug hr {
border-top-color: #a7e2ef; } border-top-color: #b6e7f1; }
.alert-debug .alert-link { .alert-debug .alert-link {
color: #063640; } color: #17434c; }
.alert-error { .alert-error {
color: #571319; color: #571319;
@ -4164,15 +4164,15 @@ input[type="button"].btn-block {
border-bottom-width: 0; } border-bottom-width: 0; }
.list-group-item-primary { .list-group-item-primary {
color: #123a4f; color: #1d5979;
background-color: #c1d7e2; } background-color: #c7e7f9; }
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus { .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
color: #123a4f; color: #1d5979;
background-color: #b0ccda; } background-color: #b0ddf7; }
.list-group-item-primary.list-group-item-action.active { .list-group-item-primary.list-group-item-action.active {
color: #fff; color: #fff;
background-color: #123a4f; background-color: #1d5979;
border-color: #123a4f; } border-color: #1d5979; }
.list-group-item-secondary { .list-group-item-secondary {
color: #854a00; color: #854a00;
@ -4197,15 +4197,15 @@ input[type="button"].btn-block {
border-color: #124d2d; } border-color: #124d2d; }
.list-group-item-info { .list-group-item-info {
color: #0b5d6e; color: #236673;
background-color: #bde9f3; } background-color: #cbeef5; }
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus { .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
color: #0b5d6e; color: #236673;
background-color: #a7e2ef; } background-color: #b6e7f1; }
.list-group-item-info.list-group-item-action.active { .list-group-item-info.list-group-item-action.active {
color: #fff; color: #fff;
background-color: #0b5d6e; background-color: #236673;
border-color: #0b5d6e; } border-color: #236673; }
.list-group-item-warning { .list-group-item-warning {
color: #856322; color: #856322;
@ -4252,15 +4252,15 @@ input[type="button"].btn-block {
border-color: #1b1e21; } border-color: #1b1e21; }
.list-group-item-debug { .list-group-item-debug {
color: #0b5d6e; color: #236673;
background-color: #bde9f3; } background-color: #cbeef5; }
.list-group-item-debug.list-group-item-action:hover, .list-group-item-debug.list-group-item-action:focus { .list-group-item-debug.list-group-item-action:hover, .list-group-item-debug.list-group-item-action:focus {
color: #0b5d6e; color: #236673;
background-color: #a7e2ef; } background-color: #b6e7f1; }
.list-group-item-debug.list-group-item-action.active { .list-group-item-debug.list-group-item-action.active {
color: #fff; color: #fff;
background-color: #0b5d6e; background-color: #236673;
border-color: #0b5d6e; } border-color: #236673; }
.list-group-item-error { .list-group-item-error {
color: #571319; color: #571319;
@ -4901,14 +4901,14 @@ a.close.disabled {
vertical-align: text-top !important; } vertical-align: text-top !important; }
.bg-primary, .card-feeding .card-header { .bg-primary, .card-feeding .card-header {
background-color: #226f97 !important; } background-color: #37abe9 !important; }
a.bg-primary:hover, .card-feeding a.card-header:hover, a.bg-primary:focus, .card-feeding a.card-header:focus, a.bg-primary:hover, .card-feeding a.card-header:hover, a.bg-primary:focus, .card-feeding a.card-header:focus,
button.bg-primary:hover, button.bg-primary:hover,
.card-feeding button.card-header:hover, .card-feeding button.card-header:hover,
button.bg-primary:focus, button.bg-primary:focus,
.card-feeding button.card-header:focus { .card-feeding button.card-header:focus {
background-color: #19506d !important; } background-color: #1793d6 !important; }
.bg-secondary, .card-sleep .card-header { .bg-secondary, .card-sleep .card-header {
background-color: #ff8f00 !important; } background-color: #ff8f00 !important; }
@ -4931,12 +4931,12 @@ button.bg-success:focus,
background-color: #196c3e !important; } background-color: #196c3e !important; }
.bg-info { .bg-info {
background-color: #15b2d3 !important; } background-color: #44c4dd !important; }
a.bg-info:hover, a.bg-info:focus, a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover, button.bg-info:hover,
button.bg-info:focus { button.bg-info:focus {
background-color: #108ba5 !important; } background-color: #25aec9 !important; }
.bg-warning { .bg-warning {
background-color: #ffbe42 !important; } background-color: #ffbe42 !important; }
@ -4977,12 +4977,12 @@ button.bg-dark:focus {
background-color: #1d2124 !important; } background-color: #1d2124 !important; }
.bg-debug { .bg-debug {
background-color: #15b2d3 !important; } background-color: #44c4dd !important; }
a.bg-debug:hover, a.bg-debug:focus, a.bg-debug:hover, a.bg-debug:focus,
button.bg-debug:hover, button.bg-debug:hover,
button.bg-debug:focus { button.bg-debug:focus {
background-color: #108ba5 !important; } background-color: #25aec9 !important; }
.bg-error { .bg-error {
background-color: #a72431 !important; } background-color: #a72431 !important; }
@ -5029,7 +5029,7 @@ button.bg-error:focus {
border-left: 0 !important; } border-left: 0 !important; }
.border-primary, .card-feeding { .border-primary, .card-feeding {
border-color: #226f97 !important; } border-color: #37abe9 !important; }
.border-secondary, .card-sleep { .border-secondary, .card-sleep {
border-color: #ff8f00 !important; } border-color: #ff8f00 !important; }
@ -5038,7 +5038,7 @@ button.bg-error:focus {
border-color: #239556 !important; } border-color: #239556 !important; }
.border-info { .border-info {
border-color: #15b2d3 !important; } border-color: #44c4dd !important; }
.border-warning { .border-warning {
border-color: #ffbe42 !important; } border-color: #ffbe42 !important; }
@ -5053,7 +5053,7 @@ button.bg-error:focus {
border-color: #343a40 !important; } border-color: #343a40 !important; }
.border-debug { .border-debug {
border-color: #15b2d3 !important; } border-color: #44c4dd !important; }
.border-error { .border-error {
border-color: #a72431 !important; } border-color: #a72431 !important; }
@ -7283,10 +7283,10 @@ button.bg-error:focus {
color: #fff !important; } color: #fff !important; }
.text-primary, .card-feeding .card-body { .text-primary, .card-feeding .card-body {
color: #226f97 !important; } color: #37abe9 !important; }
a.text-primary:hover, .card-feeding a.card-body:hover, a.text-primary:focus, .card-feeding a.card-body:focus { a.text-primary:hover, .card-feeding a.card-body:hover, a.text-primary:focus, .card-feeding a.card-body:focus {
color: #144159 !important; } color: #1583bf !important; }
.text-secondary { .text-secondary {
color: #ff8f00 !important; } color: #ff8f00 !important; }
@ -7301,10 +7301,10 @@ a.text-success:hover, .card-tummytime a.card-body:hover, a.text-success:focus, .
color: #145732 !important; } color: #145732 !important; }
.text-info { .text-info {
color: #15b2d3 !important; } color: #44c4dd !important; }
a.text-info:hover, a.text-info:focus { a.text-info:hover, a.text-info:focus {
color: #0e778d !important; } color: #219cb4 !important; }
.text-warning { .text-warning {
color: #ffbe42 !important; } color: #ffbe42 !important; }
@ -7331,10 +7331,10 @@ a.text-dark:hover, .card-statistics a.card-header:hover, .card-timer a.card-head
color: #121416 !important; } color: #121416 !important; }
.text-debug { .text-debug {
color: #15b2d3 !important; } color: #44c4dd !important; }
a.text-debug:hover, a.text-debug:focus { a.text-debug:hover, a.text-debug:focus {
color: #0e778d !important; } color: #219cb4 !important; }
.text-error { .text-error {
color: #a72431 !important; } color: #a72431 !important; }
@ -7618,13 +7618,13 @@ body.tempusdominus-bootstrap-datetimepicker-widget-day-click {
display: inline-block; display: inline-block;
border: solid transparent; border: solid transparent;
border-width: 0 0 7px 7px; border-width: 0 0 7px 7px;
border-bottom-color: #226f97; border-bottom-color: #37abe9;
border-top-color: rgba(0, 0, 0, 0.2); border-top-color: rgba(0, 0, 0, 0.2);
position: absolute; position: absolute;
bottom: 4px; bottom: 4px;
right: 4px; } right: 4px; }
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover { .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
background-color: #226f97; background-color: #37abe9;
color: #fff; color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
.bootstrap-datetimepicker-widget table td.active.today:before { .bootstrap-datetimepicker-widget table td.active.today:before {
@ -7645,7 +7645,7 @@ body.tempusdominus-bootstrap-datetimepicker-widget-day-click {
.bootstrap-datetimepicker-widget table td span:hover { .bootstrap-datetimepicker-widget table td span:hover {
background: #343a40; } background: #343a40; }
.bootstrap-datetimepicker-widget table td span.active { .bootstrap-datetimepicker-widget table td span.active {
background-color: #226f97; background-color: #37abe9;
color: #fff; color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
.bootstrap-datetimepicker-widget table td span.old { .bootstrap-datetimepicker-widget table td span.old {
@ -7709,7 +7709,7 @@ body.tempusdominus-bootstrap-datetimepicker-widget-day-click {
.input-group.datetimepicker .input-group-text { .input-group.datetimepicker .input-group-text {
background: none; background: none;
border: 0; border: 0;
color: #226f97; color: #37abe9;
padding-left: 0; padding-left: 0;
padding-right: 0; } padding-right: 0; }
@ -7729,7 +7729,7 @@ body.tempusdominus-bootstrap-datetimepicker-widget-day-click {
vertical-align: middle; } vertical-align: middle; }
.table-instances tr.odd { .table-instances tr.odd {
background: rgba(34, 111, 151, 0.1); } background: rgba(55, 171, 233, 0.1); }
.table-instances tr.even { .table-instances tr.even {
background: none; } background: none; }
@ -10099,7 +10099,7 @@ body.tempusdominus-bootstrap-datetimepicker-widget-day-click {
position: absolute; position: absolute;
content: ' '; content: ' ';
width: 3px; width: 3px;
background-color: #226f97; background-color: #37abe9;
left: 50%; left: 50%;
margin-left: -1.5px; } margin-left: -1.5px; }
.timeline li { .timeline li {

Binary file not shown.

View File

@ -19,15 +19,15 @@
--white: #fff; --white: #fff;
--gray: #6c757d; --gray: #6c757d;
--gray-dark: #343a40; --gray-dark: #343a40;
--primary: #226f97; --primary: #37abe9;
--secondary: #ff8f00; --secondary: #ff8f00;
--success: #239556; --success: #239556;
--info: #15b2d3; --info: #44c4dd;
--warning: #ffbe42; --warning: #ffbe42;
--danger: #a72431; --danger: #a72431;
--light: #f8f9fa; --light: #f8f9fa;
--dark: #343a40; --dark: #343a40;
--debug: #15b2d3; --debug: #44c4dd;
--error: #a72431; --error: #a72431;
--breakpoint-xs: 0; --breakpoint-xs: 0;
--breakpoint-sm: 576px; --breakpoint-sm: 576px;
@ -133,11 +133,11 @@ sup {
top: -.5em; } top: -.5em; }
a { a {
color: #15b2d3; color: #44c4dd;
text-decoration: none; text-decoration: none;
background-color: transparent; } background-color: transparent; }
a:hover { a:hover {
color: #0e778d; color: #219cb4;
text-decoration: underline; } text-decoration: underline; }
a:not([href]):not([class]) { a:not([href]):not([class]) {
@ -1161,7 +1161,7 @@ pre {
border: 0; } border: 0; }
.table-striped tbody tr:nth-of-type(odd) { .table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(34, 111, 151, 0.1); } background-color: rgba(55, 171, 233, 0.1); }
.table-hover tbody tr:hover { .table-hover tbody tr:hover {
color: #ced4da; color: #ced4da;
@ -1170,19 +1170,19 @@ pre {
.table-primary, .table-primary,
.table-primary > th, .table-primary > th,
.table-primary > td { .table-primary > td {
background-color: #c1d7e2; } background-color: #c7e7f9; }
.table-primary th, .table-primary th,
.table-primary td, .table-primary td,
.table-primary thead th, .table-primary thead th,
.table-primary tbody + tbody { .table-primary tbody + tbody {
border-color: #8cb4c9; } border-color: #97d3f4; }
.table-hover .table-primary:hover { .table-hover .table-primary:hover {
background-color: #b0ccda; } background-color: #b0ddf7; }
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th { .table-hover .table-primary:hover > th {
background-color: #b0ccda; } background-color: #b0ddf7; }
.table-secondary, .table-secondary,
.table-secondary > th, .table-secondary > th,
@ -1221,19 +1221,19 @@ pre {
.table-info, .table-info,
.table-info > th, .table-info > th,
.table-info > td { .table-info > td {
background-color: #bde9f3; } background-color: #cbeef5; }
.table-info th, .table-info th,
.table-info td, .table-info td,
.table-info thead th, .table-info thead th,
.table-info tbody + tbody { .table-info tbody + tbody {
border-color: #85d7e8; } border-color: #9ee0ed; }
.table-hover .table-info:hover { .table-hover .table-info:hover {
background-color: #a7e2ef; } background-color: #b6e7f1; }
.table-hover .table-info:hover > td, .table-hover .table-info:hover > td,
.table-hover .table-info:hover > th { .table-hover .table-info:hover > th {
background-color: #a7e2ef; } background-color: #b6e7f1; }
.table-warning, .table-warning,
.table-warning > th, .table-warning > th,
@ -1306,19 +1306,19 @@ pre {
.table-debug, .table-debug,
.table-debug > th, .table-debug > th,
.table-debug > td { .table-debug > td {
background-color: #bde9f3; } background-color: #cbeef5; }
.table-debug th, .table-debug th,
.table-debug td, .table-debug td,
.table-debug thead th, .table-debug thead th,
.table-debug tbody + tbody { .table-debug tbody + tbody {
border-color: #85d7e8; } border-color: #9ee0ed; }
.table-hover .table-debug:hover { .table-hover .table-debug:hover {
background-color: #a7e2ef; } background-color: #b6e7f1; }
.table-hover .table-debug:hover > td, .table-hover .table-debug:hover > td,
.table-hover .table-debug:hover > th { .table-hover .table-debug:hover > th {
background-color: #a7e2ef; } background-color: #b6e7f1; }
.table-error, .table-error,
.table-error > th, .table-error > th,
@ -1355,7 +1355,7 @@ pre {
.table .thead-light th { .table .thead-light th {
color: #495057; color: #495057;
background-color: #226f97; background-color: #37abe9;
border-color: #343a40; } border-color: #343a40; }
.table-dark { .table-dark {
@ -1813,29 +1813,29 @@ fieldset:disabled a.btn {
.btn-primary { .btn-primary {
color: #fff; color: #fff;
background-color: #226f97; background-color: #37abe9;
border-color: #226f97; } border-color: #37abe9; }
.btn-primary:hover { .btn-primary:hover {
color: #fff; color: #fff;
background-color: #1b5878; background-color: #199be1;
border-color: #19506d; } border-color: #1793d6; }
.btn-primary:focus, .btn-primary.focus { .btn-primary:focus, .btn-primary.focus {
color: #fff; color: #fff;
background-color: #1b5878; background-color: #199be1;
border-color: #19506d; border-color: #1793d6;
box-shadow: 0 0 0 0.2rem rgba(67, 133, 167, 0.5); } box-shadow: 0 0 0 0.2rem rgba(85, 184, 236, 0.5); }
.btn-primary.disabled, .btn-primary:disabled { .btn-primary.disabled, .btn-primary:disabled {
color: #fff; color: #fff;
background-color: #226f97; background-color: #37abe9;
border-color: #226f97; } border-color: #37abe9; }
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle { .show > .btn-primary.dropdown-toggle {
color: #fff; color: #fff;
background-color: #19506d; background-color: #1793d6;
border-color: #164963; } border-color: #168bca; }
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus { .show > .btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(67, 133, 167, 0.5); } box-shadow: 0 0 0 0.2rem rgba(85, 184, 236, 0.5); }
.btn-secondary { .btn-secondary {
color: #212529; color: #212529;
@ -1890,30 +1890,30 @@ fieldset:disabled a.btn {
box-shadow: 0 0 0 0.2rem rgba(68, 165, 111, 0.5); } box-shadow: 0 0 0 0.2rem rgba(68, 165, 111, 0.5); }
.btn-info { .btn-info {
color: #fff; color: #212529;
background-color: #15b2d3; background-color: #44c4dd;
border-color: #15b2d3; } border-color: #44c4dd; }
.btn-info:hover { .btn-info:hover {
color: #fff; color: #fff;
background-color: #1295b0; background-color: #27b8d4;
border-color: #108ba5; } border-color: #25aec9; }
.btn-info:focus, .btn-info.focus { .btn-info:focus, .btn-info.focus {
color: #fff; color: #fff;
background-color: #1295b0; background-color: #27b8d4;
border-color: #108ba5; border-color: #25aec9;
box-shadow: 0 0 0 0.2rem rgba(56, 190, 218, 0.5); } box-shadow: 0 0 0 0.2rem rgba(63, 172, 194, 0.5); }
.btn-info.disabled, .btn-info:disabled { .btn-info.disabled, .btn-info:disabled {
color: #fff; color: #212529;
background-color: #15b2d3; background-color: #44c4dd;
border-color: #15b2d3; } border-color: #44c4dd; }
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle { .show > .btn-info.dropdown-toggle {
color: #fff; color: #fff;
background-color: #108ba5; background-color: #25aec9;
border-color: #0f8199; } border-color: #23a5bf; }
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus { .show > .btn-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(56, 190, 218, 0.5); } box-shadow: 0 0 0 0.2rem rgba(63, 172, 194, 0.5); }
.btn-warning { .btn-warning {
color: #212529; color: #212529;
@ -2020,30 +2020,30 @@ fieldset:disabled a.btn {
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); } box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
.btn-debug { .btn-debug {
color: #fff; color: #212529;
background-color: #15b2d3; background-color: #44c4dd;
border-color: #15b2d3; } border-color: #44c4dd; }
.btn-debug:hover { .btn-debug:hover {
color: #fff; color: #fff;
background-color: #1295b0; background-color: #27b8d4;
border-color: #108ba5; } border-color: #25aec9; }
.btn-debug:focus, .btn-debug.focus { .btn-debug:focus, .btn-debug.focus {
color: #fff; color: #fff;
background-color: #1295b0; background-color: #27b8d4;
border-color: #108ba5; border-color: #25aec9;
box-shadow: 0 0 0 0.2rem rgba(56, 190, 218, 0.5); } box-shadow: 0 0 0 0.2rem rgba(63, 172, 194, 0.5); }
.btn-debug.disabled, .btn-debug:disabled { .btn-debug.disabled, .btn-debug:disabled {
color: #fff; color: #212529;
background-color: #15b2d3; background-color: #44c4dd;
border-color: #15b2d3; } border-color: #44c4dd; }
.btn-debug:not(:disabled):not(.disabled):active, .btn-debug:not(:disabled):not(.disabled).active, .btn-debug:not(:disabled):not(.disabled):active, .btn-debug:not(:disabled):not(.disabled).active,
.show > .btn-debug.dropdown-toggle { .show > .btn-debug.dropdown-toggle {
color: #fff; color: #fff;
background-color: #108ba5; background-color: #25aec9;
border-color: #0f8199; } border-color: #23a5bf; }
.btn-debug:not(:disabled):not(.disabled):active:focus, .btn-debug:not(:disabled):not(.disabled).active:focus, .btn-debug:not(:disabled):not(.disabled):active:focus, .btn-debug:not(:disabled):not(.disabled).active:focus,
.show > .btn-debug.dropdown-toggle:focus { .show > .btn-debug.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(56, 190, 218, 0.5); } box-shadow: 0 0 0 0.2rem rgba(63, 172, 194, 0.5); }
.btn-error { .btn-error {
color: #fff; color: #fff;
@ -2072,25 +2072,25 @@ fieldset:disabled a.btn {
box-shadow: 0 0 0 0.2rem rgba(180, 69, 80, 0.5); } box-shadow: 0 0 0 0.2rem rgba(180, 69, 80, 0.5); }
.btn-outline-primary { .btn-outline-primary {
color: #226f97; color: #37abe9;
border-color: #226f97; } border-color: #37abe9; }
.btn-outline-primary:hover { .btn-outline-primary:hover {
color: #fff; color: #fff;
background-color: #226f97; background-color: #37abe9;
border-color: #226f97; } border-color: #37abe9; }
.btn-outline-primary:focus, .btn-outline-primary.focus { .btn-outline-primary:focus, .btn-outline-primary.focus {
box-shadow: 0 0 0 0.2rem rgba(34, 111, 151, 0.5); } box-shadow: 0 0 0 0.2rem rgba(55, 171, 233, 0.5); }
.btn-outline-primary.disabled, .btn-outline-primary:disabled { .btn-outline-primary.disabled, .btn-outline-primary:disabled {
color: #226f97; color: #37abe9;
background-color: transparent; } background-color: transparent; }
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle { .show > .btn-outline-primary.dropdown-toggle {
color: #fff; color: #fff;
background-color: #226f97; background-color: #37abe9;
border-color: #226f97; } border-color: #37abe9; }
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus { .show > .btn-outline-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(34, 111, 151, 0.5); } box-shadow: 0 0 0 0.2rem rgba(55, 171, 233, 0.5); }
.btn-outline-secondary { .btn-outline-secondary {
color: #ff8f00; color: #ff8f00;
@ -2135,25 +2135,25 @@ fieldset:disabled a.btn {
box-shadow: 0 0 0 0.2rem rgba(35, 149, 86, 0.5); } box-shadow: 0 0 0 0.2rem rgba(35, 149, 86, 0.5); }
.btn-outline-info { .btn-outline-info {
color: #15b2d3; color: #44c4dd;
border-color: #15b2d3; } border-color: #44c4dd; }
.btn-outline-info:hover { .btn-outline-info:hover {
color: #fff; color: #212529;
background-color: #15b2d3; background-color: #44c4dd;
border-color: #15b2d3; } border-color: #44c4dd; }
.btn-outline-info:focus, .btn-outline-info.focus { .btn-outline-info:focus, .btn-outline-info.focus {
box-shadow: 0 0 0 0.2rem rgba(21, 178, 211, 0.5); } box-shadow: 0 0 0 0.2rem rgba(68, 196, 221, 0.5); }
.btn-outline-info.disabled, .btn-outline-info:disabled { .btn-outline-info.disabled, .btn-outline-info:disabled {
color: #15b2d3; color: #44c4dd;
background-color: transparent; } background-color: transparent; }
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle { .show > .btn-outline-info.dropdown-toggle {
color: #fff; color: #212529;
background-color: #15b2d3; background-color: #44c4dd;
border-color: #15b2d3; } border-color: #44c4dd; }
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus { .show > .btn-outline-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(21, 178, 211, 0.5); } box-shadow: 0 0 0 0.2rem rgba(68, 196, 221, 0.5); }
.btn-outline-warning { .btn-outline-warning {
color: #ffbe42; color: #ffbe42;
@ -2240,25 +2240,25 @@ fieldset:disabled a.btn {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); } box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-outline-debug { .btn-outline-debug {
color: #15b2d3; color: #44c4dd;
border-color: #15b2d3; } border-color: #44c4dd; }
.btn-outline-debug:hover { .btn-outline-debug:hover {
color: #fff; color: #212529;
background-color: #15b2d3; background-color: #44c4dd;
border-color: #15b2d3; } border-color: #44c4dd; }
.btn-outline-debug:focus, .btn-outline-debug.focus { .btn-outline-debug:focus, .btn-outline-debug.focus {
box-shadow: 0 0 0 0.2rem rgba(21, 178, 211, 0.5); } box-shadow: 0 0 0 0.2rem rgba(68, 196, 221, 0.5); }
.btn-outline-debug.disabled, .btn-outline-debug:disabled { .btn-outline-debug.disabled, .btn-outline-debug:disabled {
color: #15b2d3; color: #44c4dd;
background-color: transparent; } background-color: transparent; }
.btn-outline-debug:not(:disabled):not(.disabled):active, .btn-outline-debug:not(:disabled):not(.disabled).active, .btn-outline-debug:not(:disabled):not(.disabled):active, .btn-outline-debug:not(:disabled):not(.disabled).active,
.show > .btn-outline-debug.dropdown-toggle { .show > .btn-outline-debug.dropdown-toggle {
color: #fff; color: #212529;
background-color: #15b2d3; background-color: #44c4dd;
border-color: #15b2d3; } border-color: #44c4dd; }
.btn-outline-debug:not(:disabled):not(.disabled):active:focus, .btn-outline-debug:not(:disabled):not(.disabled).active:focus, .btn-outline-debug:not(:disabled):not(.disabled):active:focus, .btn-outline-debug:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-debug.dropdown-toggle:focus { .show > .btn-outline-debug.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(21, 178, 211, 0.5); } box-shadow: 0 0 0 0.2rem rgba(68, 196, 221, 0.5); }
.btn-outline-error { .btn-outline-error {
color: #a72431; color: #a72431;
@ -2283,10 +2283,10 @@ fieldset:disabled a.btn {
.btn-link { .btn-link {
font-weight: 400; font-weight: 400;
color: #15b2d3; color: #44c4dd;
text-decoration: none; } text-decoration: none; }
.btn-link:hover { .btn-link:hover {
color: #0e778d; color: #219cb4;
text-decoration: underline; } text-decoration: underline; }
.btn-link:focus, .btn-link.focus { .btn-link:focus, .btn-link.focus {
text-decoration: underline; } text-decoration: underline; }
@ -2513,11 +2513,11 @@ input[type="button"].btn-block {
.dropdown-item:hover, .dropdown-item:focus { .dropdown-item:hover, .dropdown-item:focus {
color: #bfc7cf; color: #bfc7cf;
text-decoration: none; text-decoration: none;
background-color: #226f97; } background-color: #37abe9; }
.dropdown-item.active, .dropdown-item:active { .dropdown-item.active, .dropdown-item:active {
color: #ced4da; color: #ced4da;
text-decoration: none; text-decoration: none;
background-color: #226f97; } background-color: #37abe9; }
.dropdown-item.disabled, .dropdown-item:disabled { .dropdown-item.disabled, .dropdown-item:disabled {
color: #adb5bd; color: #adb5bd;
pointer-events: none; pointer-events: none;
@ -3657,12 +3657,12 @@ input[type="button"].btn-block {
padding: 0.5rem 0.75rem; padding: 0.5rem 0.75rem;
margin-left: -1px; margin-left: -1px;
line-height: 1.25; line-height: 1.25;
color: #15b2d3; color: #44c4dd;
background-color: #343a40; background-color: #343a40;
border: 1px solid #3f474e; } border: 1px solid #3f474e; }
.page-link:hover { .page-link:hover {
z-index: 2; z-index: 2;
color: #0e778d; color: #219cb4;
text-decoration: none; text-decoration: none;
background-color: #212529; background-color: #212529;
border-color: #343a40; } border-color: #343a40; }
@ -3683,8 +3683,8 @@ input[type="button"].btn-block {
.page-item.active .page-link { .page-item.active .page-link {
z-index: 3; z-index: 3;
color: #ced4da; color: #ced4da;
background-color: #226f97; background-color: #37abe9;
border-color: #226f97; } border-color: #37abe9; }
.page-item.disabled .page-link { .page-item.disabled .page-link {
color: #6c757d; color: #6c757d;
@ -3749,13 +3749,13 @@ input[type="button"].btn-block {
.badge-primary { .badge-primary {
color: #fff; color: #fff;
background-color: #226f97; } background-color: #37abe9; }
a.badge-primary:hover, a.badge-primary:focus { a.badge-primary:hover, a.badge-primary:focus {
color: #fff; color: #fff;
background-color: #19506d; } background-color: #1793d6; }
a.badge-primary:focus, a.badge-primary.focus { a.badge-primary:focus, a.badge-primary.focus {
outline: 0; outline: 0;
box-shadow: 0 0 0 0.2rem rgba(34, 111, 151, 0.5); } box-shadow: 0 0 0 0.2rem rgba(55, 171, 233, 0.5); }
.badge-secondary { .badge-secondary {
color: #212529; color: #212529;
@ -3778,14 +3778,14 @@ input[type="button"].btn-block {
box-shadow: 0 0 0 0.2rem rgba(35, 149, 86, 0.5); } box-shadow: 0 0 0 0.2rem rgba(35, 149, 86, 0.5); }
.badge-info { .badge-info {
color: #fff; color: #212529;
background-color: #15b2d3; } background-color: #44c4dd; }
a.badge-info:hover, a.badge-info:focus { a.badge-info:hover, a.badge-info:focus {
color: #fff; color: #212529;
background-color: #108ba5; } background-color: #25aec9; }
a.badge-info:focus, a.badge-info.focus { a.badge-info:focus, a.badge-info.focus {
outline: 0; outline: 0;
box-shadow: 0 0 0 0.2rem rgba(21, 178, 211, 0.5); } box-shadow: 0 0 0 0.2rem rgba(68, 196, 221, 0.5); }
.badge-warning { .badge-warning {
color: #212529; color: #212529;
@ -3828,14 +3828,14 @@ input[type="button"].btn-block {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); } box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.badge-debug { .badge-debug {
color: #fff; color: #212529;
background-color: #15b2d3; } background-color: #44c4dd; }
a.badge-debug:hover, a.badge-debug:focus { a.badge-debug:hover, a.badge-debug:focus {
color: #fff; color: #212529;
background-color: #108ba5; } background-color: #25aec9; }
a.badge-debug:focus, a.badge-debug.focus { a.badge-debug:focus, a.badge-debug.focus {
outline: 0; outline: 0;
box-shadow: 0 0 0 0.2rem rgba(21, 178, 211, 0.5); } box-shadow: 0 0 0 0.2rem rgba(68, 196, 221, 0.5); }
.badge-error { .badge-error {
color: #fff; color: #fff;
@ -3885,13 +3885,13 @@ input[type="button"].btn-block {
color: inherit; } color: inherit; }
.alert-primary { .alert-primary {
color: #123a4f; color: #1d5979;
background-color: #d3e2ea; background-color: #d7eefb;
border-color: #c1d7e2; } border-color: #c7e7f9; }
.alert-primary hr { .alert-primary hr {
border-top-color: #b0ccda; } border-top-color: #b0ddf7; }
.alert-primary .alert-link { .alert-primary .alert-link {
color: #091c25; } color: #133b50; }
.alert-secondary { .alert-secondary {
color: #854a00; color: #854a00;
@ -3912,13 +3912,13 @@ input[type="button"].btn-block {
color: #082415; } color: #082415; }
.alert-info { .alert-info {
color: #0b5d6e; color: #236673;
background-color: #d0f0f6; background-color: #daf3f8;
border-color: #bde9f3; } border-color: #cbeef5; }
.alert-info hr { .alert-info hr {
border-top-color: #a7e2ef; } border-top-color: #b6e7f1; }
.alert-info .alert-link { .alert-info .alert-link {
color: #063640; } color: #17434c; }
.alert-warning { .alert-warning {
color: #856322; color: #856322;
@ -3957,13 +3957,13 @@ input[type="button"].btn-block {
color: #040505; } color: #040505; }
.alert-debug { .alert-debug {
color: #0b5d6e; color: #236673;
background-color: #d0f0f6; background-color: #daf3f8;
border-color: #bde9f3; } border-color: #cbeef5; }
.alert-debug hr { .alert-debug hr {
border-top-color: #a7e2ef; } border-top-color: #b6e7f1; }
.alert-debug .alert-link { .alert-debug .alert-link {
color: #063640; } color: #17434c; }
.alert-error { .alert-error {
color: #571319; color: #571319;
@ -4164,15 +4164,15 @@ input[type="button"].btn-block {
border-bottom-width: 0; } border-bottom-width: 0; }
.list-group-item-primary { .list-group-item-primary {
color: #123a4f; color: #1d5979;
background-color: #c1d7e2; } background-color: #c7e7f9; }
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus { .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
color: #123a4f; color: #1d5979;
background-color: #b0ccda; } background-color: #b0ddf7; }
.list-group-item-primary.list-group-item-action.active { .list-group-item-primary.list-group-item-action.active {
color: #fff; color: #fff;
background-color: #123a4f; background-color: #1d5979;
border-color: #123a4f; } border-color: #1d5979; }
.list-group-item-secondary { .list-group-item-secondary {
color: #854a00; color: #854a00;
@ -4197,15 +4197,15 @@ input[type="button"].btn-block {
border-color: #124d2d; } border-color: #124d2d; }
.list-group-item-info { .list-group-item-info {
color: #0b5d6e; color: #236673;
background-color: #bde9f3; } background-color: #cbeef5; }
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus { .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
color: #0b5d6e; color: #236673;
background-color: #a7e2ef; } background-color: #b6e7f1; }
.list-group-item-info.list-group-item-action.active { .list-group-item-info.list-group-item-action.active {
color: #fff; color: #fff;
background-color: #0b5d6e; background-color: #236673;
border-color: #0b5d6e; } border-color: #236673; }
.list-group-item-warning { .list-group-item-warning {
color: #856322; color: #856322;
@ -4252,15 +4252,15 @@ input[type="button"].btn-block {
border-color: #1b1e21; } border-color: #1b1e21; }
.list-group-item-debug { .list-group-item-debug {
color: #0b5d6e; color: #236673;
background-color: #bde9f3; } background-color: #cbeef5; }
.list-group-item-debug.list-group-item-action:hover, .list-group-item-debug.list-group-item-action:focus { .list-group-item-debug.list-group-item-action:hover, .list-group-item-debug.list-group-item-action:focus {
color: #0b5d6e; color: #236673;
background-color: #a7e2ef; } background-color: #b6e7f1; }
.list-group-item-debug.list-group-item-action.active { .list-group-item-debug.list-group-item-action.active {
color: #fff; color: #fff;
background-color: #0b5d6e; background-color: #236673;
border-color: #0b5d6e; } border-color: #236673; }
.list-group-item-error { .list-group-item-error {
color: #571319; color: #571319;
@ -4901,14 +4901,14 @@ a.close.disabled {
vertical-align: text-top !important; } vertical-align: text-top !important; }
.bg-primary, .card-feeding .card-header { .bg-primary, .card-feeding .card-header {
background-color: #226f97 !important; } background-color: #37abe9 !important; }
a.bg-primary:hover, .card-feeding a.card-header:hover, a.bg-primary:focus, .card-feeding a.card-header:focus, a.bg-primary:hover, .card-feeding a.card-header:hover, a.bg-primary:focus, .card-feeding a.card-header:focus,
button.bg-primary:hover, button.bg-primary:hover,
.card-feeding button.card-header:hover, .card-feeding button.card-header:hover,
button.bg-primary:focus, button.bg-primary:focus,
.card-feeding button.card-header:focus { .card-feeding button.card-header:focus {
background-color: #19506d !important; } background-color: #1793d6 !important; }
.bg-secondary, .card-sleep .card-header { .bg-secondary, .card-sleep .card-header {
background-color: #ff8f00 !important; } background-color: #ff8f00 !important; }
@ -4931,12 +4931,12 @@ button.bg-success:focus,
background-color: #196c3e !important; } background-color: #196c3e !important; }
.bg-info { .bg-info {
background-color: #15b2d3 !important; } background-color: #44c4dd !important; }
a.bg-info:hover, a.bg-info:focus, a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover, button.bg-info:hover,
button.bg-info:focus { button.bg-info:focus {
background-color: #108ba5 !important; } background-color: #25aec9 !important; }
.bg-warning { .bg-warning {
background-color: #ffbe42 !important; } background-color: #ffbe42 !important; }
@ -4977,12 +4977,12 @@ button.bg-dark:focus {
background-color: #1d2124 !important; } background-color: #1d2124 !important; }
.bg-debug { .bg-debug {
background-color: #15b2d3 !important; } background-color: #44c4dd !important; }
a.bg-debug:hover, a.bg-debug:focus, a.bg-debug:hover, a.bg-debug:focus,
button.bg-debug:hover, button.bg-debug:hover,
button.bg-debug:focus { button.bg-debug:focus {
background-color: #108ba5 !important; } background-color: #25aec9 !important; }
.bg-error { .bg-error {
background-color: #a72431 !important; } background-color: #a72431 !important; }
@ -5029,7 +5029,7 @@ button.bg-error:focus {
border-left: 0 !important; } border-left: 0 !important; }
.border-primary, .card-feeding { .border-primary, .card-feeding {
border-color: #226f97 !important; } border-color: #37abe9 !important; }
.border-secondary, .card-sleep { .border-secondary, .card-sleep {
border-color: #ff8f00 !important; } border-color: #ff8f00 !important; }
@ -5038,7 +5038,7 @@ button.bg-error:focus {
border-color: #239556 !important; } border-color: #239556 !important; }
.border-info { .border-info {
border-color: #15b2d3 !important; } border-color: #44c4dd !important; }
.border-warning { .border-warning {
border-color: #ffbe42 !important; } border-color: #ffbe42 !important; }
@ -5053,7 +5053,7 @@ button.bg-error:focus {
border-color: #343a40 !important; } border-color: #343a40 !important; }
.border-debug { .border-debug {
border-color: #15b2d3 !important; } border-color: #44c4dd !important; }
.border-error { .border-error {
border-color: #a72431 !important; } border-color: #a72431 !important; }
@ -7283,10 +7283,10 @@ button.bg-error:focus {
color: #fff !important; } color: #fff !important; }
.text-primary, .card-feeding .card-body { .text-primary, .card-feeding .card-body {
color: #226f97 !important; } color: #37abe9 !important; }
a.text-primary:hover, .card-feeding a.card-body:hover, a.text-primary:focus, .card-feeding a.card-body:focus { a.text-primary:hover, .card-feeding a.card-body:hover, a.text-primary:focus, .card-feeding a.card-body:focus {
color: #144159 !important; } color: #1583bf !important; }
.text-secondary { .text-secondary {
color: #ff8f00 !important; } color: #ff8f00 !important; }
@ -7301,10 +7301,10 @@ a.text-success:hover, .card-tummytime a.card-body:hover, a.text-success:focus, .
color: #145732 !important; } color: #145732 !important; }
.text-info { .text-info {
color: #15b2d3 !important; } color: #44c4dd !important; }
a.text-info:hover, a.text-info:focus { a.text-info:hover, a.text-info:focus {
color: #0e778d !important; } color: #219cb4 !important; }
.text-warning { .text-warning {
color: #ffbe42 !important; } color: #ffbe42 !important; }
@ -7331,10 +7331,10 @@ a.text-dark:hover, .card-statistics a.card-header:hover, .card-timer a.card-head
color: #121416 !important; } color: #121416 !important; }
.text-debug { .text-debug {
color: #15b2d3 !important; } color: #44c4dd !important; }
a.text-debug:hover, a.text-debug:focus { a.text-debug:hover, a.text-debug:focus {
color: #0e778d !important; } color: #219cb4 !important; }
.text-error { .text-error {
color: #a72431 !important; } color: #a72431 !important; }
@ -7618,13 +7618,13 @@ body.tempusdominus-bootstrap-datetimepicker-widget-day-click {
display: inline-block; display: inline-block;
border: solid transparent; border: solid transparent;
border-width: 0 0 7px 7px; border-width: 0 0 7px 7px;
border-bottom-color: #226f97; border-bottom-color: #37abe9;
border-top-color: rgba(0, 0, 0, 0.2); border-top-color: rgba(0, 0, 0, 0.2);
position: absolute; position: absolute;
bottom: 4px; bottom: 4px;
right: 4px; } right: 4px; }
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover { .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
background-color: #226f97; background-color: #37abe9;
color: #fff; color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
.bootstrap-datetimepicker-widget table td.active.today:before { .bootstrap-datetimepicker-widget table td.active.today:before {
@ -7645,7 +7645,7 @@ body.tempusdominus-bootstrap-datetimepicker-widget-day-click {
.bootstrap-datetimepicker-widget table td span:hover { .bootstrap-datetimepicker-widget table td span:hover {
background: #343a40; } background: #343a40; }
.bootstrap-datetimepicker-widget table td span.active { .bootstrap-datetimepicker-widget table td span.active {
background-color: #226f97; background-color: #37abe9;
color: #fff; color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
.bootstrap-datetimepicker-widget table td span.old { .bootstrap-datetimepicker-widget table td span.old {
@ -7709,7 +7709,7 @@ body.tempusdominus-bootstrap-datetimepicker-widget-day-click {
.input-group.datetimepicker .input-group-text { .input-group.datetimepicker .input-group-text {
background: none; background: none;
border: 0; border: 0;
color: #226f97; color: #37abe9;
padding-left: 0; padding-left: 0;
padding-right: 0; } padding-right: 0; }
@ -7729,7 +7729,7 @@ body.tempusdominus-bootstrap-datetimepicker-widget-day-click {
vertical-align: middle; } vertical-align: middle; }
.table-instances tr.odd { .table-instances tr.odd {
background: rgba(34, 111, 151, 0.1); } background: rgba(55, 171, 233, 0.1); }
.table-instances tr.even { .table-instances tr.even {
background: none; } background: none; }
@ -10099,7 +10099,7 @@ body.tempusdominus-bootstrap-datetimepicker-widget-day-click {
position: absolute; position: absolute;
content: ' '; content: ' ';
width: 3px; width: 3px;
background-color: #226f97; background-color: #37abe9;
left: 50%; left: 50%;
margin-left: -1.5px; } margin-left: -1.5px; }
.timeline li { .timeline li {

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -15631,46 +15631,46 @@ function transpose(out, a) {
}; };
},{}],62:[function(_dereq_,module,exports){ },{}],62:[function(_dereq_,module,exports){
(function (global){(function (){ (function (global){(function (){
'use strict' 'use strict'
var isBrowser = _dereq_('is-browser') var isBrowser = _dereq_('is-browser')
var hasHover var hasHover
if (typeof global.matchMedia === 'function') { if (typeof global.matchMedia === 'function') {
hasHover = !global.matchMedia('(hover: none)').matches hasHover = !global.matchMedia('(hover: none)').matches
} }
else { else {
hasHover = isBrowser hasHover = isBrowser
} }
module.exports = hasHover module.exports = hasHover
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {}) }).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
},{"is-browser":66}],63:[function(_dereq_,module,exports){ },{"is-browser":66}],63:[function(_dereq_,module,exports){
'use strict' 'use strict'
var isBrowser = _dereq_('is-browser') var isBrowser = _dereq_('is-browser')
function detect() { function detect() {
var supported = false var supported = false
try { try {
var opts = Object.defineProperty({}, 'passive', { var opts = Object.defineProperty({}, 'passive', {
get: function() { get: function() {
supported = true supported = true
} }
}) })
window.addEventListener('test', null, opts) window.addEventListener('test', null, opts)
window.removeEventListener('test', null, opts) window.removeEventListener('test', null, opts)
} catch(e) { } catch(e) {
supported = false supported = false
} }
return supported return supported
} }
module.exports = isBrowser && detect() module.exports = isBrowser && detect()
},{"is-browser":66}],64:[function(_dereq_,module,exports){ },{"is-browser":66}],64:[function(_dereq_,module,exports){
exports.read = function (buffer, offset, isLE, mLen, nBytes) { exports.read = function (buffer, offset, isLE, mLen, nBytes) {
@ -15790,78 +15790,78 @@ if (typeof Object.create === 'function') {
},{}],66:[function(_dereq_,module,exports){ },{}],66:[function(_dereq_,module,exports){
module.exports = true; module.exports = true;
},{}],67:[function(_dereq_,module,exports){ },{}],67:[function(_dereq_,module,exports){
'use strict' 'use strict'
module.exports = isMobile module.exports = isMobile
module.exports.isMobile = isMobile module.exports.isMobile = isMobile
module.exports.default = isMobile module.exports.default = isMobile
var mobileRE = /(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series[46]0|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino/i var mobileRE = /(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series[46]0|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino/i
var tabletRE = /(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series[46]0|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino|android|ipad|playbook|silk/i var tabletRE = /(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series[46]0|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino|android|ipad|playbook|silk/i
function isMobile (opts) { function isMobile (opts) {
if (!opts) opts = {} if (!opts) opts = {}
var ua = opts.ua var ua = opts.ua
if (!ua && typeof navigator !== 'undefined') ua = navigator.userAgent if (!ua && typeof navigator !== 'undefined') ua = navigator.userAgent
if (ua && ua.headers && typeof ua.headers['user-agent'] === 'string') { if (ua && ua.headers && typeof ua.headers['user-agent'] === 'string') {
ua = ua.headers['user-agent'] ua = ua.headers['user-agent']
} }
if (typeof ua !== 'string') return false if (typeof ua !== 'string') return false
var result = opts.tablet ? tabletRE.test(ua) : mobileRE.test(ua) var result = opts.tablet ? tabletRE.test(ua) : mobileRE.test(ua)
if ( if (
!result && !result &&
opts.tablet && opts.tablet &&
opts.featureDetect && opts.featureDetect &&
navigator && navigator &&
navigator.maxTouchPoints > 1 && navigator.maxTouchPoints > 1 &&
ua.indexOf('Macintosh') !== -1 && ua.indexOf('Macintosh') !== -1 &&
ua.indexOf('Safari') !== -1 ua.indexOf('Safari') !== -1
) { ) {
result = true result = true
} }
return result return result
} }
},{}],68:[function(_dereq_,module,exports){ },{}],68:[function(_dereq_,module,exports){
'use strict'; 'use strict';
/** /**
* Is this string all whitespace? * Is this string all whitespace?
* This solution kind of makes my brain hurt, but it's significantly faster * This solution kind of makes my brain hurt, but it's significantly faster
* than !str.trim() or any other solution I could find. * than !str.trim() or any other solution I could find.
* *
* whitespace codes from: http://en.wikipedia.org/wiki/Whitespace_character * whitespace codes from: http://en.wikipedia.org/wiki/Whitespace_character
* and verified with: * and verified with:
* *
* for(var i = 0; i < 65536; i++) { * for(var i = 0; i < 65536; i++) {
* var s = String.fromCharCode(i); * var s = String.fromCharCode(i);
* if(+s===0 && !s.trim()) console.log(i, s); * if(+s===0 && !s.trim()) console.log(i, s);
* } * }
* *
* which counts a couple of these as *not* whitespace, but finds nothing else * which counts a couple of these as *not* whitespace, but finds nothing else
* that *is* whitespace. Note that charCodeAt stops at 16 bits, but it appears * that *is* whitespace. Note that charCodeAt stops at 16 bits, but it appears
* that there are no whitespace characters above this, and code points above * that there are no whitespace characters above this, and code points above
* this do not map onto white space characters. * this do not map onto white space characters.
*/ */
module.exports = function(str){ module.exports = function(str){
var l = str.length, var l = str.length,
a; a;
for(var i = 0; i < l; i++) { for(var i = 0; i < l; i++) {
a = str.charCodeAt(i); a = str.charCodeAt(i);
if((a < 9 || a > 13) && (a !== 32) && (a !== 133) && (a !== 160) && if((a < 9 || a > 13) && (a !== 32) && (a !== 133) && (a !== 160) &&
(a !== 5760) && (a !== 6158) && (a < 8192 || a > 8205) && (a !== 5760) && (a !== 6158) && (a < 8192 || a > 8205) &&
(a !== 8232) && (a !== 8233) && (a !== 8239) && (a !== 8287) && (a !== 8232) && (a !== 8233) && (a !== 8239) && (a !== 8287) &&
(a !== 8288) && (a !== 12288) && (a !== 65279)) { (a !== 8288) && (a !== 12288) && (a !== 65279)) {
return false; return false;
} }
} }
return true; return true;
} }
},{}],69:[function(_dereq_,module,exports){ },{}],69:[function(_dereq_,module,exports){
var rootPosition = { left: 0, top: 0 } var rootPosition = { left: 0, top: 0 }

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -26459,35 +26459,35 @@ return Popper;
return moment; return moment;
})); }));
/*!@preserve /*!@preserve
* Tempus Dominus Bootstrap4 v5.39.0 (https://tempusdominus.github.io/bootstrap-4/) * Tempus Dominus Bootstrap4 v5.39.0 (https://tempusdominus.github.io/bootstrap-4/)
* Copyright 2016-2020 Jonathan Peterson and contributors * Copyright 2016-2020 Jonathan Peterson and contributors
* Licensed under MIT (https://github.com/tempusdominus/bootstrap-3/blob/master/LICENSE) * Licensed under MIT (https://github.com/tempusdominus/bootstrap-3/blob/master/LICENSE)
*/ */
if (typeof jQuery === 'undefined') { if (typeof jQuery === 'undefined') {
throw new Error('Tempus Dominus Bootstrap4\'s requires jQuery. jQuery must be included before Tempus Dominus Bootstrap4\'s JavaScript.'); throw new Error('Tempus Dominus Bootstrap4\'s requires jQuery. jQuery must be included before Tempus Dominus Bootstrap4\'s JavaScript.');
} }
+function ($) { +function ($) {
var version = $.fn.jquery.split(' ')[0].split('.'); var version = $.fn.jquery.split(' ')[0].split('.');
if ((version[0] < 2 && version[1] < 9) || (version[0] === 1 && version[1] === 9 && version[2] < 1) || (version[0] >= 4)) { if ((version[0] < 2 && version[1] < 9) || (version[0] === 1 && version[1] === 9 && version[2] < 1) || (version[0] >= 4)) {
throw new Error('Tempus Dominus Bootstrap4\'s requires at least jQuery v3.0.0 but less than v4.0.0'); throw new Error('Tempus Dominus Bootstrap4\'s requires at least jQuery v3.0.0 but less than v4.0.0');
} }
}(jQuery); }(jQuery);
if (typeof moment === 'undefined') { if (typeof moment === 'undefined') {
throw new Error('Tempus Dominus Bootstrap4\'s requires moment.js. Moment.js must be included before Tempus Dominus Bootstrap4\'s JavaScript.'); throw new Error('Tempus Dominus Bootstrap4\'s requires moment.js. Moment.js must be included before Tempus Dominus Bootstrap4\'s JavaScript.');
} }
var version = moment.version.split('.') var version = moment.version.split('.')
if ((version[0] <= 2 && version[1] < 17) || (version[0] >= 3)) { if ((version[0] <= 2 && version[1] < 17) || (version[0] >= 3)) {
throw new Error('Tempus Dominus Bootstrap4\'s requires at least moment.js v2.17.0 but less than v3.0.0'); throw new Error('Tempus Dominus Bootstrap4\'s requires at least moment.js v2.17.0 but less than v3.0.0');
} }
+function () { +function () {
function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; } function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; }
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
@ -29880,10 +29880,10 @@ var TempusDominusBootstrap4 = function ($) {
return TempusDominusBootstrap4; return TempusDominusBootstrap4;
}(DateTimePicker); }(DateTimePicker);
/** /**
* ------------------------------------------------------------------------ * ------------------------------------------------------------------------
* jQuery * jQuery
* ------------------------------------------------------------------------ * ------------------------------------------------------------------------
*/ */
@ -29961,6 +29961,6 @@ var TempusDominusBootstrap4 = function ($) {
}; };
return TempusDominusBootstrap4; return TempusDominusBootstrap4;
}(jQuery); }(jQuery);
}(); }();

File diff suppressed because one or more lines are too long