55// --------------------------------------------------
66
77$action-sheet-wp-text-align : left !default ;
8-
9- $action-sheet-wp-background-color : #ffffff !default ;
8+ $action-sheet-wp-background : #ffffff !default ;
109$action-sheet-wp-box-shadow : 0px -1px 0px rgba (0 ,0 ,0 ,0.2 ) !default ;
10+ $action-sheet-wp-group-margin-bottom : 8px !default ;
1111
1212$action-sheet-wp-title-padding : 19px 16px 17px !default ;
1313$action-sheet-wp-title-font-size : 2.0rem !default ;
@@ -19,10 +19,15 @@ $action-sheet-wp-button-text-color: #4D4D4D !default;
1919$action-sheet-wp-button-font-size : 1.5rem !default ;
2020$action-sheet-wp-button-padding : 0 16px !default ;
2121$action-sheet-wp-button-text-align : $action-sheet-wp-text-align !default ;
22- $action-sheet-wp-button-background-active-color : $list-wp-activated-background-color !default ;
22+ $action-sheet-wp-button-background : transparent !default ;
23+ $action-sheet-wp-button-background-activated : $list-wp-activated-background-color !default ;
2324
25+ $action-sheet-wp-icon-min-width : 24px !default ;
26+ $action-sheet-wp-icon-text-align : center !default ;
27+ $action-sheet-wp-icon-vertical-align : middle !default ;
2428$action-sheet-wp-icon-font-size : 2.4rem !default ;
25- $action-sheet-wp-icon-margin : 0 28px 0 0 !default ;
29+ $action-sheet-wp-icon-margin : 0 16px 0 0 !default ;
30+
2631
2732.action-sheet-wrapper {
2833 box-shadow : $action-sheet-wp-box-shadow ;
@@ -36,44 +41,34 @@ $action-sheet-wp-icon-margin: 0 28px 0 0 !default;
3641}
3742
3843.action-sheet-button {
39- position : relative ;
40- overflow : hidden ;
4144 padding : $action-sheet-wp-button-padding ;
4245 min-height : $action-sheet-wp-button-height ;
4346 font-size : $action-sheet-wp-button-font-size ;
44- font-weight : normal ;
4547 color : $action-sheet-wp-button-text-color ;
46- background-color : transparent ;
48+ background : $action-sheet-wp-button-background ;
4749 text-align : $action-sheet-wp-button-text-align ;
4850
4951 & .activated {
50- background : $action-sheet-wp-button-background-active-color ;
51- border-radius : 0 ;
52- box-shadow : none ;
52+ background : $action-sheet-wp-button-background-activated ;
5353 }
5454}
5555
5656.action-sheet-icon {
57- display : inline-block ;
5857 margin : $action-sheet-wp-icon-margin ;
59- min-width : 24 px ;
60- text-align : center ;
61- vertical-align : middle ;
58+ min-width : $action-sheet-wp-icon-min-width ;
59+ text-align : $action-sheet-wp-icon-text-align ;
60+ vertical-align : $action-sheet-wp-icon-vertical-align ;
6261 font-size : $action-sheet-wp-icon-font-size ;
6362}
6463
6564.action-sheet-group {
66- overflow : hidden ;
67- margin : 0 ;
68- border-radius : 0 ;
69- background-color : $action-sheet-wp-background-color ;
65+ background : $action-sheet-wp-background ;
7066
7167 & :last-child .action-sheet-button {
72- margin-bottom : 8 px ;
68+ margin-bottom : $action-sheet-wp-group-margin-bottom ;
7369 }
7470}
7571
7672.action-sheet-cancel {
77- background-color : $action-sheet-wp-background-color ;
78- border : none ;
73+ background : $action-sheet-wp-button-background ;
7974}
0 commit comments