-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
33 lines (29 loc) · 701 Bytes
/
styles.css
File metadata and controls
33 lines (29 loc) · 701 Bytes
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
.secure-webdav-image.is-loading,
.secure-webdav-image.is-error,
.secure-webdav-pending,
.secure-webdav-failed {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 96px;
min-width: 160px;
border: 1px dashed var(--background-modifier-border);
border-radius: 12px;
color: var(--text-muted);
background: var(--background-secondary);
padding: 12px;
}
.secure-webdav-pending {
color: var(--text-accent);
}
.secure-webdav-failed {
color: var(--text-error);
border: 1px solid var(--text-error);
}
.secure-webdav-editor-widget {
margin: 6px 0;
}
.secure-webdav-editor-preview {
border-radius: 10px;
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.14);
}