File tree Expand file tree Collapse file tree 1 file changed +46
-4
lines changed
src/shared/components/DateRangePicker Expand file tree Collapse file tree 1 file changed +46
-4
lines changed Original file line number Diff line number Diff line change 110
110
}
111
111
}
112
112
113
+ #input-end-date-range-calendar-icon ,
114
+ #input-start-date-range-calendar-icon {
115
+ outline : none !important ;
116
+ }
117
+
118
+ .rdrYearPicker ,
119
+ .rdrMonthPicker {
120
+ position : relative ;
121
+
122
+ & ::after {
123
+ content : " \f078 " ;
124
+ display : inline-flex ;
125
+ align-items : center ;
126
+ justify-content : center ;
127
+ position : absolute ;
128
+ right : 6px ;
129
+ top : 46% ;
130
+ height : 34px ;
131
+ font-family : " FontAwesome" , serif ;
132
+ font-size : 12px ;
133
+ color : $listing-checkbox-green ;
134
+ transform : translateY (-50% );
135
+ pointer-events : none ;
136
+ }
137
+
138
+ select {
139
+ font-weight : 700 ;
140
+ }
141
+ }
142
+
113
143
.rdrDateRangePickerWrapper {
114
144
z-index : 15 ;
115
145
position : relative ;
128
158
width : 22px ;
129
159
height : 23px ;
130
160
background : none ;
131
- border : 1 px solid $listing-checkbox-green ;
161
+ border : 2 px solid $listing-checkbox-green ;
132
162
border-radius : 50% ;
133
163
134
164
i {
135
165
position : absolute ;
136
- top : 7 px ;
137
- left : 7 px ;
166
+ top : 5 px ;
167
+ left : 5 px ;
138
168
display : block ;
139
169
width : 8px ;
140
170
height : 8px ;
143
173
border-top : 2px solid $listing-checkbox-green ;
144
174
border-left : 2px solid $listing-checkbox-green ;
145
175
transform : none ;
176
+
177
+ & ::after {
178
+ content : " " ;
179
+ position : absolute ;
180
+ top : 2px ;
181
+ left : -3px ;
182
+ width : 11px ;
183
+ height : 2px ;
184
+ background : #137d60 ;
185
+ transform : rotateZ (45deg );
186
+ border-radius : 999rem ;
187
+ }
146
188
}
147
189
148
190
& .rdrPprevButton {
262
304
width : 36px ;
263
305
height : 36px ;
264
306
left : 4px ;
265
- border : 1 px solid lighten ( $listing-checkbox-green , 70 % ) ;
307
+ border-color : transparent ;
266
308
}
267
309
268
310
.rdrSelected ,
You can’t perform that action at this time.
0 commit comments