Skip to content

Commit 4555e9f

Browse files
committed
feat: QRange tweak
1 parent b85587e commit 4555e9f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/components/range/range.ios.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ $range-label-transform = translateX(-50%) translateY(-139%) scale(1)
7979
color $range-color
8080
cursor pointer
8181

82-
&.label-always
82+
&.label-always, &.with-padding
8383
padding-top 40px
8484
height 80px
8585

src/components/range/range.mat.styl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ $range-label-transform = translateX(-50%) translateY(-139%) scale(1)
110110
color $range-color
111111
cursor pointer
112112

113-
&.label-always
114-
padding-top 55px
115-
height 80px
113+
&.label-always, &.with-padding
114+
padding 55px 0 5px
115+
height 85px
116116

117117
&.has-error
118118
color $has-error

0 commit comments

Comments
 (0)