@@ -15,11 +15,8 @@ $action-sheet-wp-box-shadow-color: rgba(0, 0, 0, .2) !default;
15
15
/// @prop - Box shadow of the action sheet
16
16
$action-sheet-wp-box-shadow : 0 -1px 0 $action-sheet-wp-box-shadow-color !default ;
17
17
18
- /// @prop - Bottom margin of the action sheet button group
19
- $action-sheet-wp-group-margin-bottom : 8px !default ;
20
-
21
18
/// @prop - Padding of the action sheet title
22
- $action-sheet-wp-title-padding : 19 px 16px 17px !default ;
19
+ $action-sheet-wp-title-padding : 11 px 16px 17px !default ;
23
20
24
21
/// @prop - Font size of the action sheet title
25
22
$action-sheet-wp-title-font-size : 2rem !default ;
@@ -51,20 +48,20 @@ $action-sheet-wp-button-background: transparent !default;
51
48
/// @prop - Background color of the action sheet activated button
52
49
$action-sheet-wp-button-background-activated : $list-wp-activated-background-color !default ;
53
50
54
- /// @prop - Min width of the icon in the action sheet button
55
- $action-sheet-wp-icon-min-width : 24px !default ;
51
+ /// @prop - Font size of the icon in the action sheet button
52
+ $action-sheet-wp-icon-font-size : 2.4rem !default ;
53
+
54
+ /// @prop - Width of the icon in the action sheet button
55
+ $action-sheet-wp-icon-width : 2.3rem !default ;
56
56
57
57
/// @prop - Text align of the icon in the action sheet button
58
58
$action-sheet-wp-icon-text-align : center !default ;
59
59
60
60
/// @prop - Vertical align of the icon in the action sheet button
61
61
$action-sheet-wp-icon-vertical-align : middle !default ;
62
62
63
- /// @prop - Font size of the icon in the action sheet button
64
- $action-sheet-wp-icon-font-size : 2.4rem !default ;
65
-
66
63
/// @prop - Margin of the icon in the action sheet button
67
- $action-sheet-wp-icon-margin : 0 16 px 0 0 !default ;
64
+ $action-sheet-wp-icon-margin : 0 20 px 0 0 !default ;
68
65
69
66
70
67
.action-sheet-wp .action-sheet-wrapper {
@@ -96,20 +93,19 @@ $action-sheet-wp-icon-margin: 0 16px 0 0 !default;
96
93
97
94
.action-sheet-wp .action-sheet-icon {
98
95
margin : $action-sheet-wp-icon-margin ;
96
+ padding : 0 ;
99
97
100
- min- width : $action-sheet-wp-icon-min -width ;
98
+ width : $action-sheet-wp-icon-width ;
101
99
102
100
font-size : $action-sheet-wp-icon-font-size ;
103
101
text-align : $action-sheet-wp-icon-text-align ;
104
102
vertical-align : $action-sheet-wp-icon-vertical-align ;
105
103
}
106
104
107
- .action-sheet-wp .action-sheet-group {
108
- background : $action-sheet-wp-background ;
109
- }
105
+ .action-sheet-wp .action-sheet-container {
106
+ padding : .8rem 0 ;
110
107
111
- .action-sheet-wp .action-sheet-group :last-child .action-sheet-button {
112
- margin-bottom : $action-sheet-wp-group-margin-bottom ;
108
+ background : $action-sheet-wp-background ;
113
109
}
114
110
115
111
.action-sheet-wp .action-sheet-group .button-inner {
0 commit comments