446
446
447
447
.small ,
448
448
small {
449
- font-size : 80 % ;
449
+ font-size : .875 em ;
450
450
font-weight : 400 ;
451
451
}
452
452
@@ -486,7 +486,7 @@ mark {
486
486
487
487
.blockquote-footer {
488
488
display : block;
489
- font-size : 80 % ;
489
+ font-size : .875 em ;
490
490
color : # 6c757d ;
491
491
}
492
492
@@ -2271,11 +2271,6 @@ pre code {
2271
2271
border : 0 ;
2272
2272
}
2273
2273
2274
- .form-control : -moz-focusring {
2275
- color : transparent;
2276
- text-shadow : 0 0 0 # dee2e6 ;
2277
- }
2278
-
2279
2274
.form-control : focus {
2280
2275
color : # dee2e6 ;
2281
2276
background-color : # 191d21 ;
@@ -2319,6 +2314,11 @@ input[type=time].form-control {
2319
2314
appearance : none;
2320
2315
}
2321
2316
2317
+ select .form-control : -moz-focusring {
2318
+ color : transparent;
2319
+ text-shadow : 0 0 0 # dee2e6 ;
2320
+ }
2321
+
2322
2322
select .form-control : focus ::-ms-value {
2323
2323
color : # dee2e6 ;
2324
2324
background-color : # 000 ;
@@ -2457,7 +2457,7 @@ textarea.form-control {
2457
2457
display : none;
2458
2458
width : 100% ;
2459
2459
margin-top : .25rem ;
2460
- font-size : 80 % ;
2460
+ font-size : .875 em ;
2461
2461
color : # 28a745 ;
2462
2462
}
2463
2463
@@ -2492,7 +2492,7 @@ textarea.form-control {
2492
2492
.form-control .is-valid ,
2493
2493
.was-validated .form-control : valid {
2494
2494
border-color : # 28a745 ;
2495
- padding-right : calc (1.5em + .75rem );
2495
+ padding-right : calc (1.5em + .75rem )!important ;
2496
2496
background-image : url ("data:image/svg+xml,%3csvg xmlns=http://www.w3.org/2000/svg width=8 height=8 viewBox=0 0 8 8%3e%3cpath fill=%2328a745 d=M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z/%3e%3c/svg%3e" );
2497
2497
background-repeat : no-repeat;
2498
2498
background-position : right calc (.375em + .1875rem ) center;
@@ -2505,6 +2505,12 @@ textarea.form-control {
2505
2505
box-shadow : 0 0 0 .2rem rgba (40 , 167 , 69 , .25 );
2506
2506
}
2507
2507
2508
+ .was-validated select .form-control : valid ,
2509
+ select .form-control .is-valid {
2510
+ padding-right : 3rem !important ;
2511
+ background-position : right 1.5rem center;
2512
+ }
2513
+
2508
2514
.was-validated textarea .form-control : valid ,
2509
2515
textarea .form-control .is-valid {
2510
2516
padding-right : calc (1.5em + .75rem );
@@ -2514,7 +2520,7 @@ textarea.form-control.is-valid {
2514
2520
.custom-select .is-valid ,
2515
2521
.was-validated .custom-select : valid {
2516
2522
border-color : # 28a745 ;
2517
- padding-right : calc (.75em + 2.3125rem );
2523
+ padding-right : calc (.75em + 2.3125rem )!important ;
2518
2524
background : url ("data:image/svg+xml,%3csvg xmlns=http://www.w3.org/2000/svg width=4 height=5 viewBox=0 0 4 5%3e%3cpath fill=%23343a40 d=M2 0L0 2h4zm0 5L0 3h4z/%3e%3c/svg%3e" ) right .75rem center/8px 10px no-repeat, # 000 url ("data:image/svg+xml,%3csvg xmlns=http://www.w3.org/2000/svg width=8 height=8 viewBox=0 0 8 8%3e%3cpath fill=%2328a745 d=M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z/%3e%3c/svg%3e" ) center right 1.75 rem/calc(.75em + .375rem ) calc (.75em + .375rem ) no-repeat;
2519
2525
}
2520
2526
@@ -2577,7 +2583,7 @@ textarea.form-control.is-valid {
2577
2583
display : none;
2578
2584
width : 100% ;
2579
2585
margin-top : .25rem ;
2580
- font-size : 80 % ;
2586
+ font-size : .875 em ;
2581
2587
color : # dc3545 ;
2582
2588
}
2583
2589
@@ -2612,7 +2618,7 @@ textarea.form-control.is-valid {
2612
2618
.form-control .is-invalid ,
2613
2619
.was-validated .form-control : invalid {
2614
2620
border-color : # dc3545 ;
2615
- padding-right : calc (1.5em + .75rem );
2621
+ padding-right : calc (1.5em + .75rem )!important ;
2616
2622
background-image : url ("data:image/svg+xml,%3csvg xmlns=http://www.w3.org/2000/svg width=12 height=12 fill=none stroke=%23dc3545 viewBox=0 0 12 12%3e%3ccircle cx=6 cy=6 r=4.5/%3e%3cpath stroke-linejoin=round d=M5.8 3.6h.4L6 6.5z/%3e%3ccircle cx=6 cy=8.2 r=.6 fill=%23dc3545 stroke=none/%3e%3c/svg%3e" );
2617
2623
background-repeat : no-repeat;
2618
2624
background-position : right calc (.375em + .1875rem ) center;
@@ -2625,6 +2631,12 @@ textarea.form-control.is-valid {
2625
2631
box-shadow : 0 0 0 .2rem rgba (220 , 53 , 69 , .25 );
2626
2632
}
2627
2633
2634
+ .was-validated select .form-control : invalid ,
2635
+ select .form-control .is-invalid {
2636
+ padding-right : 3rem !important ;
2637
+ background-position : right 1.5rem center;
2638
+ }
2639
+
2628
2640
.was-validated textarea .form-control : invalid ,
2629
2641
textarea .form-control .is-invalid {
2630
2642
padding-right : calc (1.5em + .75rem );
@@ -2634,7 +2646,7 @@ textarea.form-control.is-invalid {
2634
2646
.custom-select .is-invalid ,
2635
2647
.was-validated .custom-select : invalid {
2636
2648
border-color : # dc3545 ;
2637
- padding-right : calc (.75em + 2.3125rem );
2649
+ padding-right : calc (.75em + 2.3125rem )!important ;
2638
2650
background : url ("data:image/svg+xml,%3csvg xmlns=http://www.w3.org/2000/svg width=4 height=5 viewBox=0 0 4 5%3e%3cpath fill=%23343a40 d=M2 0L0 2h4zm0 5L0 3h4z/%3e%3c/svg%3e" ) right .75rem center/8px 10px no-repeat, # 000 url ("data:image/svg+xml,%3csvg xmlns=http://www.w3.org/2000/svg width=12 height=12 fill=none stroke=%23dc3545 viewBox=0 0 12 12%3e%3ccircle cx=6 cy=6 r=4.5/%3e%3cpath stroke-linejoin=round d=M5.8 3.6h.4L6 6.5z/%3e%3ccircle cx=6 cy=8.2 r=.6 fill=%23dc3545 stroke=none/%3e%3c/svg%3e" ) center right 1.75 rem/calc(.75em + .375rem ) calc (.75em + .375rem ) no-repeat;
2639
2651
}
2640
2652
@@ -3510,6 +3522,18 @@ input[type=submit].btn-block {
3510
3522
}
3511
3523
}
3512
3524
3525
+ .collapsing .width {
3526
+ width : 0 ;
3527
+ height : auto;
3528
+ transition : width .35s ease;
3529
+ }
3530
+
3531
+ @media (prefers-reduced-motion : reduce) {
3532
+ .collapsing .width {
3533
+ transition : none;
3534
+ }
3535
+ }
3536
+
3513
3537
.dropdown ,
3514
3538
.dropleft ,
3515
3539
.dropright ,
@@ -3946,19 +3970,26 @@ input[type=submit].btn-block {
3946
3970
align-items : center;
3947
3971
}
3948
3972
3949
- .input-group > .custom-file : not (: first-child ) .custom-file-label ,
3950
- .input-group > .custom-file : not (: last-child ) .custom-file-label {
3973
+ .input-group > .custom-file : not (: last-child ) .custom-file-label ,
3974
+ .input-group > .custom-file : not (: last-child ) .custom-file-label ::after {
3975
+ border-top-right-radius : 0 ;
3976
+ border-bottom-right-radius : 0 ;
3977
+ }
3978
+
3979
+ .input-group > .custom-file : not (: first-child ) .custom-file-label {
3951
3980
border-top-left-radius : 0 ;
3952
3981
border-bottom-left-radius : 0 ;
3953
3982
}
3954
3983
3984
+ .input-group : not (.has-validation ) > .custom-file : not (: last-child ) .custom-file-label ,
3955
3985
.input-group : not (.has-validation ) > .custom-file : not (: last-child ) .custom-file-label ::after ,
3956
3986
.input-group : not (.has-validation ) > .custom-select : not (: last-child ),
3957
3987
.input-group : not (.has-validation ) > .form-control : not (: last-child ) {
3958
3988
border-top-right-radius : 0 ;
3959
3989
border-bottom-right-radius : 0 ;
3960
3990
}
3961
3991
3992
+ .input-group .has-validation > .custom-file : nth-last-child (n+3) .custom-file-label ,
3962
3993
.input-group .has-validation > .custom-file : nth-last-child (n+3) .custom-file-label ::after ,
3963
3994
.input-group .has-validation > .custom-select : nth-last-child (n+3),
3964
3995
.input-group .has-validation > .form-control : nth-last-child (n+3) {
@@ -4099,8 +4130,7 @@ input[type=submit].btn-block {
4099
4130
display : block;
4100
4131
min-height : 1.5rem ;
4101
4132
padding-left : 1.5rem ;
4102
- -webkit-print-color-adjust : exact;
4103
- color-adjust : exact;
4133
+ print-color-adjust : exact;
4104
4134
}
4105
4135
4106
4136
.custom-control-inline {
@@ -4163,7 +4193,7 @@ input[type=submit].btn-block {
4163
4193
pointer-events : none;
4164
4194
content : "" ;
4165
4195
background-color : # fff ;
4166
- border : # adb5bd solid 1 px ;
4196
+ border : 1 px solid # adb5bd ;
4167
4197
}
4168
4198
4169
4199
.custom-control-label ::after {
@@ -4593,13 +4623,15 @@ input[type=submit].btn-block {
4593
4623
4594
4624
.nav-tabs .nav-link {
4595
4625
margin-bottom : -1px ;
4626
+ background-color : transparent;
4596
4627
border : 1px solid transparent;
4597
4628
border-top-left-radius : .25rem ;
4598
4629
border-top-right-radius : .25rem ;
4599
4630
}
4600
4631
4601
4632
.nav-tabs .nav-link : focus ,
4602
4633
.nav-tabs .nav-link : hover {
4634
+ isolation : isolate;
4603
4635
border-color : # 495057 # 495057 rgba (255 , 255 , 255 , .125 );
4604
4636
}
4605
4637
@@ -4623,6 +4655,8 @@ input[type=submit].btn-block {
4623
4655
}
4624
4656
4625
4657
.nav-pills .nav-link {
4658
+ background : 0 0 ;
4659
+ border : 0 ;
4626
4660
border-radius : .25rem ;
4627
4661
}
4628
4662
@@ -6586,8 +6620,8 @@ a.close.disabled {
6586
6620
text-transform : none;
6587
6621
letter-spacing : normal;
6588
6622
word-break : normal;
6589
- word-spacing : normal;
6590
6623
white-space : normal;
6624
+ word-spacing : normal;
6591
6625
line-break : auto;
6592
6626
font-size : .875rem ;
6593
6627
word-wrap : break-word;
@@ -6711,8 +6745,8 @@ a.close.disabled {
6711
6745
text-transform : none;
6712
6746
letter-spacing : normal;
6713
6747
word-break : normal;
6714
- word-spacing : normal;
6715
6748
white-space : normal;
6749
+ word-spacing : normal;
6716
6750
line-break : auto;
6717
6751
font-size : .875rem ;
6718
6752
word-wrap : break-word;
@@ -6962,8 +6996,11 @@ a.close.disabled {
6962
6996
align-items : center;
6963
6997
justify-content : center;
6964
6998
width : 15% ;
6999
+ padding : 0 ;
6965
7000
color : # fff ;
6966
7001
text-align : center;
7002
+ background : 0 0 ;
7003
+ border : 0 ;
6967
7004
opacity : .5 ;
6968
7005
transition : opacity .15s ease;
6969
7006
}
@@ -7078,8 +7115,8 @@ a.close.disabled {
7078
7115
display : inline-block;
7079
7116
width : 2rem ;
7080
7117
height : 2rem ;
7081
- vertical-align : text-bottom ;
7082
- border : .25em solid currentColor ;
7118
+ vertical-align : -.125 em ;
7119
+ border : .25em solid currentcolor ;
7083
7120
border-right-color : transparent;
7084
7121
border-radius : 50% ;
7085
7122
-webkit-animation : .75s linear infinite spinner-border;
@@ -7118,8 +7155,8 @@ a.close.disabled {
7118
7155
display : inline-block;
7119
7156
width : 2rem ;
7120
7157
height : 2rem ;
7121
- vertical-align : text-bottom ;
7122
- background-color : currentColor ;
7158
+ vertical-align : -.125 em ;
7159
+ background-color : currentcolor ;
7123
7160
border-radius : 50% ;
7124
7161
opacity : 0 ;
7125
7162
-webkit-animation : .75s linear infinite spinner-grow;
@@ -11061,10 +11098,6 @@ a.text-themed-inverted:hover {
11061
11098
page-break-inside : avoid;
11062
11099
}
11063
11100
11064
- thead {
11065
- display : table-header-group;
11066
- }
11067
-
11068
11101
img ,
11069
11102
tr {
11070
11103
page-break-inside : avoid;
@@ -11530,11 +11563,6 @@ a.text-themed-inverted:hover {
11530
11563
border : 0 ;
11531
11564
}
11532
11565
11533
- .form-control : -moz-focusring {
11534
- color : transparent;
11535
- text-shadow : 0 0 0 # 495057 ;
11536
- }
11537
-
11538
11566
.form-control : focus {
11539
11567
color : # 495057 ;
11540
11568
background-color : # fff ;
@@ -11563,6 +11591,11 @@ a.text-themed-inverted:hover {
11563
11591
background-color : # e9ecef ;
11564
11592
}
11565
11593
11594
+ select .form-control : -moz-focusring {
11595
+ color : transparent;
11596
+ text-shadow : 0 0 0 # 495057 ;
11597
+ }
11598
+
11566
11599
select .form-control : focus ::-ms-value {
11567
11600
color : # 495057 ;
11568
11601
background-color : # fff ;
@@ -12488,7 +12521,7 @@ a.text-themed-inverted:hover {
12488
12521
12489
12522
.custom-control-label ::before {
12490
12523
background-color : # fff ;
12491
- border : # adb5bd solid 1 px ;
12524
+ border : 1 px solid # adb5bd ;
12492
12525
}
12493
12526
12494
12527
.custom-control-label ::after {
@@ -12693,6 +12726,7 @@ a.text-themed-inverted:hover {
12693
12726
}
12694
12727
12695
12728
.nav-tabs .nav-link {
12729
+ background-color : transparent;
12696
12730
border : 1px solid transparent;
12697
12731
}
12698
12732
@@ -12714,6 +12748,11 @@ a.text-themed-inverted:hover {
12714
12748
border-color : # dee2e6 # dee2e6 # fff ;
12715
12749
}
12716
12750
12751
+ .nav-pills .nav-link {
12752
+ background : 0 0 ;
12753
+ border : 0 ;
12754
+ }
12755
+
12717
12756
.nav-pills .nav-link .active ,
12718
12757
.nav-pills .show > .nav-link {
12719
12758
color : # fff ;
@@ -13460,6 +13499,8 @@ a.text-themed-inverted:hover {
13460
13499
.carousel-control-next ,
13461
13500
.carousel-control-prev {
13462
13501
color : # fff ;
13502
+ background : 0 0 ;
13503
+ border : 0 ;
13463
13504
}
13464
13505
}
13465
13506
@@ -13509,7 +13550,7 @@ a.text-themed-inverted:hover {
13509
13550
}
13510
13551
13511
13552
.spinner-border {
13512
- border : .25em solid currentColor ;
13553
+ border : .25em solid currentcolor ;
13513
13554
}
13514
13555
13515
13556
@-webkit-keyframes spinner-grow {
@@ -13535,7 +13576,7 @@ a.text-themed-inverted:hover {
13535
13576
}
13536
13577
13537
13578
.spinner-grow {
13538
- background-color : currentColor ;
13579
+ background-color : currentcolor ;
13539
13580
}
13540
13581
}
13541
13582
0 commit comments