File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11
22/*
33* orbit
4- * v.1.2.0
4+ * v.1.2.1
55* Author Juan Martin Muda - Zumerlab
66* License MIT
77**/
88@charset "UTF-8" ;
99
10- /* ../../../../../var/folders/dl/jfswzzq96_7bqvgnhjs47_8w0000gp/T/tmp-26480-lsyT2XJtmvqw /orbit/src/orbit.css */
10+ /* ../../../../../var/folders/dl/jfswzzq96_7bqvgnhjs47_8w0000gp/T/tmp-54955-RWALZGJMMlL2 /orbit/src/orbit.css */
1111.gravity-spot * {
1212 box-sizing : border-box;
1313 margin : 0 ;
Original file line number Diff line number Diff line change 11
22/*
33* orbit
4- * v.1.2.0
4+ * v.1.2.1
55* Author Juan Martin Muda - Zumerlab
66* License MIT
77**/
4242 fill: var(--o-fill);
4343 stroke: var(--o-stroke);
4444 stroke-width: var(--o-stroke-width);
45- transition: all 0.3s ;
45+ transition: fill 0.25s, stroke 0.25s ;
4646 stroke-linejoin: round;
4747 }
4848 .progress-bg {
195195 fill: var(--o-fill);
196196 stroke: var(--o-stroke);
197197 stroke-width: var(--o-stroke-width);
198- transition: all 0.3s ;
198+ transition: fill 0.25s, stroke 0.25s ;
199199 stroke-linejoin: round;
200200 }
201201 text {
You can’t perform that action at this time.
0 commit comments