2016-02-19 02:00:11 +08:00
|
|
|
@import "ui-variables";
|
2016-02-24 06:37:06 +08:00
|
|
|
|
2016-02-23 07:48:07 +08:00
|
|
|
@snooze-bg-color: #f8f8f8;
|
|
|
|
@snooze-color: #808080;
|
|
|
|
@snooze-quickaction-img: "../static/images/thread-list-quick-actions/ic-quickaction-snooze@2x.png";
|
2016-02-19 02:00:11 +08:00
|
|
|
|
|
|
|
.thread-list .list-item .list-column-HoverActions .action.action-snooze {
|
2016-02-24 06:37:06 +08:00
|
|
|
background: url(@snooze-quickaction-img) center no-repeat, @background-gradient;
|
2016-02-19 02:00:11 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.snooze-popover {
|
2016-02-23 07:48:07 +08:00
|
|
|
order: -104;
|
|
|
|
|
|
|
|
.btn-toolbar:only-of-type {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
.popover-pointer {
|
|
|
|
background-color: @snooze-bg-color;
|
|
|
|
}
|
|
|
|
.popover-pointer.shadow {
|
|
|
|
background-color: fade(@black, 22%);
|
|
|
|
}
|
|
|
|
.popover {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// TODO this duplication should be removed when we switch to using a single
|
|
|
|
// popover implementation
|
|
|
|
.nylas-fixed-popover-container {
|
|
|
|
.fixed-popover {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
.fixed-popover-pointer {
|
|
|
|
background-color: @snooze-bg-color;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.snooze-container {
|
|
|
|
color: @snooze-color;
|
|
|
|
background-color: @snooze-bg-color;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
.snooze-row {
|
2016-02-19 02:00:11 +08:00
|
|
|
display: flex;
|
|
|
|
|
|
|
|
.snooze-item {
|
2016-02-23 07:48:07 +08:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
padding: 15px 0;
|
2016-02-19 02:00:11 +08:00
|
|
|
cursor: default;
|
2016-02-23 07:48:07 +08:00
|
|
|
width: 105px;
|
2016-02-19 02:00:11 +08:00
|
|
|
line-height: initial;
|
|
|
|
text-align: initial;
|
|
|
|
|
|
|
|
&+.snooze-item {
|
2016-02-23 07:48:07 +08:00
|
|
|
border-left: 1px solid @border-color-divider;
|
2016-02-19 02:00:11 +08:00
|
|
|
}
|
|
|
|
}
|
2016-02-23 07:48:07 +08:00
|
|
|
&+.snooze-row {
|
|
|
|
border-top: 1px solid @border-color-divider;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.snooze-input {
|
|
|
|
border-top: 1px solid @border-color-divider;
|
|
|
|
padding: @padding-large-vertical @padding-large-horizontal;
|
|
|
|
|
|
|
|
input {
|
|
|
|
margin-bottom: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
em {
|
|
|
|
font-size: 0.9em;
|
|
|
|
opacity: 0.62;
|
|
|
|
}
|
|
|
|
|
2016-02-19 02:00:11 +08:00
|
|
|
}
|
|
|
|
}
|