Skip to content

Commit 7677970

Browse files
rhamiltof0x11
authored andcommitted
Adjust display of empty state message and Ace editor
in deploy image and import yaml/json modals Fixes openshift#2356
1 parent 1ce53b0 commit 7677970

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

app/styles/_overlay-forms.less

+9-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,18 @@
22
.ace_editor.editor {
33
height: 265px;
44
.landing-page & {
5-
height: 200px;
5+
height: 175px;
66
}
77
}
88

99
.deploy-image .empty-state-message {
10-
margin: 60px auto 0;
10+
margin-bottom: 0;
11+
margin-top: 35px;
12+
@media(min-width: @screen-sm-min) {
13+
margin-top: 90px;
14+
.landing-page & {
15+
margin-top: 50px;
16+
}
17+
}
1118
}
1219
}

dist/styles/main.css

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)