summaryrefslogtreecommitdiff
path: root/addons/mail/static/src/components/emojis_popover/emojis_popover.scss
blob: 3a4559ae2d0c3f74dfbc207a7b9f9ed9c2c95b46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// ------------------------------------------------------------------
// Layout
// ------------------------------------------------------------------

.o_EmojisPopover {
    display: flex;
    flex-flow: row wrap;
    max-width: 200px;
}

.o_EmojisPopover_emoji {
    font-size: 1.1em;
    margin: 3px;
}

// ------------------------------------------------------------------
// Style
// ------------------------------------------------------------------

.o_EmojisPopover_emoji {
    cursor: pointer;
}