generated from obsidianmd/obsidian-sample-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
styles.css
59 lines (52 loc) · 1.22 KB
/
styles.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
47
48
49
50
51
52
53
54
55
56
57
58
59
.amazing-marvin-container {
padding-left: 3%;
}
.modal-button-container .button,
.amazing-marvin-container .button-group .button {
display: inline-flex;
border: 1px solid;
padding: 1%;
}
.modal-button-container .icon,
.amazing-marvin-container .button-group .icon {
fill: var(--text-normal);
margin-right: 5px;
}
.amazing-marvin-container .button-group .span {
font-style: italic;
font-size: small;
margin-left: 2%;
}
.workspace-leaf-content .amazing-marvin-container {
user-select: text !important;
overflow: auto !important;
}
.amazing-marvin-title-container {
display: flex;
align-items: center;
}
.amazing-marvin-title-container .amazing-marvin-label {
user-select: none !important;
font-size: 75%;
display: flex;
align-items: center;
margin-left: 7px;
white-space: nowrap;
}
.amazing-marvin-list::before,
.amazing-marvin-list-item::before {
content: None !important;
}
.amazing-marvin-error-display {
color: red;
}
.amazing-marvin-title-icon {
margin-right: 5px;
}
.amazing-marvin-setting-header {
padding-bottom: 3%;
}
.amazing-marvin-setting-footer {
text-align: center;
border-top: 1px solid var(--background-modifier-border);
}