Skip to content

Commit eee1f0a

Browse files
committed
chore: update Bootstrap to 4.1.1
1 parent 20770f5 commit eee1f0a

File tree

2 files changed

+31
-16
lines changed

2 files changed

+31
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0",
1616
"@coreui/react": "^2.0.0-beta.2",
17-
"bootstrap": "^4.1.0",
17+
"bootstrap": "^4.1.1",
1818
"chart.js": "^2.7.2",
1919
"classnames": "^2.2.5",
2020
"core-js": "^2.5.5",

src/scss/style.css

Lines changed: 30 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Licensed under MIT (https://coreui.io/license)
88
*/
99
/*!
10-
* Bootstrap v4.1.0 (https://getbootstrap.com/)
10+
* Bootstrap v4.1.1 (https://getbootstrap.com/)
1111
* Copyright 2011-2018 The Bootstrap Authors
1212
* Copyright 2011-2018 Twitter, Inc.
1313
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
@@ -68,7 +68,7 @@ html {
6868
@-ms-viewport {
6969
width: device-width; }
7070

71-
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
71+
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
7272
display: block; }
7373

7474
body {
@@ -176,7 +176,7 @@ pre,
176176
code,
177177
kbd,
178178
samp {
179-
font-family: monospace, monospace;
179+
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
180180
font-size: 1em; }
181181

182182
pre {
@@ -431,12 +431,6 @@ mark,
431431
font-size: 90%;
432432
color: #73818f; }
433433

434-
code,
435-
kbd,
436-
pre,
437-
samp {
438-
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
439-
440434
code {
441435
font-size: 87.5%;
442436
color: #e83e8c;
@@ -1473,6 +1467,11 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
14731467
.custom-select.is-valid ~ .valid-tooltip {
14741468
display: block; }
14751469

1470+
.was-validated .form-control-file:valid ~ .valid-feedback,
1471+
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
1472+
.form-control-file.is-valid ~ .valid-tooltip {
1473+
display: block; }
1474+
14761475
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
14771476
color: #4dbd74; }
14781477

@@ -1550,6 +1549,11 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
15501549
.custom-select.is-invalid ~ .invalid-tooltip {
15511550
display: block; }
15521551

1552+
.was-validated .form-control-file:invalid ~ .invalid-feedback,
1553+
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
1554+
.form-control-file.is-invalid ~ .invalid-tooltip {
1555+
display: block; }
1556+
15531557
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
15541558
color: #f86c6b; }
15551559

@@ -2405,8 +2409,7 @@ input[type="button"].btn-block {
24052409
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
24062410
border-top-right-radius: 0;
24072411
border-bottom-right-radius: 0; }
2408-
.input-group > .custom-file:not(:first-child) .custom-file-label,
2409-
.input-group > .custom-file:not(:first-child) .custom-file-label::after {
2412+
.input-group > .custom-file:not(:first-child) .custom-file-label {
24102413
border-top-left-radius: 0;
24112414
border-bottom-left-radius: 0; }
24122415

@@ -2497,11 +2500,12 @@ input[type="button"].btn-block {
24972500
background-color: #e4e7ea; }
24982501

24992502
.custom-control-label {
2503+
position: relative;
25002504
margin-bottom: 0; }
25012505
.custom-control-label::before {
25022506
position: absolute;
25032507
top: 0.25rem;
2504-
left: 0;
2508+
left: -1.5rem;
25052509
display: block;
25062510
width: 1rem;
25072511
height: 1rem;
@@ -2512,7 +2516,7 @@ input[type="button"].btn-block {
25122516
.custom-control-label::after {
25132517
position: absolute;
25142518
top: 0.25rem;
2515-
left: 0;
2519+
left: -1.5rem;
25162520
display: block;
25172521
width: 1rem;
25182522
height: 1rem;
@@ -2638,7 +2642,7 @@ input[type="button"].btn-block {
26382642
bottom: 0;
26392643
z-index: 3;
26402644
display: block;
2641-
height: calc(calc(2.0625rem + 2px) - 1px * 2);
2645+
height: 2.0625rem;
26422646
padding: 0.375rem 0.75rem;
26432647
line-height: 1.5;
26442648
color: #5c6873;
@@ -4211,6 +4215,7 @@ button.close {
42114215
margin-right: 3px;
42124216
margin-left: 3px;
42134217
text-indent: -999px;
4218+
cursor: pointer;
42144219
background-color: rgba(255, 255, 255, 0.5); }
42154220
.carousel-indicators li::before {
42164221
position: absolute;
@@ -6283,7 +6288,17 @@ a.text-dark:hover, a.text-dark:focus {
62836288
background-color: #fff !important; }
62846289
.table-bordered th,
62856290
.table-bordered td {
6286-
border: 1px solid #c8ced3 !important; } }
6291+
border: 1px solid #c8ced3 !important; }
6292+
.table-dark {
6293+
color: inherit; }
6294+
.table-dark th,
6295+
.table-dark td,
6296+
.table-dark thead th,
6297+
.table-dark tbody + tbody {
6298+
border-color: #c8ced3; }
6299+
.table .thead-dark th {
6300+
color: inherit;
6301+
border-color: #c8ced3; } }
62876302

62886303
.animated {
62896304
animation-duration: 1s; }

0 commit comments

Comments
 (0)