web: fix background for shell without flow executor
This commit is contained in:
parent
e68ec16a34
commit
de03ed0aec
|
@ -61,11 +61,6 @@ select[multiple] {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Fix pre elements within alerts */
|
|
||||||
.pf-c-alert pre {
|
|
||||||
white-space: pre-wrap;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pf-c-content h1 {
|
.pf-c-content h1 {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
|
@ -85,6 +80,12 @@ select[multiple] {
|
||||||
z-index: auto !important;
|
z-index: auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* ensure background on non-flow pages match */
|
||||||
|
.pf-c-background-image::before {
|
||||||
|
background-image: url("dist/assets/images/flow_background.jpg");
|
||||||
|
background-position: center;
|
||||||
|
}
|
||||||
|
|
||||||
/* Fix spacing between messages */
|
/* Fix spacing between messages */
|
||||||
ak-message {
|
ak-message {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Reference in New Issue