@@ -2213,8 +2213,7 @@ progress {
22132213.form-control ::file-selector-button {
22142214 padding : 0.375rem 0.75rem ;
22152215 margin : -0.375rem -0.75rem ;
2216- -webkit-margin-end : 0.75rem ;
2217- margin-inline-end : 0.75rem ;
2216+ margin-inline-end : 0.75rem ;
22182217 color : # 212529 ;
22192218 background-color : # e9ecef ;
22202219 pointer-events : none;
@@ -2236,8 +2235,7 @@ progress {
22362235.form-control ::-webkit-file-upload-button {
22372236 padding : 0.375rem 0.75rem ;
22382237 margin : -0.375rem -0.75rem ;
2239- -webkit-margin-end : 0.75rem ;
2240- margin-inline-end : 0.75rem ;
2238+ margin-inline-end : 0.75rem ;
22412239 color : # 212529 ;
22422240 background-color : # e9ecef ;
22432241 pointer-events : none;
@@ -2284,14 +2282,12 @@ progress {
22842282.form-control-sm ::file-selector-button {
22852283 padding : 0.25rem 0.5rem ;
22862284 margin : -0.25rem -0.5rem ;
2287- -webkit-margin-end : 0.5rem ;
2288- margin-inline-end : 0.5rem ;
2285+ margin-inline-end : 0.5rem ;
22892286}
22902287.form-control-sm ::-webkit-file-upload-button {
22912288 padding : 0.25rem 0.5rem ;
22922289 margin : -0.25rem -0.5rem ;
2293- -webkit-margin-end : 0.5rem ;
2294- margin-inline-end : 0.5rem ;
2290+ margin-inline-end : 0.5rem ;
22952291}
22962292
22972293.form-control-lg {
@@ -2303,14 +2299,12 @@ progress {
23032299.form-control-lg ::file-selector-button {
23042300 padding : 0.5rem 1rem ;
23052301 margin : -0.5rem -1rem ;
2306- -webkit-margin-end : 1rem ;
2307- margin-inline-end : 1rem ;
2302+ margin-inline-end : 1rem ;
23082303}
23092304.form-control-lg ::-webkit-file-upload-button {
23102305 padding : 0.5rem 1rem ;
23112306 margin : -0.5rem -1rem ;
2312- -webkit-margin-end : 1rem ;
2313- margin-inline-end : 1rem ;
2307+ margin-inline-end : 1rem ;
23142308}
23152309
23162310textarea .form-control {
@@ -4768,12 +4762,6 @@ textarea.form-control-lg {
47684762 color : # 101214 ;
47694763}
47704764
4771- @-webkit-keyframes progress-bar-stripes {
4772- 0% {
4773- background-position-x : 1rem ;
4774- }
4775- }
4776-
47774765@keyframes progress-bar-stripes {
47784766 0% {
47794767 background-position-x : 1rem ;
@@ -4811,13 +4799,11 @@ textarea.form-control-lg {
48114799}
48124800
48134801.progress-bar-animated {
4814- -webkit-animation : 1s linear infinite progress-bar-stripes;
4815- animation : 1s linear infinite progress-bar-stripes;
4802+ animation : 1s linear infinite progress-bar-stripes;
48164803}
48174804@media (prefers-reduced-motion : reduce) {
48184805 .progress-bar-animated {
4819- -webkit-animation : none;
4820- animation : none;
4806+ animation : none;
48214807 }
48224808}
48234809
@@ -5208,7 +5194,6 @@ textarea.form-control-lg {
52085194}
52095195
52105196.toast-container {
5211- width : -webkit-max-content;
52125197 width : -moz-max-content;
52135198 width : max-content;
52145199 max-width : 100% ;
@@ -5776,8 +5761,7 @@ textarea.form-control-lg {
57765761 float : left;
57775762 width : 100% ;
57785763 margin-right : -100% ;
5779- -webkit-backface-visibility : hidden;
5780- backface-visibility : hidden;
5764+ backface-visibility : hidden;
57815765 transition : transform 0.6s ease-in-out;
57825766}
57835767@media (prefers-reduced-motion : reduce) {
@@ -5958,12 +5942,6 @@ textarea.form-control-lg {
59585942 color : # 000 ;
59595943}
59605944
5961- @-webkit-keyframes spinner-border {
5962- to {
5963- transform : rotate (360deg ) /* rtl:ignore */ ;
5964- }
5965- }
5966-
59675945@keyframes spinner-border {
59685946 to {
59695947 transform : rotate (360deg ) /* rtl:ignore */ ;
@@ -5977,8 +5955,7 @@ textarea.form-control-lg {
59775955 border : 0.25em solid currentColor;
59785956 border-right-color : transparent;
59795957 border-radius : 50% ;
5980- -webkit-animation : 0.75s linear infinite spinner-border;
5981- animation : 0.75s linear infinite spinner-border;
5958+ animation : 0.75s linear infinite spinner-border;
59825959}
59835960
59845961.spinner-border-sm {
@@ -5987,16 +5964,6 @@ textarea.form-control-lg {
59875964 border-width : 0.2em ;
59885965}
59895966
5990- @-webkit-keyframes spinner-grow {
5991- 0% {
5992- transform : scale (0 );
5993- }
5994- 50% {
5995- opacity : 1 ;
5996- transform : none;
5997- }
5998- }
5999-
60005967@keyframes spinner-grow {
60015968 0% {
60025969 transform : scale (0 );
@@ -6014,8 +5981,7 @@ textarea.form-control-lg {
60145981 background-color : currentColor;
60155982 border-radius : 50% ;
60165983 opacity : 0 ;
6017- -webkit-animation : 0.75s linear infinite spinner-grow;
6018- animation : 0.75s linear infinite spinner-grow;
5984+ animation : 0.75s linear infinite spinner-grow;
60195985}
60205986
60215987.spinner-grow-sm {
@@ -6026,8 +5992,7 @@ textarea.form-control-lg {
60265992@media (prefers-reduced-motion : reduce) {
60275993 .spinner-border ,
60285994.spinner-grow {
6029- -webkit-animation-duration : 1.5s ;
6030- animation-duration : 1.5s ;
5995+ animation-duration : 1.5s ;
60315996 }
60325997}
60335998.offcanvas {
0 commit comments