7
7
* Licensed under MIT (https://coreui.io/license)
8
8
*/
9
9
/*!
10
- * Bootstrap v4.1.0 (https://getbootstrap.com/)
10
+ * Bootstrap v4.1.1 (https://getbootstrap.com/)
11
11
* Copyright 2011-2018 The Bootstrap Authors
12
12
* Copyright 2011-2018 Twitter, Inc.
13
13
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
68
68
@-ms-viewport {
69
69
width : device-width; }
70
70
71
- article , aside , dialog , figcaption , figure , footer , header , hgroup , main , nav , section {
71
+ article , aside , figcaption , figure , footer , header , hgroup , main , nav , section {
72
72
display : block; }
73
73
74
74
body {
176
176
code ,
177
177
kbd ,
178
178
samp {
179
- font-family : monospace , monospace;
179
+ font-family : SFMono-Regular , Menlo , Monaco , Consolas , "Liberation Mono" , "Courier New" , monospace;
180
180
font-size : 1em ; }
181
181
182
182
pre {
@@ -431,12 +431,6 @@ mark,
431
431
font-size : 90% ;
432
432
color : # 73818f ; }
433
433
434
- code ,
435
- kbd ,
436
- pre ,
437
- samp {
438
- font-family : SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono" , "Courier New" , monospace; }
439
-
440
434
code {
441
435
font-size : 87.5% ;
442
436
color : # e83e8c ;
@@ -1473,6 +1467,11 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
1473
1467
.custom-select .is-valid ~ .valid-tooltip {
1474
1468
display : block; }
1475
1469
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
+
1476
1475
.was-validated .form-check-input : valid ~ .form-check-label , .form-check-input .is-valid ~ .form-check-label {
1477
1476
color : # 4dbd74 ; }
1478
1477
@@ -1550,6 +1549,11 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
1550
1549
.custom-select .is-invalid ~ .invalid-tooltip {
1551
1550
display : block; }
1552
1551
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
+
1553
1557
.was-validated .form-check-input : invalid ~ .form-check-label , .form-check-input .is-invalid ~ .form-check-label {
1554
1558
color : # f86c6b ; }
1555
1559
@@ -2405,8 +2409,7 @@ input[type="button"].btn-block {
2405
2409
.input-group > .custom-file : not (: last-child ) .custom-file-label ::after {
2406
2410
border-top-right-radius : 0 ;
2407
2411
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 {
2410
2413
border-top-left-radius : 0 ;
2411
2414
border-bottom-left-radius : 0 ; }
2412
2415
@@ -2497,11 +2500,12 @@ input[type="button"].btn-block {
2497
2500
background-color : # e4e7ea ; }
2498
2501
2499
2502
.custom-control-label {
2503
+ position : relative;
2500
2504
margin-bottom : 0 ; }
2501
2505
.custom-control-label ::before {
2502
2506
position : absolute;
2503
2507
top : 0.25rem ;
2504
- left : 0 ;
2508
+ left : -1.5 rem ;
2505
2509
display : block;
2506
2510
width : 1rem ;
2507
2511
height : 1rem ;
@@ -2512,7 +2516,7 @@ input[type="button"].btn-block {
2512
2516
.custom-control-label ::after {
2513
2517
position : absolute;
2514
2518
top : 0.25rem ;
2515
- left : 0 ;
2519
+ left : -1.5 rem ;
2516
2520
display : block;
2517
2521
width : 1rem ;
2518
2522
height : 1rem ;
@@ -2638,7 +2642,7 @@ input[type="button"].btn-block {
2638
2642
bottom : 0 ;
2639
2643
z-index : 3 ;
2640
2644
display : block;
2641
- height : calc ( calc ( 2.0625rem + 2 px ) - 1 px * 2 ) ;
2645
+ height : 2.0625rem ;
2642
2646
padding : 0.375rem 0.75rem ;
2643
2647
line-height : 1.5 ;
2644
2648
color : # 5c6873 ;
@@ -4211,6 +4215,7 @@ button.close {
4211
4215
margin-right : 3px ;
4212
4216
margin-left : 3px ;
4213
4217
text-indent : -999px ;
4218
+ cursor : pointer;
4214
4219
background-color : rgba (255 , 255 , 255 , 0.5 ); }
4215
4220
.carousel-indicators li ::before {
4216
4221
position : absolute;
@@ -6283,7 +6288,17 @@ a.text-dark:hover, a.text-dark:focus {
6283
6288
background-color : # fff !important ; }
6284
6289
.table-bordered th ,
6285
6290
.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 ; } }
6287
6302
6288
6303
.animated {
6289
6304
animation-duration : 1s ; }
0 commit comments