actionsheet.less
4.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
/*!
*/
@import "../common/actionsheet.less";
@import "base.less";
/* PopUp + ActionSheet */
.km-ios .km-actionsheet > li > a
{
text-align: center;
}
.km-ios .km-actionsheet > .km-actionsheet-cancel
{
margin: 1.5em 0 1em;
}
.km-ios .km-actionsheet-wrapper,
.km-ios .km-actionsheet-root > .k-animation-container
{
.box-sizing(border-box);
}
.km-ios .km-actionsheet > li > a
{
display: block;
}
.km-ios .km-shim.km-actionsheet-root > .k-animation-container
{
left: 0 !important;
width: 100%;
top: auto !important;
bottom: 0 !important;
}
.km-ios .km-shim li.km-actionsheet-title
{
visibility: hidden;
height: 0;
margin: .5em 0 0;
}