11.pace {
2- -webkit-pointer-events : none;
3- pointer-events : none;
2+ -webkit-pointer-events : none;
3+ pointer-events : none;
44
5- -webkit-user-select : none;
6- -moz-user-select : none;
7- user-select : none;
5+ -webkit-user-select : none;
6+ -moz-user-select : none;
7+ user-select : none;
88
9- overflow : hidden;
10- position : fixed;
11- top : 0 ;
12- left : 0 ;
13- z-index : 2000 ;
14- width : 100% ;
15- height : 12px ;
16- background : # fff ;
9+ overflow : hidden;
10+ position : fixed;
11+ top : 0 ;
12+ left : 0 ;
13+ z-index : 2000 ;
14+ width : 100% ;
15+ height : 12px ;
16+ background : # fff ;
1717}
1818
1919.pace-inactive {
20- display : none;
20+ display : none;
2121}
2222
2323.pace .pace-progress {
24- background-color : `args.color || "#29d" `;
25- position: fixed;
26- to p: 0;
27- botto m: 0;
28- right: 100%;
29- width: 100%;
30- overflow: hidden;
31- height: 12px;
24+ background-color : `args.color || "#29d" `;
25+ position: fixed;
26+ to p: 0;
27+ botto m: 0;
28+ right: 100%;
29+ width: 100%;
30+ overflow: hidden;
31+ height: 12px;
3232}
3333
3434.pace .pace-activity {
35- position : fixed;
36- top : 0 ;
37- right : -32px ;
38- bottom : 0 ;
39- left : 0 ;
40- height : 12px ;
35+ position : fixed;
36+ top : 0 ;
37+ right : -32px ;
38+ bottom : 0 ;
39+ left : 0 ;
40+ height : 12px ;
4141
42- -webkit-transform : translate3d (0 , 0 , 0 );
43- -moz-transform : translate3d (0 , 0 , 0 );
44- -ms-transform : translate3d (0 , 0 , 0 );
45- -o-transform : translate3d (0 , 0 , 0 );
46- transform : translate3d (0 , 0 , 0 );
42+ -webkit-transform : translate3d (0 , 0 , 0 );
43+ -moz-transform : translate3d (0 , 0 , 0 );
44+ -ms-transform : translate3d (0 , 0 , 0 );
45+ -o-transform : translate3d (0 , 0 , 0 );
46+ transform : translate3d (0 , 0 , 0 );
4747
48- background-image : -webkit-gradient (linear, 0 100% , 100% 0 , color-stop (0.25 , rgba (255 , 255 , 255 , 0.2 )), color-stop (0.25 , transparent), color-stop (0.5 , transparent), color-stop (0.5 , rgba (255 , 255 , 255 , 0.2 )), color-stop (0.75 , rgba (255 , 255 , 255 , 0.2 )), color-stop (0.75 , transparent), to (transparent));
49- background-image : -webkit-linear-gradient (45deg , rgba (255 , 255 , 255 , 0.2 ) 25% , transparent 25% , transparent 50% , rgba (255 , 255 , 255 , 0.2 ) 50% , rgba (255 , 255 , 255 , 0.2 ) 75% , transparent 75% , transparent);
50- background-image : -moz-linear-gradient (45deg , rgba (255 , 255 , 255 , 0.2 ) 25% , transparent 25% , transparent 50% , rgba (255 , 255 , 255 , 0.2 ) 50% , rgba (255 , 255 , 255 , 0.2 ) 75% , transparent 75% , transparent);
51- background-image : -o-linear-gradient (45deg , rgba (255 , 255 , 255 , 0.2 ) 25% , transparent 25% , transparent 50% , rgba (255 , 255 , 255 , 0.2 ) 50% , rgba (255 , 255 , 255 , 0.2 ) 75% , transparent 75% , transparent);
52- background-image : linear-gradient (45deg , rgba (255 , 255 , 255 , 0.2 ) 25% , transparent 25% , transparent 50% , rgba (255 , 255 , 255 , 0.2 ) 50% , rgba (255 , 255 , 255 , 0.2 ) 75% , transparent 75% , transparent);
53- -webkit-background-size : 32px 32px ;
54- -moz-background-size : 32px 32px ;
55- -o-background-size : 32px 32px ;
56- background-size : 32px 32px ;
48+ background-image : -webkit-gradient (linear, 0 100% , 100% 0 , color-stop (0.25 , rgba (255 , 255 , 255 , 0.2 )), color-stop (0.25 , transparent), color-stop (0.5 , transparent), color-stop (0.5 , rgba (255 , 255 , 255 , 0.2 )), color-stop (0.75 , rgba (255 , 255 , 255 , 0.2 )), color-stop (0.75 , transparent), to (transparent));
49+ background-image : -webkit-linear-gradient (45deg , rgba (255 , 255 , 255 , 0.2 ) 25% , transparent 25% , transparent 50% , rgba (255 , 255 , 255 , 0.2 ) 50% , rgba (255 , 255 , 255 , 0.2 ) 75% , transparent 75% , transparent);
50+ background-image : -moz-linear-gradient (45deg , rgba (255 , 255 , 255 , 0.2 ) 25% , transparent 25% , transparent 50% , rgba (255 , 255 , 255 , 0.2 ) 50% , rgba (255 , 255 , 255 , 0.2 ) 75% , transparent 75% , transparent);
51+ background-image : -o-linear-gradient (45deg , rgba (255 , 255 , 255 , 0.2 ) 25% , transparent 25% , transparent 50% , rgba (255 , 255 , 255 , 0.2 ) 50% , rgba (255 , 255 , 255 , 0.2 ) 75% , transparent 75% , transparent);
52+ background-image : linear-gradient (45deg , rgba (255 , 255 , 255 , 0.2 ) 25% , transparent 25% , transparent 50% , rgba (255 , 255 , 255 , 0.2 ) 50% , rgba (255 , 255 , 255 , 0.2 ) 75% , transparent 75% , transparent);
53+ -webkit-background-size : 32px 32px ;
54+ -moz-background-size : 32px 32px ;
55+ -o-background-size : 32px 32px ;
56+ background-size : 32px 32px ;
5757
58- -webkit-animation : pace-theme-barber-shop-motion 500ms linear infinite;
59- -moz-animation : pace-theme-barber-shop-motion 500ms linear infinite;
60- -ms-animation : pace-theme-barber-shop-motion 500ms linear infinite;
61- -o-animation : pace-theme-barber-shop-motion 500ms linear infinite;
62- animation : pace-theme-barber-shop-motion 500ms linear infinite;
58+ -webkit-animation : pace-theme-barber-shop-motion 500ms linear infinite;
59+ -moz-animation : pace-theme-barber-shop-motion 500ms linear infinite;
60+ -ms-animation : pace-theme-barber-shop-motion 500ms linear infinite;
61+ -o-animation : pace-theme-barber-shop-motion 500ms linear infinite;
62+ animation : pace-theme-barber-shop-motion 500ms linear infinite;
6363}
6464
6565@-webkit-keyframes pace-theme-barber-shop-motion {
66- 0% { -webkit-transform : none; transform : none; }
67- 100% { -webkit-transform : translate (-32px , 0 ); transform : translate (-32px , 0 ); }
66+ 0% { -webkit-transform : none; transform : none; }
67+ 100% { -webkit-transform : translate (-32px , 0 ); transform : translate (-32px , 0 ); }
6868}
6969@-moz-keyframes pace-theme-barber-shop-motion {
70- 0% { -moz-transform : none; transform : none; }
71- 100% { -moz-transform : translate (-32px , 0 ); transform : translate (-32px , 0 ); }
70+ 0% { -moz-transform : none; transform : none; }
71+ 100% { -moz-transform : translate (-32px , 0 ); transform : translate (-32px , 0 ); }
7272}
7373@-o-keyframes pace-theme-barber-shop-motion {
74- 0% { -o-transform : none; transform : none; }
75- 100% { -o-transform : translate (-32px , 0 ); transform : translate (-32px , 0 ); }
74+ 0% { -o-transform : none; transform : none; }
75+ 100% { -o-transform : translate (-32px , 0 ); transform : translate (-32px , 0 ); }
7676}
7777@-ms-keyframes pace-theme-barber-shop-motion {
78- 0% { -ms-transform : none; transform : none; }
79- 100% { -ms-transform : translate (-32px , 0 ); transform : translate (-32px , 0 ); }
78+ 0% { -ms-transform : none; transform : none; }
79+ 100% { -ms-transform : translate (-32px , 0 ); transform : translate (-32px , 0 ); }
8080}
8181@keyframes pace-theme-barber-shop-motion {
82- 0% { transform : none; transform : none; }
83- 100% { transform : translate (-32px , 0 ); transform : translate (-32px , 0 ); }
84- }
82+ 0% { transform : none; transform : none; }
83+ 100% { transform : translate (-32px , 0 ); transform : translate (-32px , 0 ); }
84+ }
0 commit comments