forked from zombieFox/nightTab
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathutilities.css
More file actions
executable file
·77 lines (63 loc) · 1.04 KB
/
Copy pathutilities.css
File metadata and controls
executable file
·77 lines (63 loc) · 1.04 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
66
67
68
69
70
71
72
73
74
75
76
77
.list-unstyled {
padding-left: 0;
margin-bottom: 0;
}
.list-unstyled li {
list-style-type: none;
}
.list-unstyled li:not(:last-child) {
margin-bottom: 0;
}
.list-inline li {
display: inline-block;
}
.small {
font-size: 0.8em;
}
.muted {
color: rgb(var(--theme-color-12));
}
.scroll-disabled {
overflow: hidden;
}
.scroll-x-disabled {
overflow-x: hidden;
}
.scroll-y-disabled {
overflow-y: hidden;
}
.is-shake {
animation: shake var(--layout-timing-slow) 1;
}
.is-pop {
animation: pop var(--layout-timing-medium) 1;
}
.is-jello {
animation: jello var(--layout-timing-slow) 1;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.color-demo {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
}
.baseline-alignment-icon-character {
width: 0;
opacity: 0;
pointer-events: none;
visibility: hidden;
padding: 0;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}