-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCore Style.scss
More file actions
64 lines (56 loc) · 1.24 KB
/
Core Style.scss
File metadata and controls
64 lines (56 loc) · 1.24 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
body {
height: 100vh;
margin: 0;
font-family: 'Inter', sans-serif;
background: hsl(204, 16%, 94%);
button,
input,
textarea,
select {
font-family: 'Inter', sans-serif;
}
}
#cauldron-edit-button {
z-index: 100001;
user-select: none;
cursor: pointer;
border-radius: 4px;
height: 24px;
box-sizing: unset;
line-height: 24px;
font-family: 'Inter', sans-serif;
padding: 0 8px;
top: 12px !important;
right: 12px !important;
font-weight: 500;
font-size: 13px;
-webkit-backdrop-filter: saturate(180%) blur(10px);
backdrop-filter: saturate(180%) blur(10px);
background: rgba(255, 255, 255, .60) !important;
border: 1px solid #cccccc70;
&:hover {
background: rgba(255, 255, 255, .80) !important;
}
}
.crosshair {
display: none;
position: absolute;
left: 50%;
top: 50%;
background: #FF3D00;
outline: 2px solid #E4E3DF;
border: 2px solid #231F20;
width: 6px;
height: 6px;
border-radius: 50%;
transform: translate(-50%, -50%);
z-index: 1000;
}
.spatialstrates-stats {
top: 48px !important;
right: 12px !important;
left: auto !important;
canvas {
border-radius: 3px;
}
}