forked from swishs-client-mod-plugins/holy-notes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.scss
More file actions
65 lines (59 loc) · 1.23 KB
/
Copy pathstyle.scss
File metadata and controls
65 lines (59 loc) · 1.23 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
65
.notebook {
&-search {
flex: auto;
margin-right: 15px;
margin-bottom: 6px;
background-color: var(--background-primary);
}
&-header {
margin-bottom: 10px;
padding: 16px 16px 10px 16px;
&-main {
padding-top: 15px;
padding-left: 10px;
padding-bottom: 0px;
background-color: var(--background-tertiary);
box-shadow: 0 1px 0 0 var(--background-tertiary), 0 1px 2px 0 var(--background-tertiary) !important;
}
}
&-heading {
max-width: 95px;
margin-right: 0px;
padding-bottom: 6px;
transform: scale(0.85);
}
&-tabbar {
margin: 0;
padding: 10px 20px 0;
background-color: var(--background-tertiary);
&-item {
font-size: 14px;
}
}
&-display-left {
flex: auto;
display: flex;
}
&-flex {
overflow: hidden;
.help-icon {
width: 17px;
opacity: .5;
cursor: pointer;
padding-left: 0px;
&:hover { opacity: 1; }
margin: 0px 14px 6px 0px;
color: var(--interactive-normal);
transition: opacity .2s ease-in-out;
}
}
}
.help-markdown {
margin-top: 6px;
hr {
border: 0;
height: 2px;
margin: 12px 0px 16px 0px;
background-color: var(--background-modifier-accent);
}
}