2016-09-21 01:26:44 +08:00
|
|
|
@import "darkside-variables";
|
|
|
|
|
2016-09-21 01:20:15 +08:00
|
|
|
.thread-list .swipe-backing.swipe-all,
|
|
|
|
.thread-list .swipe-backing.swipe-archive,
|
|
|
|
.draft-list .swipe-backing.swipe-all,
|
|
|
|
.draft-list .swipe-backing.swipe-archive {
|
|
|
|
background: @swipe-archive;
|
|
|
|
&.confirmed {
|
|
|
|
background: saturate(@swipe-archive, 10%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.thread-list .swipe-backing.swipe-snooze,
|
|
|
|
.draft-list .swipe-backing.swipe-snooze {
|
|
|
|
background: @swipe-snooze;
|
|
|
|
&.confirmed {
|
|
|
|
background: saturate(@swipe-snooze, 10%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.thread-list .swipe-backing.swipe-trash,
|
|
|
|
.draft-list .swipe-backing.swipe-trash {
|
|
|
|
background: @swipe-trash;
|
|
|
|
&.confirmed {
|
|
|
|
background: saturate(@swipe-trash, 10%);
|
|
|
|
}
|
|
|
|
}
|