File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -71,9 +71,14 @@ ion-input.ng-invalid.ng-touched .text-input {
71
71
72
72
.item-label-stacked ion-select ,
73
73
.item-label-floating ion-select {
74
- padding-left : 0 ;
75
- padding-top : 8px ;
76
- padding-bottom : 8px ;
74
+ padding-top : 0 ;
75
+ padding-bottom : 0 ;
76
+ margin-top : 8px ;
77
+ margin-bottom : 8px ;
78
+
79
+ .select-icon {
80
+ margin-top : 5px ;
81
+ }
77
82
}
78
83
79
84
.item-label-floating .text-input.cloned-input {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ $select-wp-padding-bottom: ($item-wp-padding-bottom / 2) !default;
10
10
$select-wp-padding-left : ($item-wp-padding-left / 2 ) !default ;
11
11
12
12
$select-wp-border-width : 2px !default ;
13
- $select-wp-border-color : #B5B5B5 !default ;
13
+ $select-wp-border-color : $input-wp-border-color !default ;
14
14
15
15
$select-wp-icon-width : 18px !default ;
16
16
$select-wp-icon-arrow-width : 2px !default ;
@@ -20,6 +20,7 @@ $select-wp-icon-color: $select-wp-border-color !default;
20
20
ion-select {
21
21
padding : $select-wp-padding-top $select-wp-padding-right $select-wp-padding-bottom $select-wp-padding-left ;
22
22
border : $select-wp-border-width solid $select-wp-border-color ;
23
+ line-height : 3rem ;
23
24
}
24
25
25
26
.item-select ion-label {
You can’t perform that action at this time.
0 commit comments