-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontent.css
46 lines (42 loc) · 1.11 KB
/
content.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
39
40
41
42
43
44
45
46
.focusElement {
position: relative !important;
}
.overlayElement {
position: absolute !important;
right: 0 !important;
left: 0 !important;
top: 0 !important;
bottom: 0 !important;
pointer-events: none !important;
}
.button {
position: absolute !important;
right: 0 !important;
top: 0 !important;
cursor: pointer !important;
}
.successNotification {
position: fixed !important;
top: 16px !important;
right: 100px !important;
z-index: 9999999999999999999999999 !important;
pointer-events: none !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
color: #7da6ff !important;
font-size: 1.2rem !important;
font-weight: 700 !important;
}
.customCopyLinkButton {
border: unset !important;
margin: unset !important;
background: unset !important;
cursor: pointer !important;
padding-inline: 4px !important;
padding-top: 4px !important;
border-radius: 50% !important;
}
.customCopyLinkButton:hover {
background-color: var(--dialog-highlighted-bg-color) !important;
}