@@ -487,8 +487,8 @@ mark,
487
487
height : auto;
488
488
padding : 0.25rem ;
489
489
border : 1px solid # dee2e6 ;
490
- background-color : # fff ;
491
490
border-radius : 0.25rem ;
491
+ background-color : # fff ;
492
492
}
493
493
494
494
.figure {
@@ -517,8 +517,8 @@ a > code {
517
517
518
518
kbd {
519
519
padding : 0.2rem 0.4rem ;
520
- background-color : # 212529 ;
521
520
border-radius : 0.2rem ;
521
+ background-color : # 212529 ;
522
522
color : # fff ;
523
523
font-size : 87.5% ;
524
524
}
@@ -1861,9 +1861,9 @@ pre code {
1861
1861
height : calc (1.5em + 0.75rem + 2px );
1862
1862
padding : 0.375rem 0.75rem ;
1863
1863
border : 1px solid # ced4da ;
1864
+ border-radius : 0.25rem ;
1864
1865
background-clip : padding-box;
1865
1866
background-color : # fff ;
1866
- border-radius : 0.25rem ;
1867
1867
color : # 495057 ;
1868
1868
font-size : 1rem ;
1869
1869
font-weight : 400 ;
@@ -2070,9 +2070,9 @@ textarea.form-control {
2070
2070
display : none;
2071
2071
max-width : 100% ;
2072
2072
padding : 0.25rem 0.5rem ;
2073
+ border-radius : 0.25rem ;
2073
2074
margin-top : .1rem ;
2074
2075
background-color : rgba (40 , 167 , 69 , 0.9 );
2075
- border-radius : 0.25rem ;
2076
2076
color : # fff ;
2077
2077
font-size : 0.875rem ;
2078
2078
line-height : 1.5 ;
@@ -2193,9 +2193,9 @@ textarea.form-control {
2193
2193
display : none;
2194
2194
max-width : 100% ;
2195
2195
padding : 0.25rem 0.5rem ;
2196
+ border-radius : 0.25rem ;
2196
2197
margin-top : .1rem ;
2197
2198
background-color : rgba (220 , 53 , 69 , 0.9 );
2198
- border-radius : 0.25rem ;
2199
2199
color : # fff ;
2200
2200
font-size : 0.875rem ;
2201
2201
line-height : 1.5 ;
@@ -2380,8 +2380,8 @@ textarea.form-control {
2380
2380
display : inline-block;
2381
2381
padding : 0.375rem 0.75rem ;
2382
2382
border : 1px solid transparent;
2383
- background-color : transparent;
2384
2383
border-radius : 0.25rem ;
2384
+ background-color : transparent;
2385
2385
color : # 212529 ;
2386
2386
font-size : 1rem ;
2387
2387
font-weight : 400 ;
@@ -3064,10 +3064,10 @@ input[type="button"].btn-block {
3064
3064
min-width : 10rem ;
3065
3065
padding : 0.5rem 0 ;
3066
3066
border : 1px solid rgba (0 , 0 , 0 , 0.15 );
3067
+ border-radius : 0.25rem ;
3067
3068
margin : 0.125rem 0 0 ;
3068
3069
background-clip : padding-box;
3069
3070
background-color : # fff ;
3070
- border-radius : 0.25rem ;
3071
3071
color : # 212529 ;
3072
3072
float : left;
3073
3073
font-size : 1rem ;
@@ -3523,9 +3523,9 @@ input[type="button"].btn-block {
3523
3523
align-items : center;
3524
3524
padding : 0.375rem 0.75rem ;
3525
3525
border : 1px solid # ced4da ;
3526
+ border-radius : 0.25rem ;
3526
3527
margin-bottom : 0 ;
3527
3528
background-color : # e9ecef ;
3528
- border-radius : 0.25rem ;
3529
3529
color : # 495057 ;
3530
3530
-ms-flex-align : center;
3531
3531
font-size : 1rem ;
@@ -3729,8 +3729,8 @@ input[type="button"].btn-block {
3729
3729
left : calc (-2.25rem + 2px );
3730
3730
width : calc (1rem - 4px );
3731
3731
height : calc (1rem - 4px );
3732
- background-color : # adb5bd ;
3733
3732
border-radius : 0.5rem ;
3733
+ background-color : # adb5bd ;
3734
3734
transition : background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
3735
3735
transition : transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
3736
3736
transition : transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
@@ -3758,12 +3758,12 @@ input[type="button"].btn-block {
3758
3758
height : calc (1.5em + 0.75rem + 2px );
3759
3759
padding : 0.375rem 1.75rem 0.375rem 0.75rem ;
3760
3760
border : 1px solid # ced4da ;
3761
+ border-radius : 0.25rem ;
3761
3762
-webkit-appearance : none;
3762
3763
-moz-appearance : none;
3763
3764
appearance : none;
3764
3765
background : url ("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e" ) no-repeat right 0.75rem center/8px 10px ;
3765
3766
background-color : # fff ;
3766
- border-radius : 0.25rem ;
3767
3767
color : # 495057 ;
3768
3768
font-size : 1rem ;
3769
3769
font-weight : 400 ;
@@ -3856,8 +3856,8 @@ input[type="button"].btn-block {
3856
3856
height : calc (1.5em + 0.75rem + 2px );
3857
3857
padding : 0.375rem 0.75rem ;
3858
3858
border : 1px solid # ced4da ;
3859
- background-color : # fff ;
3860
3859
border-radius : 0.25rem ;
3860
+ background-color : # fff ;
3861
3861
color : # 495057 ;
3862
3862
font-weight : 400 ;
3863
3863
line-height : 1.5 ;
@@ -3872,9 +3872,9 @@ input[type="button"].btn-block {
3872
3872
display : block;
3873
3873
height : calc (1.5em + 0.75rem );
3874
3874
padding : 0.375rem 0.75rem ;
3875
+ border-radius : 0 0.25rem 0.25rem 0 ;
3875
3876
border-left : inherit;
3876
3877
background-color : # e9ecef ;
3877
- border-radius : 0 0.25rem 0.25rem 0 ;
3878
3878
color : # 495057 ;
3879
3879
content : "Browse" ;
3880
3880
line-height : 1.5 ;
@@ -3914,11 +3914,11 @@ input[type="button"].btn-block {
3914
3914
width : 1rem ;
3915
3915
height : 1rem ;
3916
3916
border : 0 ;
3917
+ border-radius : 1rem ;
3917
3918
margin-top : -0.25rem ;
3918
3919
-webkit-appearance : none;
3919
3920
appearance : none;
3920
3921
background-color : # 007bff ;
3921
- border-radius : 1rem ;
3922
3922
transition : background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
3923
3923
}
3924
3924
@@ -3936,8 +3936,8 @@ input[type="button"].btn-block {
3936
3936
width : 100% ;
3937
3937
height : 0.5rem ;
3938
3938
border-color : transparent;
3939
- background-color : # dee2e6 ;
3940
3939
border-radius : 1rem ;
3940
+ background-color : # dee2e6 ;
3941
3941
color : transparent;
3942
3942
cursor : pointer;
3943
3943
}
@@ -3946,10 +3946,10 @@ input[type="button"].btn-block {
3946
3946
width : 1rem ;
3947
3947
height : 1rem ;
3948
3948
border : 0 ;
3949
+ border-radius : 1rem ;
3949
3950
-moz-appearance : none;
3950
3951
appearance : none;
3951
3952
background-color : # 007bff ;
3952
- border-radius : 1rem ;
3953
3953
transition : background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
3954
3954
}
3955
3955
@@ -3967,8 +3967,8 @@ input[type="button"].btn-block {
3967
3967
width : 100% ;
3968
3968
height : 0.5rem ;
3969
3969
border-color : transparent;
3970
- background-color : # dee2e6 ;
3971
3970
border-radius : 1rem ;
3971
+ background-color : # dee2e6 ;
3972
3972
color : transparent;
3973
3973
cursor : pointer;
3974
3974
}
@@ -3977,12 +3977,12 @@ input[type="button"].btn-block {
3977
3977
width : 1rem ;
3978
3978
height : 1rem ;
3979
3979
border : 0 ;
3980
+ border-radius : 1rem ;
3980
3981
margin-top : 0 ;
3981
3982
margin-right : 0.2rem ;
3982
3983
margin-left : 0.2rem ;
3983
3984
appearance : none;
3984
3985
background-color : # 007bff ;
3985
- border-radius : 1rem ;
3986
3986
transition : background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
3987
3987
}
3988
3988
@@ -4007,14 +4007,14 @@ input[type="button"].btn-block {
4007
4007
}
4008
4008
4009
4009
.custom-range ::-ms-fill-lower {
4010
- background-color : # dee2e6 ;
4011
4010
border-radius : 1rem ;
4011
+ background-color : # dee2e6 ;
4012
4012
}
4013
4013
4014
4014
.custom-range ::-ms-fill-upper {
4015
+ border-radius : 1rem ;
4015
4016
margin-right : 15px ;
4016
4017
background-color : # dee2e6 ;
4017
- border-radius : 1rem ;
4018
4018
}
4019
4019
4020
4020
.custom-range : disabled ::-webkit-slider-thumb {
@@ -4222,8 +4222,8 @@ input[type="button"].btn-block {
4222
4222
.navbar-toggler {
4223
4223
padding : 0.25rem 0.75rem ;
4224
4224
border : 1px solid transparent;
4225
- background-color : transparent;
4226
4225
border-radius : 0.25rem ;
4226
+ background-color : transparent;
4227
4227
font-size : 1.25rem ;
4228
4228
line-height : 1 ;
4229
4229
}
@@ -4558,9 +4558,9 @@ input[type="button"].btn-block {
4558
4558
-ms-flex-direction : column;
4559
4559
flex-direction : column;
4560
4560
border : 1px solid rgba (0 , 0 , 0 , 0.125 );
4561
+ border-radius : 0.25rem ;
4561
4562
background-clip : border-box;
4562
4563
background-color : # fff ;
4563
- border-radius : 0.25rem ;
4564
4564
word-wrap : break-word;
4565
4565
}
4566
4566
@@ -4781,8 +4781,8 @@ input[type="button"].btn-block {
4781
4781
}
4782
4782
4783
4783
.accordion > .card : not (: first-of-type ): not (: last-of-type ) {
4784
- border-bottom : 0 ;
4785
4784
border-radius : 0 ;
4785
+ border-bottom : 0 ;
4786
4786
}
4787
4787
4788
4788
.accordion > .card : first-of-type {
@@ -4806,9 +4806,9 @@ input[type="button"].btn-block {
4806
4806
-ms-flex-wrap : wrap;
4807
4807
flex-wrap : wrap;
4808
4808
padding : 0.75rem 1rem ;
4809
+ border-radius : 0.25rem ;
4809
4810
margin-bottom : 1rem ;
4810
4811
background-color : # e9ecef ;
4811
- border-radius : 0.25rem ;
4812
4812
list-style : none;
4813
4813
}
4814
4814
@@ -5086,9 +5086,9 @@ a.badge-dark:focus, a.badge-dark.focus {
5086
5086
5087
5087
.jumbotron {
5088
5088
padding : 2rem 1rem ;
5089
+ border-radius : 0.3rem ;
5089
5090
margin-bottom : 2rem ;
5090
5091
background-color : # e9ecef ;
5091
- border-radius : 0.3rem ;
5092
5092
}
5093
5093
5094
5094
@media (min-width : 576px ) {
@@ -5107,8 +5107,8 @@ a.badge-dark:focus, a.badge-dark.focus {
5107
5107
position : relative;
5108
5108
padding : 0.75rem 1.25rem ;
5109
5109
border : 1px solid transparent;
5110
- margin-bottom : 1rem ;
5111
5110
border-radius : 0.25rem ;
5111
+ margin-bottom : 1rem ;
5112
5112
}
5113
5113
5114
5114
.alert-heading {
@@ -5266,8 +5266,8 @@ a.badge-dark:focus, a.badge-dark.focus {
5266
5266
display : flex;
5267
5267
overflow : hidden;
5268
5268
height : 1rem ;
5269
- background-color : # e9ecef ;
5270
5269
border-radius : 0.25rem ;
5270
+ background-color : # e9ecef ;
5271
5271
font-size : 0.75rem ;
5272
5272
}
5273
5273
@@ -5492,9 +5492,9 @@ a.badge-dark:focus, a.badge-dark.focus {
5492
5492
}
5493
5493
5494
5494
.list-group-flush .list-group-item {
5495
+ border-radius : 0 ;
5495
5496
border-right : 0 ;
5496
5497
border-left : 0 ;
5497
- border-radius : 0 ;
5498
5498
}
5499
5499
5500
5500
.list-group-flush .list-group-item : last-child {
@@ -5674,11 +5674,11 @@ a.close.disabled {
5674
5674
overflow : hidden;
5675
5675
max-width : 350px ;
5676
5676
border : 1px solid rgba (0 , 0 , 0 , 0.1 );
5677
+ border-radius : 0.25rem ;
5677
5678
-webkit-backdrop-filter : blur (10px );
5678
5679
backdrop-filter : blur (10px );
5679
5680
background-clip : padding-box;
5680
5681
background-color : rgba (255 , 255 , 255 , 0.85 );
5681
- border-radius : 0.25rem ;
5682
5682
box-shadow : 0 0.25rem 0.75rem rgba (0 , 0 , 0 , 0.1 );
5683
5683
font-size : 0.875rem ;
5684
5684
opacity : 0 ;
@@ -5823,9 +5823,9 @@ a.close.disabled {
5823
5823
-ms-flex-direction : column;
5824
5824
flex-direction : column;
5825
5825
border : 1px solid rgba (0 , 0 , 0 , 0.2 );
5826
+ border-radius : 0.3rem ;
5826
5827
background-clip : padding-box;
5827
5828
background-color : # fff ;
5828
- border-radius : 0.3rem ;
5829
5829
outline : 0 ;
5830
5830
pointer-events : auto;
5831
5831
}
@@ -6047,8 +6047,8 @@ a.close.disabled {
6047
6047
.tooltip-inner {
6048
6048
max-width : 200px ;
6049
6049
padding : 0.25rem 0.5rem ;
6050
- background-color : # 000 ;
6051
6050
border-radius : 0.25rem ;
6051
+ background-color : # 000 ;
6052
6052
color : # fff ;
6053
6053
text-align : center;
6054
6054
}
@@ -6061,9 +6061,9 @@ a.close.disabled {
6061
6061
display : block;
6062
6062
max-width : 276px ;
6063
6063
border : 1px solid rgba (0 , 0 , 0 , 0.2 );
6064
+ border-radius : 0.3rem ;
6064
6065
background-clip : padding-box;
6065
6066
background-color : # fff ;
6066
- border-radius : 0.3rem ;
6067
6067
font-family : -apple-system, BlinkMacSystemFont, "Segoe UI" , Roboto, "Helvetica Neue" , Arial, "Noto Sans" , sans-serif, "Apple Color Emoji" , "Segoe UI Emoji" , "Segoe UI Symbol" , "Noto Color Emoji" ;
6068
6068
font-size : 0.875rem ;
6069
6069
font-style : normal;
@@ -6434,10 +6434,10 @@ a.close.disabled {
6434
6434
width : 2rem ;
6435
6435
height : 2rem ;
6436
6436
border : 0.25em solid currentColor;
6437
+ border-radius : 50% ;
6437
6438
border-right-color : transparent;
6438
6439
-webkit-animation : spinner-border .75s linear infinite;
6439
6440
animation : spinner-border .75s linear infinite;
6440
- border-radius : 50% ;
6441
6441
vertical-align : text-bottom;
6442
6442
}
6443
6443
@@ -6471,10 +6471,10 @@ a.close.disabled {
6471
6471
display : inline-block;
6472
6472
width : 2rem ;
6473
6473
height : 2rem ;
6474
+ border-radius : 50% ;
6474
6475
-webkit-animation : spinner-grow .75s linear infinite;
6475
6476
animation : spinner-grow .75s linear infinite;
6476
6477
background-color : currentColor;
6477
- border-radius : 50% ;
6478
6478
opacity : 0 ;
6479
6479
vertical-align : text-bottom;
6480
6480
}
0 commit comments