|
4 | 4 | // --------------------------------------------------
|
5 | 5 |
|
6 | 6 | /// @prop - Text align of the action sheet
|
7 |
| -$action-sheet-ios-text-align: center !default; |
| 7 | +$action-sheet-ios-text-align: center; |
8 | 8 |
|
9 | 9 | /// @prop - Padding top of the action sheet
|
10 |
| -$action-sheet-ios-padding-top: 0 !default; |
| 10 | +$action-sheet-ios-padding-top: 0; |
11 | 11 |
|
12 | 12 | /// @prop - Padding end of the action sheet
|
13 |
| -$action-sheet-ios-padding-end: 8px !default; |
| 13 | +$action-sheet-ios-padding-end: 8px; |
14 | 14 |
|
15 | 15 | /// @prop - Padding bottom of the action sheet
|
16 |
| -$action-sheet-ios-padding-bottom: $action-sheet-ios-padding-top !default; |
| 16 | +$action-sheet-ios-padding-bottom: $action-sheet-ios-padding-top; |
17 | 17 |
|
18 | 18 | /// @prop - Padding start of the action sheet
|
19 |
| -$action-sheet-ios-padding-start: $action-sheet-ios-padding-end !default; |
| 19 | +$action-sheet-ios-padding-start: $action-sheet-ios-padding-end; |
20 | 20 |
|
21 | 21 | /// @prop - Top margin of the action sheet button group
|
22 |
| -$action-sheet-ios-group-margin-top: 10px !default; |
| 22 | +$action-sheet-ios-group-margin-top: 10px; |
23 | 23 |
|
24 | 24 | /// @prop - Bottom margin of the action sheet button group
|
25 |
| -$action-sheet-ios-group-margin-bottom: 10px !default; |
| 25 | +$action-sheet-ios-group-margin-bottom: 10px; |
26 | 26 |
|
27 | 27 | /// @prop - Background color of the action sheet
|
28 |
| -$action-sheet-ios-background-color: $overlay-ios-background-color !default; |
| 28 | +$action-sheet-ios-background-color: $overlay-ios-background-color; |
29 | 29 |
|
30 | 30 | /// @prop - Border radius of the action sheet
|
31 |
| -$action-sheet-ios-border-radius: 13px !default; |
| 31 | +$action-sheet-ios-border-radius: 13px; |
32 | 32 |
|
33 | 33 |
|
34 | 34 | // Action Sheet Title
|
35 | 35 | // --------------------------------------------------
|
36 | 36 |
|
37 | 37 | /// @prop - Padding top of the action sheet title
|
38 |
| -$action-sheet-ios-title-padding-top: 14px !default; |
| 38 | +$action-sheet-ios-title-padding-top: 14px; |
39 | 39 |
|
40 | 40 | /// @prop - Padding end of the action sheet title
|
41 |
| -$action-sheet-ios-title-padding-end: 10px !default; |
| 41 | +$action-sheet-ios-title-padding-end: 10px; |
42 | 42 |
|
43 | 43 | /// @prop - Padding bottom of the action sheet title
|
44 |
| -$action-sheet-ios-title-padding-bottom: 13px !default; |
| 44 | +$action-sheet-ios-title-padding-bottom: 13px; |
45 | 45 |
|
46 | 46 | /// @prop - Padding start of the action sheet title
|
47 |
| -$action-sheet-ios-title-padding-start: $action-sheet-ios-title-padding-end !default; |
| 47 | +$action-sheet-ios-title-padding-start: $action-sheet-ios-title-padding-end; |
48 | 48 |
|
49 | 49 | /// @prop - Color of the action sheet title
|
50 |
| -$action-sheet-ios-title-color: $text-color-step-600 !default; |
| 50 | +$action-sheet-ios-title-color: $text-color-step-600; |
51 | 51 |
|
52 | 52 | /// @prop - Font size of the action sheet title
|
53 |
| -$action-sheet-ios-title-font-size: dynamic-font-min(1, 13px) !default; |
| 53 | +$action-sheet-ios-title-font-size: dynamic-font-min(1, 13px); |
54 | 54 |
|
55 | 55 | /// @prop - Font weight of the action sheet title
|
56 |
| -$action-sheet-ios-title-font-weight: 400 !default; |
| 56 | +$action-sheet-ios-title-font-weight: 400; |
57 | 57 |
|
58 | 58 | /// @prop - Font weight of the action sheet title when it has a sub title
|
59 |
| -$action-sheet-ios-title-with-sub-title-font-weight: 600 !default; |
| 59 | +$action-sheet-ios-title-with-sub-title-font-weight: 600; |
60 | 60 |
|
61 | 61 | // Action Sheet Subtitle
|
62 | 62 | // --------------------------------------------------
|
63 | 63 |
|
64 | 64 | /// @prop - Font size of the action sheet sub title
|
65 |
| -$action-sheet-ios-sub-title-font-size: dynamic-font-min(1, 13px) !default; |
| 65 | +$action-sheet-ios-sub-title-font-size: dynamic-font-min(1, 13px); |
66 | 66 |
|
67 | 67 | /// @prop - Padding top of the action sheet sub title
|
68 |
| -$action-sheet-ios-sub-title-padding-top: 6px !default; |
| 68 | +$action-sheet-ios-sub-title-padding-top: 6px; |
69 | 69 |
|
70 | 70 | /// @prop - Padding end of the action sheet sub title
|
71 |
| -$action-sheet-ios-sub-title-padding-end: 0 !default; |
| 71 | +$action-sheet-ios-sub-title-padding-end: 0; |
72 | 72 |
|
73 | 73 | /// @prop - Padding bottom of the action sheet sub title
|
74 |
| -$action-sheet-ios-sub-title-padding-bottom: 0 !default; |
| 74 | +$action-sheet-ios-sub-title-padding-bottom: 0; |
75 | 75 |
|
76 | 76 | /// @prop - Padding start of the action sheet sub title
|
77 |
| -$action-sheet-ios-sub-title-padding-start: $action-sheet-ios-sub-title-padding-end !default; |
| 77 | +$action-sheet-ios-sub-title-padding-start: $action-sheet-ios-sub-title-padding-end; |
78 | 78 |
|
79 | 79 |
|
80 | 80 | // Action Sheet Button
|
81 | 81 | // --------------------------------------------------
|
82 | 82 |
|
83 | 83 | /// @prop - Minimum height of the action sheet button
|
84 |
| -$action-sheet-ios-button-height: 56px !default; |
| 84 | +$action-sheet-ios-button-height: 56px; |
85 | 85 |
|
86 | 86 | /// @prop - Padding of the action sheet button
|
87 |
| -$action-sheet-ios-button-padding: 14px !default; |
| 87 | +$action-sheet-ios-button-padding: 14px; |
88 | 88 |
|
89 | 89 | /// @prop - Text color of the action sheet button
|
90 |
| -$action-sheet-ios-button-text-color: ion-color(primary, base) !default; |
| 90 | +$action-sheet-ios-button-text-color: ion-color(primary, base); |
91 | 91 |
|
92 | 92 | /// @prop - Font size of the action sheet button icon
|
93 |
| -$action-sheet-ios-button-icon-font-size: dynamic-font-min(1, 28px) !default; |
| 93 | +$action-sheet-ios-button-icon-font-size: dynamic-font-min(1, 28px); |
94 | 94 |
|
95 | 95 | /// @prop - Padding right of the action sheet button icon
|
96 |
| -$action-sheet-ios-button-icon-padding-right: .3em !default; |
| 96 | +$action-sheet-ios-button-icon-padding-right: .3em; |
97 | 97 |
|
98 | 98 | /// @prop - Font size of the action sheet button
|
99 |
| -$action-sheet-ios-button-font-size: dynamic-font-min(1, 20px) !default; |
| 99 | +$action-sheet-ios-button-font-size: dynamic-font-min(1, 20px); |
100 | 100 |
|
101 | 101 | /// @prop - Border color alpha of the action sheet button
|
102 |
| -$action-sheet-ios-button-border-color-alpha: .08 !default; |
| 102 | +$action-sheet-ios-button-border-color-alpha: .08; |
103 | 103 |
|
104 | 104 | /// @prop - Border color of the action sheet button
|
105 |
| -$action-sheet-ios-button-border-color: rgba($text-color-rgb, $action-sheet-ios-button-border-color-alpha) !default; |
| 105 | +$action-sheet-ios-button-border-color: rgba($text-color-rgb, $action-sheet-ios-button-border-color-alpha); |
106 | 106 |
|
107 | 107 | /// @prop - Background color of the action sheet button
|
108 |
| -$action-sheet-ios-button-background: linear-gradient(0deg, $action-sheet-ios-button-border-color, $action-sheet-ios-button-border-color 50%, transparent 50%) bottom / 100% 1px no-repeat transparent !default; |
| 108 | +$action-sheet-ios-button-background: linear-gradient(0deg, $action-sheet-ios-button-border-color, $action-sheet-ios-button-border-color 50%, transparent 50%) bottom / 100% 1px no-repeat transparent; |
109 | 109 |
|
110 | 110 | /// @prop - Background color of the activated action sheet button
|
111 |
| -$action-sheet-ios-button-background-activated: $text-color !default; |
| 111 | +$action-sheet-ios-button-background-activated: $text-color; |
112 | 112 |
|
113 | 113 | /// @prop - Background color of the selected action sheet button
|
114 |
| -$action-sheet-ios-button-background-selected: var(--ion-color-step-150, var(--ion-background-color-step-150, $background-color)) !default; |
| 114 | +$action-sheet-ios-button-background-selected: var(--ion-color-step-150, var(--ion-background-color-step-150, $background-color)); |
115 | 115 |
|
116 | 116 | /// @prop - Destructive text color of the action sheet button
|
117 |
| -$action-sheet-ios-button-destructive-text-color: ion-color(danger, base) !default; |
| 117 | +$action-sheet-ios-button-destructive-text-color: ion-color(danger, base); |
118 | 118 |
|
119 | 119 | /// @prop - Font weight of the action sheet cancel button
|
120 |
| -$action-sheet-ios-button-cancel-font-weight: 600 !default; |
| 120 | +$action-sheet-ios-button-cancel-font-weight: 600; |
121 | 121 |
|
122 | 122 |
|
123 | 123 | // Action Sheet Translucent
|
124 | 124 | // --------------------------------------------------
|
125 | 125 |
|
126 | 126 | /// @prop - Background color alpha of the action sheet when translucent
|
127 |
| -$action-sheet-ios-translucent-background-color-alpha: .8 !default; |
| 127 | +$action-sheet-ios-translucent-background-color-alpha: .8; |
128 | 128 |
|
129 | 129 | /// @prop - Background color of the action sheet when translucent
|
130 |
| -$action-sheet-ios-translucent-background-color: rgba($background-color-rgb, $action-sheet-ios-translucent-background-color-alpha) !default; |
| 130 | +$action-sheet-ios-translucent-background-color: rgba($background-color-rgb, $action-sheet-ios-translucent-background-color-alpha); |
131 | 131 |
|
132 | 132 | /// @prop - Border color alpha of the action sheet when translucent
|
133 |
| -$action-sheet-ios-translucent-border-color-alpha: .4 !default; |
| 133 | +$action-sheet-ios-translucent-border-color-alpha: .4; |
134 | 134 |
|
135 | 135 | /// @prop - Border color of the action sheet when translucent
|
136 |
| -$action-sheet-ios-translucent-border-color: rgba($background-color-rgb, $action-sheet-ios-translucent-border-color-alpha) !default; |
| 136 | +$action-sheet-ios-translucent-border-color: rgba($background-color-rgb, $action-sheet-ios-translucent-border-color-alpha); |
137 | 137 |
|
138 | 138 | /// @prop - Background color alpha of the activated action sheet when translucent
|
139 |
| -$action-sheet-ios-translucent-background-color-activated-alpha: .7 !default; |
| 139 | +$action-sheet-ios-translucent-background-color-activated-alpha: .7; |
140 | 140 |
|
141 | 141 | /// @prop - Background color of the activated action sheet when translucent
|
142 |
| -$action-sheet-ios-translucent-background-color-activated: rgba($background-color-rgb, $action-sheet-ios-translucent-background-color-activated-alpha) !default; |
| 142 | +$action-sheet-ios-translucent-background-color-activated: rgba($background-color-rgb, $action-sheet-ios-translucent-background-color-activated-alpha); |
143 | 143 |
|
144 | 144 | /// @prop - Filter of the translucent action-sheet group
|
145 |
| -$action-sheet-ios-group-translucent-filter: saturate(280%) blur(20px) !default; |
| 145 | +$action-sheet-ios-group-translucent-filter: saturate(280%) blur(20px); |
146 | 146 |
|
147 | 147 | /// @prop - Filter of the translucent action-sheet button
|
148 |
| -$action-sheet-ios-button-translucent-filter: saturate(120%) !default; |
| 148 | +$action-sheet-ios-button-translucent-filter: saturate(120%); |
0 commit comments