Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit 4ffb3e1

Browse files
Merge branch 'master-local' into master-dist
2 parents e5f769e + dd5f0b0 commit 4ffb3e1

25 files changed

+250
-6
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module.exports = [{
2+
removeSelectors: ['.page-header + .alert'],
3+
label: 'hint-block',
4+
url: 'dist/tests/hint-block.html',
5+
disabled: false
6+
}]
25 KB
Loading

dist/css/patternfly-additions.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4338,6 +4338,25 @@ fieldset[disabled] .btn-experimental-pf.active {
43384338
right: 0;
43394339
z-index: 1030;
43404340
}
4341+
.hint-block-pf {
4342+
background-color: #def3ff;
4343+
color: #004368;
4344+
padding: 10px 15px 15px;
4345+
}
4346+
.hint-block-pf .hint-block-pf-title {
4347+
font-size: 16px;
4348+
font-weight: 500;
4349+
line-height: 1.1;
4350+
margin-bottom: 10px;
4351+
}
4352+
.hint-block-pf .hint-block-pf-body {
4353+
font-size: 13px;
4354+
font-weight: 300;
4355+
line-height: 1.4;
4356+
}
4357+
.hint-block-pf > .btn {
4358+
margin-top: 30px;
4359+
}
43414360
@font-face {
43424361
font-family: "PatternFlyIcons-webfont";
43434362
src: url("../fonts/PatternFlyIcons-webfont.eot");

dist/css/patternfly-additions.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/patternfly-additions.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/patternfly-additions.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/rcue-additions.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4339,6 +4339,25 @@ fieldset[disabled] .btn-experimental-pf.active {
43394339
right: 0;
43404340
z-index: 1030;
43414341
}
4342+
.hint-block-pf {
4343+
background-color: #def3ff;
4344+
color: #004368;
4345+
padding: 10px 15px 15px;
4346+
}
4347+
.hint-block-pf .hint-block-pf-title {
4348+
font-size: 16px;
4349+
font-weight: 500;
4350+
line-height: 1.1;
4351+
margin-bottom: 10px;
4352+
}
4353+
.hint-block-pf .hint-block-pf-body {
4354+
font-size: 13px;
4355+
font-weight: 300;
4356+
line-height: 1.4;
4357+
}
4358+
.hint-block-pf > .btn {
4359+
margin-top: 30px;
4360+
}
43424361
@font-face {
43434362
font-family: "PatternFlyIcons-webfont";
43444363
src: url("../fonts/PatternFlyIcons-webfont.eot");

dist/css/rcue-additions.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/rcue-additions.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/rcue-additions.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)