2016-02-04 07:05:14 +08:00
|
|
|
@import "ui-variables";
|
2016-02-25 02:07:27 +08:00
|
|
|
|
2016-02-04 07:05:14 +08:00
|
|
|
.emoji-picker {
|
2016-02-25 02:07:27 +08:00
|
|
|
max-height: 130px !important;
|
|
|
|
margin: 10px;
|
2016-02-04 07:05:14 +08:00
|
|
|
overflow: auto;
|
2016-02-25 02:07:27 +08:00
|
|
|
.btn.btn-icon {
|
|
|
|
font-size: 14px !important;
|
2016-02-25 04:31:14 +08:00
|
|
|
padding: 0 0.5em;
|
2016-02-25 02:07:27 +08:00
|
|
|
&:first-child {
|
|
|
|
padding-left: 0.5em !important;
|
|
|
|
}
|
|
|
|
&.emoji-option, &:hover {
|
|
|
|
background-color: @btn-emphasis-bg-color;
|
|
|
|
color: #FFFFFF;
|
|
|
|
border-radius: 5px;
|
|
|
|
}
|
2016-02-04 07:05:14 +08:00
|
|
|
}
|
|
|
|
}
|
2016-03-25 01:42:44 +08:00
|
|
|
|
|
|
|
.emoji-button-popover {
|
|
|
|
width: 210px;
|
|
|
|
height: 290px;
|
|
|
|
overflow: hidden;
|
|
|
|
.emoji-tabs {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
padding: 5px 5px 5px 10px;
|
|
|
|
border-bottom: 1px solid @border-color-primary;
|
|
|
|
transition: box-shadow 0.5s;
|
|
|
|
&.shadow {
|
|
|
|
box-shadow: @standard-shadow;
|
|
|
|
}
|
|
|
|
.emoji-tab {
|
|
|
|
background-color: @gray-light;
|
|
|
|
&.active {
|
|
|
|
background-color: @component-active-color;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.emoji-finder-container {
|
|
|
|
height: 232px;
|
2016-03-31 06:52:51 +08:00
|
|
|
.scrollbar-track {
|
|
|
|
background: transparent;
|
|
|
|
border-left: none;
|
|
|
|
width: 10px;
|
|
|
|
}
|
2016-03-25 01:42:44 +08:00
|
|
|
.emoji-search-container {
|
|
|
|
padding: @padding-base-vertical * 1.5 @padding-base-horizontal 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.emoji-name {
|
|
|
|
height: 25px;
|
|
|
|
width: 192px;
|
|
|
|
margin-top: 2px;
|
|
|
|
margin-left: 10px;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
color: @text-color-very-subtle;
|
|
|
|
}
|
|
|
|
}
|