File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ class DateTimeSelector extends Component {
84
84
< Row >
85
85
< Col xs = { 12 } >
86
86
< FormControl
87
+ className = 'dropdown-selector'
87
88
componentClass = 'select'
88
89
style = { { width : '100%' } }
89
90
onChange = { this . _onDayOfWeekChange }
@@ -126,6 +127,7 @@ class DateTimeSelector extends Component {
126
127
< Row >
127
128
< Col xs = { 12 } >
128
129
< FormControl
130
+ className = 'dropdown-selector'
129
131
componentClass = 'select'
130
132
value = { departArrive }
131
133
onChange = { this . _onDepartChange }
Original file line number Diff line number Diff line change @@ -28,11 +28,12 @@ class DropdownSelector extends Component {
28
28
29
29
return (
30
30
< Form >
31
- < FormGroup style = { { marginBottom : '15px' } } className = 'date-time-selector' >
31
+ < FormGroup style = { { marginBottom : '15px' } } >
32
32
< Row >
33
33
< Col xs = { 6 } className = 'setting-label' > { label } </ Col >
34
34
< Col xs = { 6 } >
35
35
< FormControl
36
+ className = 'dropdown-selector'
36
37
componentClass = 'select'
37
38
value = { value }
38
39
onChange = { this . _onQueryParamChange }
Original file line number Diff line number Diff line change 191
191
outline : none;
192
192
}
193
193
194
+ /* General dropdown selector */
195
+
196
+ .otp .mobile .dropdown-selector {
197
+ font-size : 16px ;
198
+ padding-top : 5px ;
199
+ }
200
+
194
201
/* Error message */
195
202
196
203
.otp .error-message {
You can’t perform that action at this time.
0 commit comments