4
4
// Windows Action Sheet
5
5
// --------------------------------------------------
6
6
7
- $action-sheet-wp-background-color : #fafafa !default ;
7
+ $action-sheet-wp-text-align : left !default ;
8
+
9
+ $action-sheet-wp-background-color : #F2F2F2 !default ;
8
10
9
- $action-sheet-wp-title-color : #757575 !default ;
10
- $action-sheet-wp-title-font-size : 1.6rem !default ;
11
11
$action-sheet-wp-title-padding : 19px 16px 17px !default ;
12
+ $action-sheet-wp-title-font-size : 1.6rem !default ;
13
+ $action-sheet-wp-title-color : #4D4D4D !default ;
14
+ $action-sheet-wp-title-text-align : $action-sheet-wp-text-align !default ;
12
15
13
16
$action-sheet-wp-button-height : 4.8rem !default ;
14
- $action-sheet-wp-button-text-color : #222 !default ;
17
+ $action-sheet-wp-button-text-color : #4D4D4D !default ;
15
18
$action-sheet-wp-button-font-size : 1.6rem !default ;
16
19
$action-sheet-wp-button-padding : 0 16px !default ;
17
- $action-sheet-wp-button-background-active-color : #f1f1f1 !default ;
20
+ $action-sheet-wp-button-text-align : $action-sheet-wp-text-align !default ;
21
+ $action-sheet-wp-button-background-active-color : $list-wp-activated-background-color !default ;
18
22
19
23
$action-sheet-wp-icon-font-size : 2.4rem !default ;
20
24
$action-sheet-wp-icon-margin : 0 28px 0 0 !default ;
@@ -24,7 +28,7 @@ $action-sheet-wp-icon-margin: 0 28px 0 0 !default;
24
28
padding : $action-sheet-wp-title-padding ;
25
29
font-size : $action-sheet-wp-title-font-size ;
26
30
color : $action-sheet-wp-title-color ;
27
- text-align : left ;
31
+ text-align : $action-sheet-wp-title-text-align ;
28
32
}
29
33
30
34
.action-sheet-button {
@@ -36,7 +40,7 @@ $action-sheet-wp-icon-margin: 0 28px 0 0 !default;
36
40
font-weight : normal ;
37
41
color : $action-sheet-wp-button-text-color ;
38
42
background-color : transparent ;
39
- text-align : left ;
43
+ text-align : $action-sheet-wp-button-text-align ;
40
44
41
45
& .activated {
42
46
background : $action-sheet-wp-button-background-active-color ;
0 commit comments