63
63
-webkit-text-size-adjust : 100% ;
64
64
-ms-text-size-adjust : 100% ;
65
65
-ms-overflow-style : scrollbar;
66
- -webkit-tap-highlight-color : transparent ; }
66
+ -webkit-tap-highlight-color : rgba ( 0 , 0 , 0 , 0 ) ; }
67
67
68
68
@-ms-viewport {
69
69
width : device-width; }
@@ -1330,7 +1330,7 @@ select.form-control:focus::-ms-value {
1330
1330
.col-form-label-sm {
1331
1331
padding-top : calc (0.25rem + 1px );
1332
1332
padding-bottom : calc (0.25rem + 1px );
1333
- font-size : 0.76563 rem ;
1333
+ font-size : 0.76562 rem ;
1334
1334
line-height : 1.5 ; }
1335
1335
1336
1336
.form-control-plaintext {
@@ -1362,7 +1362,7 @@ select.form-control:focus::-ms-value {
1362
1362
.input-group-sm > .input-group-prepend > .btn ,
1363
1363
.input-group-sm > .input-group-append > .btn {
1364
1364
padding : 0.25rem 0.5rem ;
1365
- font-size : 0.76563 rem ;
1365
+ font-size : 0.76562 rem ;
1366
1366
line-height : 1.5 ;
1367
1367
border-radius : 0.2rem ; }
1368
1368
@@ -1388,7 +1388,7 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
1388
1388
.input-group-lg > .input-group-append > select .input-group-text : not ([size ]): not ([multiple ]),
1389
1389
.input-group-lg > .input-group-prepend > select .btn : not ([size ]): not ([multiple ]),
1390
1390
.input-group-lg > .input-group-append > select .btn : not ([size ]): not ([multiple ]) {
1391
- height : calc (2.64063 rem + 2px ); }
1391
+ height : calc (2.64062 rem + 2px ); }
1392
1392
1393
1393
.form-group {
1394
1394
margin-bottom : 1rem ; }
@@ -2056,7 +2056,7 @@ fieldset:disabled a.btn {
2056
2056
2057
2057
.btn-sm , .btn-group-sm > .btn {
2058
2058
padding : 0.25rem 0.5rem ;
2059
- font-size : 0.76563 rem ;
2059
+ font-size : 0.76562 rem ;
2060
2060
line-height : 1.5 ;
2061
2061
border-radius : 0.2rem ; }
2062
2062
@@ -2256,7 +2256,7 @@ input[type="button"].btn-block {
2256
2256
display : block;
2257
2257
padding : 0 1.5rem ;
2258
2258
margin-bottom : 0 ;
2259
- font-size : 0.76563 rem ;
2259
+ font-size : 0.76562 rem ;
2260
2260
color : # 73818f ;
2261
2261
white-space : nowrap; }
2262
2262
@@ -2591,7 +2591,7 @@ input[type="button"].btn-block {
2591
2591
font-size : 75% ; }
2592
2592
2593
2593
.custom-select-lg {
2594
- height : calc (2.64063 rem + 2px );
2594
+ height : calc (2.64062 rem + 2px );
2595
2595
padding-top : 0.375rem ;
2596
2596
padding-bottom : 0.375rem ;
2597
2597
font-size : 125% ; }
@@ -3324,7 +3324,7 @@ input[type="button"].btn-block {
3324
3324
3325
3325
.pagination-sm .page-link {
3326
3326
padding : 0.25rem 0.5rem ;
3327
- font-size : 0.76563 rem ;
3327
+ font-size : 0.76562 rem ;
3328
3328
line-height : 1.5 ; }
3329
3329
3330
3330
.pagination-sm .page-item : first-child .page-link {
@@ -3866,7 +3866,7 @@ button.close {
3866
3866
word-spacing : normal;
3867
3867
white-space : normal;
3868
3868
line-break : auto;
3869
- font-size : 0.76563 rem ;
3869
+ font-size : 0.76562 rem ;
3870
3870
word-wrap : break-word;
3871
3871
opacity : 0 ; }
3872
3872
.tooltip .show {
@@ -3951,7 +3951,7 @@ button.close {
3951
3951
word-spacing : normal;
3952
3952
white-space : normal;
3953
3953
line-break : auto;
3954
- font-size : 0.76563 rem ;
3954
+ font-size : 0.76562 rem ;
3955
3955
word-wrap : break-word;
3956
3956
background-color : # fff ;
3957
3957
background-clip : padding-box;
@@ -6592,9 +6592,9 @@ a.text-dark:hover, a.text-dark:focus {
6592
6592
.btn-brand i + span {
6593
6593
margin-left : 1.5rem ; }
6594
6594
.btn-brand .btn-lg i , .btn-group-lg > .btn-brand .btn i {
6595
- width : 2.64063 rem ;
6595
+ width : 2.64062 rem ;
6596
6596
margin : -0.5rem -1rem ;
6597
- line-height : 2.64063 rem ; }
6597
+ line-height : 2.64062 rem ; }
6598
6598
.btn-brand .btn-lg i + span , .btn-group-lg > .btn-brand .btn i + span {
6599
6599
margin-left : 2rem ; }
6600
6600
.btn-brand .btn-sm i , .btn-group-sm > .btn-brand .btn i {
@@ -7642,12 +7642,12 @@ canvas {
7642
7642
.chartjs-tooltip .tooltip-header {
7643
7643
margin-bottom : 0.5rem ; }
7644
7644
.chartjs-tooltip .tooltip-header-item {
7645
- font-size : 0.76563 rem ;
7645
+ font-size : 0.76562 rem ;
7646
7646
font-weight : 700 ; }
7647
7647
.chartjs-tooltip .tooltip-body-item {
7648
7648
display : flex;
7649
7649
align-items : center;
7650
- font-size : 0.76563 rem ;
7650
+ font-size : 0.76562 rem ;
7651
7651
white-space : nowrap; }
7652
7652
.chartjs-tooltip .tooltip-body-item-color {
7653
7653
display : inline-block;
@@ -7982,7 +7982,7 @@ canvas {
7982
7982
font-size : 1.09375rem ; }
7983
7983
7984
7984
.progress-group-text {
7985
- font-size : 0.76563 rem ;
7985
+ font-size : 0.76562 rem ;
7986
7986
color : # 73818f ; }
7987
7987
7988
7988
.progress-group-header {
0 commit comments