File tree Expand file tree Collapse file tree 3 files changed +30
-10
lines changed
core/src/components/spinner Expand file tree Collapse file tree 3 files changed +30
-10
lines changed Original file line number Diff line number Diff line change 4848// Spinner: lines / lines-small / lines-sharp / lines-sharp-small
4949// --------------------------------------------------
5050
51- :host (.spinner-lines ) line ,
52- :host (.spinner-lines-small ) line {
53- stroke-width : 7px ;
54- }
55-
56- :host (.spinner-lines-sharp ) line ,
57- :host (.spinner-lines-sharp-small ) line {
58- stroke-width : 4px ;
59- }
60-
6151:host (.spinner-lines ) line ,
6252:host (.spinner-lines-small ) line ,
6353:host (.spinner-lines-sharp ) line ,
Original file line number Diff line number Diff line change 66
77:host {
88 --color : #{globals .$ion-primitives-neutral-800 } ;
9+
10+ width : globals .$ion-scale-700 ;
11+ height : globals .$ion-scale-700 ;
12+ }
13+
14+ // Spinner: lines / lines-small / lines-sharp / lines-sharp-small
15+ // --------------------------------------------------
16+
17+ :host (.spinner-lines ) line ,
18+ :host (.spinner-lines-small ) line {
19+ stroke-width : globals .$ion-scale-150 ;
20+ }
21+
22+ :host (.spinner-lines-sharp ) line ,
23+ :host (.spinner-lines-sharp-small ) line {
24+ stroke-width : globals .$ion-scale-100 ;
925}
1026
1127// Sizes
Original file line number Diff line number Diff line change 1+ @import " ./spinner.common.scss" ;
2+
3+ // Spinner: lines / lines-small / lines-sharp / lines-sharp-small
4+ // --------------------------------------------------
5+
6+ :host (.spinner-lines ) line ,
7+ :host (.spinner-lines-small ) line {
8+ stroke-width : 7px ;
9+ }
10+
11+ :host (.spinner-lines-sharp ) line ,
12+ :host (.spinner-lines-sharp-small ) line {
13+ stroke-width : 4px ;
14+ }
You can’t perform that action at this time.
0 commit comments