UNPKG

576 Btext/lessView Raw
1@size: 20px;
2
3.emoji, .categories>li .content img.emoji {
4 height: @size;
5 width: @size;
6 display: inline-block;
7 position: relative;
8 max-height: 512px;
9 max-width: 512px;
10}
11
12.categories>li .content img.emoji {
13 margin-right: 0;
14}
15
16.emoji-link {
17 width: 33%;
18 max-width: 250px;
19 min-width: 240px;
20 cursor: pointer;
21 display: inline-table;
22 white-space: nowrap;
23}
24
25.emoji-dialog {
26 z-index: 10500;
27
28 > .modal-dialog {
29 width: auto;
30 max-width: 1048px;
31
32 .emoji-tab {
33 cursor: pointer;
34 &.active {
35 cursor: default;
36 }
37 }
38 }
39}