chore(ship): v2.0.8

This commit is contained in:
xidedix 2018-07-30 16:14:37 +02:00
parent 989daa9857
commit 3b7c4c7d83
3 changed files with 97 additions and 85 deletions

View File

@ -1,5 +1,14 @@
## [CoreUI](https://coreui.io/) for [react](./REACT.md) changelog ## [CoreUI](https://coreui.io/) for [react](./REACT.md) changelog
##### `v2.0.8`
- fix(User): add missing unique key prop
- fix(Login): add missing form and autoComplete
- fix(Register): add missing form and autoComplete
- chore: update `@coreui/react` to `2.0.5`
- chore: update `bootstrap` to `4.1.3`
- chore: update `reactstrap` to `6.3.1`
- chore: update `babel-jest` to `23.4.2`
##### `v2.0.5` ##### `v2.0.5`
- feat(router): Users/User Breadcrumb example with `/users/:id` - feat(router): Users/User Breadcrumb example with `/users/:id`
- chore: update `@coreui/react` to `2.0.4`, - chore: update `@coreui/react` to `2.0.4`,

View File

@ -1,6 +1,6 @@
{ {
"name": "@coreui/coreui-free-react-admin-template", "name": "@coreui/coreui-free-react-admin-template",
"version": "2.0.6", "version": "2.0.8",
"description": "CoreUI React Open Source Bootstrap 4 Admin Template", "description": "CoreUI React Open Source Bootstrap 4 Admin Template",
"author": "Łukasz Holeczek", "author": "Łukasz Holeczek",
"homepage": "https://coreui.io", "homepage": "https://coreui.io",

View File

@ -7,7 +7,7 @@
* Licensed under MIT (https://coreui.io/license) * Licensed under MIT (https://coreui.io/license)
*/ */
/*! /*!
* Bootstrap v4.1.2 (https://getbootstrap.com/) * Bootstrap v4.1.3 (https://getbootstrap.com/)
* Copyright 2011-2018 The Bootstrap Authors * Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc. * Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
@ -39,7 +39,7 @@
--breakpoint-md: 768px; --breakpoint-md: 768px;
--breakpoint-lg: 992px; --breakpoint-lg: 992px;
--breakpoint-xl: 1200px; --breakpoint-xl: 1200px;
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; } --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
*, *,
@ -63,7 +63,7 @@ article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
body { body {
margin: 0; margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 0.875rem; font-size: 0.875rem;
font-weight: 400; font-weight: 400;
line-height: 1.5; line-height: 1.5;
@ -182,7 +182,7 @@ img {
vertical-align: middle; vertical-align: middle;
border-style: none; } border-style: none; }
svg:not(:root) { svg {
overflow: hidden; overflow: hidden;
vertical-align: middle; } vertical-align: middle; }
@ -1043,7 +1043,6 @@ pre {
.table { .table {
width: 100%; width: 100%;
max-width: 100%;
margin-bottom: 1rem; margin-bottom: 1rem;
background-color: transparent; } background-color: transparent; }
.table th, .table th,
@ -1259,6 +1258,7 @@ pre {
.form-control { .form-control {
display: block; display: block;
width: 100%; width: 100%;
height: calc(2.0625rem + 2px);
padding: 0.375rem 0.75rem; padding: 0.375rem 0.75rem;
font-size: 0.875rem; font-size: 0.875rem;
line-height: 1.5; line-height: 1.5;
@ -1287,9 +1287,6 @@ pre {
background-color: #e4e7ea; background-color: #e4e7ea;
opacity: 1; } opacity: 1; }
select.form-control:not([size]):not([multiple]) {
height: calc(2.0625rem + 2px); }
select.form-control:focus::-ms-value { select.form-control:focus::-ms-value {
color: #5c6873; color: #5c6873;
background-color: #fff; } background-color: #fff; }
@ -1315,7 +1312,7 @@ select.form-control:focus::-ms-value {
.col-form-label-sm { .col-form-label-sm {
padding-top: calc(0.25rem + 1px); padding-top: calc(0.25rem + 1px);
padding-bottom: calc(0.25rem + 1px); padding-bottom: calc(0.25rem + 1px);
font-size: 0.76562rem; font-size: 0.76563rem;
line-height: 1.5; } line-height: 1.5; }
.form-control-plaintext { .form-control-plaintext {
@ -1329,51 +1326,29 @@ select.form-control:focus::-ms-value {
background-color: transparent; background-color: transparent;
border: solid transparent; border: solid transparent;
border-width: 1px 0; } border-width: 1px 0; }
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control, .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
padding-right: 0; padding-right: 0;
padding-left: 0; } padding-left: 0; }
.form-control-sm, .input-group-sm > .form-control, .form-control-sm {
.input-group-sm > .input-group-prepend > .input-group-text, height: calc(1.64844rem + 2px);
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
padding: 0.25rem 0.5rem; padding: 0.25rem 0.5rem;
font-size: 0.76562rem; font-size: 0.76563rem;
line-height: 1.5; line-height: 1.5;
border-radius: 0.2rem; } border-radius: 0.2rem; }
select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .form-control-lg {
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), height: calc(2.64063rem + 2px);
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
height: calc(1.64844rem + 2px); }
.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
padding: 0.5rem 1rem; padding: 0.5rem 1rem;
font-size: 1.09375rem; font-size: 1.09375rem;
line-height: 1.5; line-height: 1.5;
border-radius: 0.3rem; } border-radius: 0.3rem; }
select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), select.form-control[size], select.form-control[multiple] {
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), height: auto; }
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), textarea.form-control {
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) { height: auto; }
height: calc(2.64062rem + 2px); }
.form-group { .form-group {
margin-bottom: 1rem; } margin-bottom: 1rem; }
@ -1431,13 +1406,13 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
z-index: 5; z-index: 5;
display: none; display: none;
max-width: 100%; max-width: 100%;
padding: .5rem; padding: 0.25rem 0.5rem;
margin-top: .1rem; margin-top: .1rem;
font-size: .875rem; font-size: 0.76563rem;
line-height: 1; line-height: 1.5;
color: #fff; color: #fff;
background-color: rgba(77, 189, 116, 0.8); background-color: rgba(77, 189, 116, 0.9);
border-radius: .2rem; } border-radius: 0.25rem; }
.was-validated .form-control:valid, .form-control.is-valid, .was-validated .was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid, .custom-select:valid,
@ -1489,7 +1464,7 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label { .was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
border-color: #4dbd74; } border-color: #4dbd74; }
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before { .was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
border-color: inherit; } border-color: inherit; }
.was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-feedback,
@ -1513,13 +1488,13 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
z-index: 5; z-index: 5;
display: none; display: none;
max-width: 100%; max-width: 100%;
padding: .5rem; padding: 0.25rem 0.5rem;
margin-top: .1rem; margin-top: .1rem;
font-size: .875rem; font-size: 0.76563rem;
line-height: 1; line-height: 1.5;
color: #fff; color: #fff;
background-color: rgba(248, 108, 107, 0.8); background-color: rgba(248, 108, 107, 0.9);
border-radius: .2rem; } border-radius: 0.25rem; }
.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid, .custom-select:invalid,
@ -1571,7 +1546,7 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label { .was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
border-color: #f86c6b; } border-color: #f86c6b; }
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before { .was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
border-color: inherit; } border-color: inherit; }
.was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-feedback,
@ -1651,8 +1626,6 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
opacity: 0.65; } opacity: 0.65; }
.btn:not(:disabled):not(.disabled) { .btn:not(:disabled):not(.disabled) {
cursor: pointer; } cursor: pointer; }
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
background-image: none; }
a.btn.disabled, a.btn.disabled,
fieldset:disabled a.btn { fieldset:disabled a.btn {
@ -2051,7 +2024,7 @@ fieldset:disabled a.btn {
.btn-sm, .btn-group-sm > .btn { .btn-sm, .btn-group-sm > .btn {
padding: 0.25rem 0.5rem; padding: 0.25rem 0.5rem;
font-size: 0.76562rem; font-size: 0.76563rem;
line-height: 1.5; line-height: 1.5;
border-radius: 0.2rem; } border-radius: 0.2rem; }
@ -2251,7 +2224,7 @@ input[type="button"].btn-block {
display: block; display: block;
padding: 0 1.5rem; padding: 0 1.5rem;
margin-bottom: 0; margin-bottom: 0;
font-size: 0.76562rem; font-size: 0.76563rem;
color: #73818f; color: #73818f;
white-space: nowrap; } white-space: nowrap; }
@ -2385,6 +2358,8 @@ input[type="button"].btn-block {
.input-group > .custom-select:focus, .input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label { .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
z-index: 3; } z-index: 3; }
.input-group > .custom-file .custom-file-input:focus {
z-index: 4; }
.input-group > .form-control:not(:last-child), .input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) { .input-group > .custom-select:not(:last-child) {
border-top-right-radius: 0; border-top-right-radius: 0;
@ -2445,6 +2420,28 @@ input[type="button"].btn-block {
.input-group-text input[type="checkbox"] { .input-group-text input[type="checkbox"] {
margin-top: 0; } margin-top: 0; }
.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
height: calc(2.64063rem + 2px);
padding: 0.5rem 1rem;
font-size: 1.09375rem;
line-height: 1.5;
border-radius: 0.3rem; }
.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
height: calc(1.64844rem + 2px);
padding: 0.25rem 0.5rem;
font-size: 0.76563rem;
line-height: 1.5;
border-radius: 0.2rem; }
.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .btn,
@ -2466,7 +2463,7 @@ input[type="button"].btn-block {
.custom-control { .custom-control {
position: relative; position: relative;
display: block; display: block;
min-height: 1.5rem; min-height: 1.3125rem;
padding-left: 1.5rem; } padding-left: 1.5rem; }
.custom-control-inline { .custom-control-inline {
@ -2495,7 +2492,7 @@ input[type="button"].btn-block {
margin-bottom: 0; } margin-bottom: 0; }
.custom-control-label::before { .custom-control-label::before {
position: absolute; position: absolute;
top: 0.25rem; top: 0.15625rem;
left: -1.5rem; left: -1.5rem;
display: block; display: block;
width: 1rem; width: 1rem;
@ -2506,7 +2503,7 @@ input[type="button"].btn-block {
background-color: #c8ced3; } background-color: #c8ced3; }
.custom-control-label::after { .custom-control-label::after {
position: absolute; position: absolute;
top: 0.25rem; top: 0.15625rem;
left: -1.5rem; left: -1.5rem;
display: block; display: block;
width: 1rem; width: 1rem;
@ -2586,7 +2583,7 @@ input[type="button"].btn-block {
font-size: 75%; } font-size: 75%; }
.custom-select-lg { .custom-select-lg {
height: calc(2.64062rem + 2px); height: calc(2.64063rem + 2px);
padding-top: 0.375rem; padding-top: 0.375rem;
padding-bottom: 0.375rem; padding-bottom: 0.375rem;
font-size: 125%; } font-size: 125%; }
@ -2651,6 +2648,12 @@ input[type="button"].btn-block {
appearance: none; } appearance: none; }
.custom-range:focus { .custom-range:focus {
outline: none; } outline: none; }
.custom-range:focus::-webkit-slider-thumb {
box-shadow: 0 0 0 1px #e4e5e6, 0 0 0 0.2rem rgba(32, 168, 216, 0.25); }
.custom-range:focus::-moz-range-thumb {
box-shadow: 0 0 0 1px #e4e5e6, 0 0 0 0.2rem rgba(32, 168, 216, 0.25); }
.custom-range:focus::-ms-thumb {
box-shadow: 0 0 0 1px #e4e5e6, 0 0 0 0.2rem rgba(32, 168, 216, 0.25); }
.custom-range::-moz-focus-outer { .custom-range::-moz-focus-outer {
border: 0; } border: 0; }
.custom-range::-webkit-slider-thumb { .custom-range::-webkit-slider-thumb {
@ -2665,9 +2668,6 @@ input[type="button"].btn-block {
@media screen and (prefers-reduced-motion: reduce) { @media screen and (prefers-reduced-motion: reduce) {
.custom-range::-webkit-slider-thumb { .custom-range::-webkit-slider-thumb {
transition: none; } } transition: none; } }
.custom-range::-webkit-slider-thumb:focus {
outline: none;
box-shadow: 0 0 0 1px #e4e5e6, 0 0 0 0.2rem rgba(32, 168, 216, 0.25); }
.custom-range::-webkit-slider-thumb:active { .custom-range::-webkit-slider-thumb:active {
background-color: #b6e4f4; } background-color: #b6e4f4; }
.custom-range::-webkit-slider-runnable-track { .custom-range::-webkit-slider-runnable-track {
@ -2689,9 +2689,6 @@ input[type="button"].btn-block {
@media screen and (prefers-reduced-motion: reduce) { @media screen and (prefers-reduced-motion: reduce) {
.custom-range::-moz-range-thumb { .custom-range::-moz-range-thumb {
transition: none; } } transition: none; } }
.custom-range::-moz-range-thumb:focus {
outline: none;
box-shadow: 0 0 0 1px #e4e5e6, 0 0 0 0.2rem rgba(32, 168, 216, 0.25); }
.custom-range::-moz-range-thumb:active { .custom-range::-moz-range-thumb:active {
background-color: #b6e4f4; } background-color: #b6e4f4; }
.custom-range::-moz-range-track { .custom-range::-moz-range-track {
@ -2705,6 +2702,9 @@ input[type="button"].btn-block {
.custom-range::-ms-thumb { .custom-range::-ms-thumb {
width: 1rem; width: 1rem;
height: 1rem; height: 1rem;
margin-top: 0;
margin-right: 0.2rem;
margin-left: 0.2rem;
background-color: #20a8d8; background-color: #20a8d8;
border: 0; border: 0;
border-radius: 1rem; border-radius: 1rem;
@ -2713,9 +2713,6 @@ input[type="button"].btn-block {
@media screen and (prefers-reduced-motion: reduce) { @media screen and (prefers-reduced-motion: reduce) {
.custom-range::-ms-thumb { .custom-range::-ms-thumb {
transition: none; } } transition: none; } }
.custom-range::-ms-thumb:focus {
outline: none;
box-shadow: 0 0 0 1px #e4e5e6, 0 0 0 0.2rem rgba(32, 168, 216, 0.25); }
.custom-range::-ms-thumb:active { .custom-range::-ms-thumb:active {
background-color: #b6e4f4; } background-color: #b6e4f4; }
.custom-range::-ms-track { .custom-range::-ms-track {
@ -3343,7 +3340,7 @@ input[type="button"].btn-block {
.pagination-sm .page-link { .pagination-sm .page-link {
padding: 0.25rem 0.5rem; padding: 0.25rem 0.5rem;
font-size: 0.76562rem; font-size: 0.76563rem;
line-height: 1.5; } line-height: 1.5; }
.pagination-sm .page-item:first-child .page-link { .pagination-sm .page-item:first-child .page-link {
@ -3755,6 +3752,9 @@ button.close {
.modal-open { .modal-open {
overflow: hidden; } overflow: hidden; }
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto; }
.modal { .modal {
position: fixed; position: fixed;
@ -3766,9 +3766,6 @@ button.close {
display: none; display: none;
overflow: hidden; overflow: hidden;
outline: 0; } outline: 0; }
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto; }
.modal-dialog { .modal-dialog {
position: relative; position: relative;
@ -3788,6 +3785,10 @@ button.close {
display: flex; display: flex;
align-items: center; align-items: center;
min-height: calc(100% - (0.5rem * 2)); } min-height: calc(100% - (0.5rem * 2)); }
.modal-dialog-centered::before {
display: block;
height: calc(100vh - (0.5rem * 2));
content: ""; }
.modal-content { .modal-content {
position: relative; position: relative;
@ -3859,6 +3860,8 @@ button.close {
margin: 1.75rem auto; } margin: 1.75rem auto; }
.modal-dialog-centered { .modal-dialog-centered {
min-height: calc(100% - (1.75rem * 2)); } min-height: calc(100% - (1.75rem * 2)); }
.modal-dialog-centered::before {
height: calc(100vh - (1.75rem * 2)); }
.modal-sm { .modal-sm {
max-width: 300px; } } max-width: 300px; } }
@ -3871,7 +3874,7 @@ button.close {
z-index: 1070; z-index: 1070;
display: block; display: block;
margin: 0; margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
line-height: 1.5; line-height: 1.5;
@ -3885,7 +3888,7 @@ button.close {
word-spacing: normal; word-spacing: normal;
white-space: normal; white-space: normal;
line-break: auto; line-break: auto;
font-size: 0.76562rem; font-size: 0.76563rem;
word-wrap: break-word; word-wrap: break-word;
opacity: 0; } opacity: 0; }
.tooltip.show { .tooltip.show {
@ -3956,7 +3959,7 @@ button.close {
z-index: 1060; z-index: 1060;
display: block; display: block;
max-width: 276px; max-width: 276px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
line-height: 1.5; line-height: 1.5;
@ -3970,7 +3973,7 @@ button.close {
word-spacing: normal; word-spacing: normal;
white-space: normal; white-space: normal;
line-break: auto; line-break: auto;
font-size: 0.76562rem; font-size: 0.76563rem;
word-wrap: break-word; word-wrap: break-word;
background-color: #fff; background-color: #fff;
background-clip: padding-box; background-clip: padding-box;
@ -6626,9 +6629,9 @@ a.text-dark:hover, a.text-dark:focus {
.btn-brand i + span { .btn-brand i + span {
margin-left: 1.5rem; } margin-left: 1.5rem; }
.btn-brand.btn-lg i, .btn-group-lg > .btn-brand.btn i { .btn-brand.btn-lg i, .btn-group-lg > .btn-brand.btn i {
width: 2.64062rem; width: 2.64063rem;
margin: -0.5rem -1rem; margin: -0.5rem -1rem;
line-height: 2.64062rem; line-height: 2.64063rem;
border-radius: 0.3rem; } border-radius: 0.3rem; }
.btn-brand.btn-lg i + span, .btn-group-lg > .btn-brand.btn i + span { .btn-brand.btn-lg i + span, .btn-group-lg > .btn-brand.btn i + span {
margin-left: 2rem; } margin-left: 2rem; }
@ -7680,12 +7683,12 @@ canvas {
.chartjs-tooltip .tooltip-header { .chartjs-tooltip .tooltip-header {
margin-bottom: 0.5rem; } margin-bottom: 0.5rem; }
.chartjs-tooltip .tooltip-header-item { .chartjs-tooltip .tooltip-header-item {
font-size: 0.76562rem; font-size: 0.76563rem;
font-weight: 700; } font-weight: 700; }
.chartjs-tooltip .tooltip-body-item { .chartjs-tooltip .tooltip-body-item {
display: flex; display: flex;
align-items: center; align-items: center;
font-size: 0.76562rem; font-size: 0.76563rem;
white-space: nowrap; } white-space: nowrap; }
.chartjs-tooltip .tooltip-body-item-color { .chartjs-tooltip .tooltip-body-item-color {
display: inline-block; display: inline-block;
@ -8020,7 +8023,7 @@ canvas {
font-size: 1.09375rem; } font-size: 1.09375rem; }
.progress-group-text { .progress-group-text {
font-size: 0.76562rem; font-size: 0.76563rem;
color: #73818f; } color: #73818f; }
.progress-group-header { .progress-group-header {