-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
47 lines (42 loc) · 1.03 KB
/
style.css
File metadata and controls
47 lines (42 loc) · 1.03 KB
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
47
.fa-copy::before {
content: "\f0c5";
}
.fa-plus::before {
content: "\f067";
}
.fa-save::before {
content: "\f0c7";
}
.fa-undo::before {
content: "\f0e2";
}
.ctsi-container {
gap: 1rem;
padding: 0px !important;
}
.ctsi-button-container {
display: flex;
justify-content: flex-end;
background-color: color-mix(in srgb, var(--SmartThemeShadowColor) 70%, transparent);
}
.ctsi-flex-container {
gap: 1rem;
padding: 6px;
}
.ctsi-drawer-content {
position: fixed;
padding: 10px;
padding-top: 25px;
background-color: var(--SmartThemeBlurTintColor) !important;
min-width: 100px !important;
max-width: 90dvw;
width: calc(((100dvw - var(--sheldWidth)) / 2) - 1px);
right: unset;
overflow-y: auto;
flex-direction: column;
padding: 1rem;
z-index: 4000 !important;
border-radius: 6px;
padding: 12px;
max-height: calc(100dvh - calc(var(--topBarBlockSize) + var(--bottomFormBlockSize)) + var(--theme-margin));
}