diff --git a/public/css/main.css b/public/css/main.css index bc7f9a8..56da8af 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -64,7 +64,7 @@ Feedback field height: 30px; line-height: 30px; text-align: center; - position: absolute; + position: fixed; bottom:0; right: 0; border-width: 1px; @@ -85,6 +85,22 @@ Feedback field border-bottom-style: off; } +#destroyoverlay { + text-align: center; + font-size: 1.25em; + background-color: white; + width: 500px; + height: 220px; + box-shadow: 5px 5px 14px grey; + border-radius: 25px; + padding: 40px 50px 0px 50px; + position: absolute; + top: 100px; + left: 50%; + transform: translateX(-50%); + display: none; +} + #feedbackoverlay{ width: 100%; @@ -121,4 +137,3 @@ Feedback field font-weight: bold; font-size: 105% } - diff --git a/src/components/panels/deploy/index.js b/src/components/panels/deploy/index.js index 8d261ff..32344ed 100644 --- a/src/components/panels/deploy/index.js +++ b/src/components/panels/deploy/index.js @@ -61,13 +61,24 @@ var DeployPanel = ({working, keys, kubam_ip, onChange, makeBootFunc, deployFunc, : - + } +