File tree Expand file tree Collapse file tree 4 files changed +6
-9
lines changed Expand file tree Collapse file tree 4 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 4
4
// --------------------------------------------------
5
5
6
6
.item-range .item-inner {
7
- width : 100% ;
8
-
9
7
overflow : visible ;
10
8
}
11
9
12
10
.item-range .input-wrapper {
13
- width : 100% ;
14
-
15
11
overflow : visible ;
16
12
17
13
flex-direction : column ;
14
+
15
+ width : 100% ;
18
16
}
19
17
20
18
.item-range ion-range {
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ $tabs-ios-tab-icon-size: 30px !default;
49
49
max-width : $tabs-ios-tab-max-width ;
50
50
min-height : $tabs-ios-tab-min-height ;
51
51
52
+ font-size : $tabs-ios-tab-font-size ;
52
53
color : $tabs-ios-tab-color ;
53
54
}
54
55
@@ -62,8 +63,6 @@ $tabs-ios-tab-icon-size: 30px !default;
62
63
margin-bottom : 0 ;
63
64
64
65
min-height : $tabs-ios-tab-font-size + 1 ;
65
-
66
- font-size : $tabs-ios-tab-font-size ;
67
66
}
68
67
69
68
.tabs-ios .has-title-only .tab-button-text {
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ $tabs-md-tab-text-margin: 6px 0 !default;
40
40
$tabs-md-tab-text-capitalization : none !default ;
41
41
42
42
/// @prop - Transform for the tab button text
43
- $tabs-md-tab-text-transform : scale (.85 ) !default ;
43
+ $tabs-md-tab-text-transform : scale ($tabs-md-tab-font-size / $tabs-md-tab-font-size-active ) !default ;
44
44
45
45
/// @prop - Transform origin for the tab button text
46
46
$tabs-md-tab-text-transform-origin : bottom center !default ;
@@ -67,14 +67,14 @@ $tabs-md-tab-icon-size: 2.4rem !default;
67
67
68
68
min-height : $tabs-md-tab-min-height ;
69
69
70
+ font-size : $tabs-md-tab-font-size-active ;
70
71
font-weight : $tabs-md-tab-font-weight ;
71
72
color : $tabs-md-tab-color ;
72
73
}
73
74
74
75
.tabs-md .tab-button [aria-selected = true ] {
75
76
padding : $tabs-md-tab-padding-active ;
76
77
77
- font-size : $tabs-md-tab-font-size-active ;
78
78
color : $tabs-md-tab-color-active ;
79
79
}
80
80
Original file line number Diff line number Diff line change @@ -400,7 +400,7 @@ export const mockDeepLinkConfig = function(links?: any[]): DeepLinkConfig {
400
400
401
401
export const mockHaptic = function ( ) : Haptic {
402
402
return new Haptic ( null ) ;
403
- }
403
+ } ;
404
404
405
405
export class MockView { }
406
406
export class MockView1 { }
You can’t perform that action at this time.
0 commit comments