|
63 | 63 | * overlapping the range. The buffer is added to the |
64 | 64 | * bottom of the range label instead of the host. |
65 | 65 | */ |
66 | | - @include padding(calc(#{globals.$ion-space-200} + globals.dynamic-font(12px)), null, null, null); |
| 66 | + @include padding(calc(globals.$ion-space-200 + globals.dynamic-font(12px)), null, null, null); |
67 | 67 | } |
68 | 68 |
|
69 | 69 | :host(.range-has-pin.range-label-placement-stacked) .label-text-wrapper { |
|
72 | 72 | * margin to the bottom of the label, it provides a buffer |
73 | 73 | * for the pin to move into when it is pressed. |
74 | 74 | */ |
75 | | - @include margin(null, null, calc(#{globals.$ion-space-200} + globals.dynamic-font(12px)), null); |
| 75 | + @include margin(null, null, calc(globals.$ion-space-200 + globals.dynamic-font(12px)), null); |
76 | 76 | } |
77 | 77 |
|
78 | 78 | .range-bar-active { |
|
84 | 84 |
|
85 | 85 | &.has-ticks { |
86 | 86 | @include border-radius(0); |
87 | | - @include margin(null, calc(-1 * #{globals.$ion-scale-100} * 0.5), null, calc(-1 * #{globals.$ion-scale-100} * 0.5)); |
| 87 | + @include margin(null, calc(-1 * globals.$ion-scale-100 * 0.5), null, calc(-1 * globals.$ion-scale-100 * 0.5)); |
88 | 88 | } |
89 | 89 | } |
90 | 90 |
|
91 | 91 | .range-tick { |
92 | | - @include margin-horizontal(calc(#{globals.$ion-scale-100} * -0.5), null); |
| 92 | + @include margin-horizontal(calc(globals.$ion-scale-100 * -0.5), null); |
93 | 93 | @include border-radius(globals.$ion-border-radius-0); |
94 | 94 |
|
95 | 95 | position: absolute; |
96 | | - top: calc((42px * 0.5) - (#{globals.$ion-scale-300} * 0.5)); |
| 96 | + top: calc((42px * 0.5) - (globals.$ion-scale-300 * 0.5)); |
97 | 97 |
|
98 | 98 | width: globals.$ion-scale-100; |
99 | 99 | height: globals.$ion-scale-300; |
|
124 | 124 | .range-knob { |
125 | 125 | border-width: globals.$ion-border-size-025; |
126 | 126 | border-style: solid; |
127 | | - border-color: #{globals.ion-color(primary, base)}; |
| 127 | + border-color: globals.ion-color(primary, base); |
128 | 128 | } |
129 | 129 |
|
130 | 130 | /** |
|
0 commit comments