Skip to content

Commit 69c327c

Browse files
CR
1 parent bc373d5 commit 69c327c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

core/src/components/range/range.ionic.scss

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@
6363
* overlapping the range. The buffer is added to the
6464
* bottom of the range label instead of the host.
6565
*/
66-
@include padding(calc(globals.$ion-space-200 + globals.dynamic-font(12px)), null, null, null);
67-
}
66+
@include padding(calc(globals.$ion-space-100 + globals.$ion-scale-600), null, null, null);}
6867

6968
:host(.range-has-pin.range-label-placement-stacked) .label-text-wrapper {
7069
/**
@@ -107,11 +106,11 @@
107106
}
108107

109108
.range-pin {
110-
@include padding(globals.$ion-space-300, globals.$ion-space-300, globals.$ion-space-300, globals.$ion-space-300);
109+
@include padding(null, null, globals.$ion-space-100, null);
111110

112111
min-width: globals.$ion-scale-700;
113112

114-
transform: translate3d(0, calc(-100% + 11px), 0) scale(1);
113+
transform: translate3d(0, calc(-100%), 0);
115114

116115
background: transparent;
117116

0 commit comments

Comments
 (0)