-
Notifications
You must be signed in to change notification settings - Fork 0
/
ModuleReleaseNotes.css
112 lines (112 loc) · 4.13 KB
/
ModuleReleaseNotes.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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
.release-notes {max-width:100%}
.release-notes h1 a {text-decoration:none}
.release-notes h2 a {text-decoration:none}
.release-notes h3 a {text-decoration:none}
.release-notes h1 {margin-top:1em !important; font-size:1.5em;padding-bottom:0.2em;border-bottom:1px solid #eaecef;max-width:100% !important}
.release-notes h2 {margin-top:1em;padding-bottom:0.2em}
.release-notes h2.was-h1 {padding-bottom:0.6em}
.release-notes ol {margin-bottom:1em;padding-left:2em}
.release-notes ul {margin-bottom:1em;list-style-type:disc;padding-left:2em;margin-top:5px}
.release-notes ul ul {list-style-type:circle}
.release-notes li {margin:0;display:list-item}
.release-notes strong {font-weight:700}
.release-notes em {font-style:italic}
.release-notes span.sig {font-family:monospace}
.release-notes span.breaking-change {background-color:#d28282;padding:3px;border-radius:5px}
.release-notes span.annotation {font-size:11px;font-weight:500;display:inline-block;padding:1px;width:100px;border-radius:5px;font-family:monospace;text-align:center}
.release-notes span.annotation.arrow-box {font-family:inherit;color:white;font-weight:700;font-size:13px}
.AdminThemeUikit .release-notes span.annotation {font-size:12px;font-weight:400;padding:4px;}
.release-notes div.new-changes {border-left: 2px solid #e6e6e6;margin-top:.25em;padding-bottom:5px;margin-bottom:0}
.release-notes div.breaking-change {border-left: 2px solid #d28282}
.release-notes div.new-changes h2 {padding-bottom:1px;margin:2px 0}
.release-notes div.new-changes h3 {padding-bottom:1px;margin:2px 0}
.release-notes div.old-changes h2 {padding-bottom:1px;margin:2px 0}
.release-notes div.old-changes h3 {padding-bottom:1px;margin:2px 0}
.release-notes div.old-changes {border-left: 2px solid transparent;height:0}
.release-notes div.all-changes {height:400px}
.release-notes div.long {height:500px;overflow-y:hidden}
.release-notes div.expand {overflow-y:hidden}
.release-notes-changelog h2 {margin: 1em 0 0 0;padding:0}
.release-notes-changelog h3 {margin: .3em 0 0 0;padding:0}
.release-notes p.expand-control {padding-top:10px;border-top:1px solid #e6e6e6}
.release-notes p.expand-control a {line-height:38px;}
.release-notes .cursor-pointer {cursor:pointer}
.release-notes ul.commits{padding-left:0;list-style-type:none}
.release-notes li.commit {padding-bottom:1em;display:block}
.release-notes blockquote {padding:0 1em;color:#6a737d;border-left:0.25em solid #dfe2e5}
.release-notes pre {overflow-x:auto;background-color:#fcfcfc;word-wrap:normal;padding-right:1em}
.release-notes p code, .release-notes li code {background-color:#f3f3f3;border-radius:5px;padding:2px 10px}
.arrow-box {
position: absolute;
background: #88b7d5;
border: 2px solid #c2e1f5;
margin-left:-131px;
}
.arrow-box:after, .arrow-box:before {
left: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.arrow-box:after {
border-color: rgba(136, 183, 213, 0);
border-left-color: #88b7d5;
border-width: 5px;
margin-top: -5px;
}
.arrow-box:before {
border-color: rgba(194, 225, 245, 0);
border-left-color: #c2e1f5;
border-width: 8px;
margin-top: -8px;
}
.breaking-change span.arrow-box {
background: #d28282;
border-color: #f2e262;
color:#fff;
}
.breaking-change span.arrow-box:after {
border-color: rgba(210, 130, 130, 0);
border-left-color: #d28282;
}
.breaking-change span.arrow-box:before {
border-color: rgba(242, 226, 98, 0);
border-left-color: #f2e262;
}
.arrow-box-current {
background: #8fd593 !important;
border-color: #dff5bf !important;
}
.arrow-box-current:after {
border-color: rgba(143, 213, 147, 0) !important;
border-left-color: #8fd593 !important;
}
.arrow-box-current:before {
border-color: rgba(223, 245, 191, 0) !important;
border-left-color: #dff5bf !important;
}
.has-gutter {
margin-left: 120px;
padding-left: 10px;
}
.has-git-tag {
padding:2px 6px;
background-color:#88b7d5;
border-radius:5px;
color:#fff;
}
#Inputfield_changes-wrapper .warning {
text-align:center;
padding: 3em;
border:2px dashed #d28282;
}
.right-align {
float: right;
}
.small {
font-size: small;
}