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

Commit 677f2a0

Browse files
Merge branch 'master-local' into master-dist
2 parents 747e793 + 9126471 commit 677f2a0

37 files changed

+396
-56
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: 'loading-state',
4+
url: 'dist/tests/loading-state.html',
5+
disabled: false
6+
}]
18.4 KB
Loading

dist/css/patternfly-additions.css

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4916,6 +4916,30 @@ fieldset[disabled] .btn-experimental-pf.active {
49164916
.layout-pf-alt.layout-pf-alt-fixed-with-footer body {
49174917
padding-bottom: 37px;
49184918
}
4919+
.loading-state-pf {
4920+
display: -ms-flexbox;
4921+
display: flex;
4922+
-ms-flex-direction: column;
4923+
flex-direction: column;
4924+
-ms-flex-align: center;
4925+
align-items: center;
4926+
font-size: 12px;
4927+
height: 100%;
4928+
}
4929+
.loading-state-pf:before {
4930+
content: "";
4931+
height: 25%;
4932+
display: block;
4933+
}
4934+
.loading-state-pf.loading-state-pf-lg {
4935+
font-size: 15px;
4936+
}
4937+
.loading-state-pf.loading-state-pf-sm {
4938+
font-size: 9px;
4939+
}
4940+
.loading-state-pf.loading-state-pf-xs {
4941+
font-size: 6px;
4942+
}
49194943
a.disabled {
49204944
color: #8b8d8f;
49214945
cursor: not-allowed;

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/patternfly.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: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4917,6 +4917,30 @@ fieldset[disabled] .btn-experimental-pf.active {
49174917
.layout-pf-alt.layout-pf-alt-fixed-with-footer body {
49184918
padding-bottom: 37px;
49194919
}
4920+
.loading-state-pf {
4921+
display: -ms-flexbox;
4922+
display: flex;
4923+
-ms-flex-direction: column;
4924+
flex-direction: column;
4925+
-ms-flex-align: center;
4926+
align-items: center;
4927+
font-size: 12px;
4928+
height: 100%;
4929+
}
4930+
.loading-state-pf:before {
4931+
content: "";
4932+
height: 25%;
4933+
display: block;
4934+
}
4935+
.loading-state-pf.loading-state-pf-lg {
4936+
font-size: 15px;
4937+
}
4938+
.loading-state-pf.loading-state-pf-sm {
4939+
font-size: 9px;
4940+
}
4941+
.loading-state-pf.loading-state-pf-xs {
4942+
font-size: 6px;
4943+
}
49204944
a.disabled {
49214945
color: #8b8d8f;
49224946
cursor: not-allowed;

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.

0 commit comments

Comments
 (0)