UNPKG

1.1 kBCSSView Raw
1.rc-swipeout {
2 overflow: hidden;
3 position: relative;
4}
5.rc-swipeout-content {
6 position: relative;
7 background-color: #fff;
8}
9.rc-swipeout-cover {
10 position: absolute;
11 z-index: 2;
12 background: transparent;
13 height: 100%;
14 width: 100%;
15 top: 0;
16 display: none;
17}
18.rc-swipeout .rc-swipeout-content,
19.rc-swipeout .rc-swipeout-actions {
20 transition: all 250ms;
21}
22.rc-swipeout-swiping .rc-swipeout-content {
23 transition: none;
24}
25.rc-swipeout-actions {
26 position: absolute;
27 top: 0;
28 bottom: 0;
29 display: -webkit-box;
30 display: -ms-flexbox;
31 display: flex;
32 overflow: hidden;
33 white-space: nowrap;
34}
35.rc-swipeout-actions-left {
36 left: 0;
37}
38.rc-swipeout-actions-right {
39 right: 0;
40}
41.rc-swipeout-btn {
42 display: -webkit-box;
43 display: -ms-flexbox;
44 display: flex;
45 -webkit-box-align: center;
46 -ms-flex-align: center;
47 align-items: center;
48 -webkit-box-pack: center;
49 -ms-flex-pack: center;
50 justify-content: center;
51 position: relative;
52 overflow: hidden;
53}
54.rc-swipeout-btn-text {
55 padding: 0 12px;
56}
57
58/*# sourceMappingURL=rc-swipeout.css.map*/
\No newline at end of file