Skip to content

Commit 227f283

Browse files
author
Erick Renteria
committed
Rule update for release
1 parent c50cf84 commit 227f283

File tree

181 files changed

+81316
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

181 files changed

+81316
-0
lines changed

rule-server/src/static/archives.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
"name": "Latest Deployment",
55
"path": "/archives/latest"
66
},
7+
{
8+
"id": "08November2022",
9+
"name": "08 November 2022 Deployment",
10+
"version": "3.1.41",
11+
"path": "/archives/2022.11.08"
12+
},
713
{
814
"id": "13October2022",
915
"name": "13 October 2022 Deployment",
Lines changed: 25 additions & 0 deletions
Loading
Lines changed: 15 additions & 0 deletions
Loading
Lines changed: 13 additions & 0 deletions
Loading
Lines changed: 154 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,154 @@
1+
/******************************************************************************
2+
Copyright:: 2022- IBM, Inc
3+
Licensed under the Apache License, Version 2.0 (the "License");
4+
you may not use this file except in compliance with the License.
5+
You may obtain a copy of the License at
6+
http://www.apache.org/licenses/LICENSE-2.0
7+
Unless required by applicable law or agreed to in writing, software
8+
distributed under the License is distributed on an "AS IS" BASIS,
9+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10+
See the License for the specific language governing permissions and
11+
limitations under the License.
12+
*****************************************************************************/
13+
@import url('https://unpkg.com/carbon-components/css/carbon-components.min.css');
14+
15+
bx-list-item>code, p>code, td>code {
16+
background-color: #e0e0e0;
17+
border-radius: 4px;
18+
bottom: 0.0625em;
19+
color: #161616;
20+
display: inline;
21+
font-size: .75rem;
22+
font-size: .875em;
23+
font-weight: 400;
24+
letter-spacing: .32px;
25+
line-height: 1.33333;
26+
padding: 0 0.5em;
27+
position: relative;
28+
}
29+
30+
.toolHelp .toolMain p ~ p {
31+
margin-top: .5rem;
32+
}
33+
34+
.toolHelp .toolHead h3 {
35+
font-size: 20px;
36+
line-height: 28px;
37+
font-weight: 600;
38+
}
39+
40+
.toolHelp .toolHead .issueLevel {
41+
font-weight: 600;
42+
}
43+
44+
/* body-long-02 */
45+
.toolHelp .toolHead p {
46+
font-size: 16px;
47+
line-height: 24px;
48+
font-weight: 400;
49+
}
50+
51+
/* productive-heading-03 */
52+
.toolHelp .toolMain h3 {
53+
font-size: 20px;
54+
line-height: 28px;
55+
font-weight: 400;
56+
}
57+
58+
/* body-long-02 */
59+
.toolHelp .toolMain p {
60+
font-size: 16px;
61+
line-height: 24px;
62+
font-weight: 400;
63+
}
64+
65+
.toolHelp .toolSide .bx--list__item {
66+
color: black;
67+
font-size: 0.875rem;
68+
line-height: 18px;
69+
}
70+
71+
/* productive-heading-03 */
72+
.toolHelp .toolSide h3 {
73+
font-size: 20px;
74+
line-height: 28px;
75+
font-weight: 400;
76+
}
77+
.toolHelp .toolSide p {
78+
font-size: 20px;
79+
line-height: 28px;
80+
font-weight: 400;
81+
}
82+
83+
html, body, .toolHelp .bx--row:nth-child(2) {
84+
height: 100%;
85+
}
86+
87+
body {
88+
font-family: 'IBM Plex Sans', sans-serif;
89+
}
90+
91+
.toolHelp {
92+
padding: 0px;
93+
margin: 0px;
94+
max-width: 100%;
95+
background-color: #be95ff;
96+
}
97+
98+
.toolHelp .bx--row {
99+
margin: 0px;
100+
}
101+
102+
.toolHelp .toolHead {
103+
margin-bottom: 1rem;
104+
padding-top: 1rem;
105+
}
106+
.toolHelp .toolMain {
107+
background-color: #f4f4f4;
108+
padding-top: 1rem;
109+
padding-bottom: 1rem;
110+
}
111+
.toolHelp .toolMain h2 {
112+
margin-top: 32px;
113+
margin-bottom: 0.5rem;
114+
}
115+
.toolHelp .toolMain h3 {
116+
margin-top: 1.5rem;
117+
margin-bottom: 0.5rem;
118+
}
119+
.toolHelp .toolMain p {
120+
margin-top: 0px;
121+
}
122+
123+
.toolHelp .toolSide {
124+
padding: 16px 16px 16px 32px;
125+
background-color: #e8daff;
126+
color: black;
127+
}
128+
.toolHelp .toolSide h2 {
129+
margin-top: 32px;
130+
margin-bottom: 0.5rem;
131+
}
132+
.toolHelp .toolSide h3 {
133+
margin-top: 1.5rem;
134+
margin-bottom: 0.5rem;
135+
}
136+
.toolHelp .toolSide p {
137+
margin-top: 0px;
138+
}
139+
@media (min-width: 66rem) {
140+
.toolHelp .toolMain p, bx-list-item {
141+
max-width: 66.66%;
142+
}
143+
}
144+
bx-code-snippet[type="multi"]::after {
145+
height: 0px;
146+
}
147+
148+
#ruleInfo {
149+
margin-top: 1rem;
150+
}
151+
152+
#ruleInfo p {
153+
font-size: 14px;
154+
}

0 commit comments

Comments
 (0)