-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.css
38 lines (36 loc) · 943 Bytes
/
plugin.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
.draftJsEmojiPlugin__deleteImgBtn__3zodG {
left: 50%;
-webkit-transform: translate(-50%) scale(0);
transform: translate(-50%) scale(0);
position: absolute;
border: 1px solid #ddd;
background: #fff;
border-radius: 2px;
box-shadow: 0px 1px 3px 0px rgba(220,220,220,1);
z-index: 2;
box-sizing: border-box;
padding: 6px 4px 0px 4px;
cursor: pointer;
}
.draftJsEmojiPlugin__deleteImgBtn__3zodG:after, .draftJsEmojiPlugin__deleteImgBtn__3zodG:before {
top: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.draftJsEmojiPlugin__deleteImgBtn__3zodG:after {
border-color: rgba(255, 255, 255, 0);
border-top-color: #fff;
border-width: 4px;
margin-left: -4px;
}
.draftJsEmojiPlugin__deleteImgBtn__3zodG:before {
border-color: rgba(221, 221, 221, 0);
border-top-color: #ddd;
border-width: 6px;
margin-left: -6px;
}