We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b85587e commit 4555e9fCopy full SHA for 4555e9f
src/components/range/range.ios.styl
@@ -79,7 +79,7 @@ $range-label-transform = translateX(-50%) translateY(-139%) scale(1)
79
color $range-color
80
cursor pointer
81
82
- &.label-always
+ &.label-always, &.with-padding
83
padding-top 40px
84
height 80px
85
src/components/range/range.mat.styl
@@ -110,9 +110,9 @@ $range-label-transform = translateX(-50%) translateY(-139%) scale(1)
110
111
112
113
114
- padding-top 55px
115
- height 80px
+ padding 55px 0 5px
+ height 85px
116
117
&.has-error
118
color $has-error
0 commit comments