generated from obsidianmd/obsidian-sample-plugin
-
Notifications
You must be signed in to change notification settings - Fork 2
/
styles.css
92 lines (79 loc) · 1.59 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
.msgraph_div {
border-top: 1px solid var(--background-modifier-border);
}
.msgraph_div > .setting-item {
border-top: none !important;
align-self: center;
}
.msgraph_div > .setting-item > .setting-item-control {
justify-content: space-around;
padding: 0;
width: 100%;
}
.msgraph_div
> .setting-item
> .setting-item-control
> .setting-editor-extra-setting-button {
align-self: center;
}
.msgraph_title {
margin: 0;
padding: 0;
margin-top: 5px;
text-align: center;
}
.msgraph_display_name {
align-self: center;
margin-left: 5px;
margin-right: 5px;
width: 20%;
}
.msgraph_client_id {
align-self: center;
margin-left: 5px;
margin-right: 5px;
width: 20%;
}
.msgraph_client_secret {
align-self: center;
margin-left: 5px;
margin-right: 5px;
width: 20%;
}
.msgraph_authority {
align-self: center;
margin-left: 5px;
margin-right: 5px;
width: 20%;
}
.msgraph_baseuri {
align-self: center;
margin-left: 5px;
margin-right: 5px;
width: 20%;
}
.msgraph_template {
align-self: center;
margin-left: 5px;
margin-right: 5px;
width: 50em;
height: 7em;
}
.msgraph_input {
align-self: center;
margin-left: 5px;
margin-right: 5px;
width: 20%;
}
.msgraph_provider_type {
align-self: center;
margin-left: 5px;
margin-right: 5px;
width: 15% !important;
}
.msgraph_number {
align-self: center;
margin-left: 5px;
margin-right: 5px;
width: 10%;
}