X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FUI.git;a=blobdiff_plain;f=skyquake%2Fplugins%2Flaunchpad%2Fsrc%2Finstantiate%2FinstantiateSelectDescriptorPanel.scss;h=8a89dfbf4d986041a5e72ca415c12b3e44b021bd;hp=b49132eb86ac31746d38fdcbae350b41acec3af7;hb=refs%2Fchanges%2F79%2F5479%2F2;hpb=f2dc2462571800e62cba969964de621dca09299c diff --git a/skyquake/plugins/launchpad/src/instantiate/instantiateSelectDescriptorPanel.scss b/skyquake/plugins/launchpad/src/instantiate/instantiateSelectDescriptorPanel.scss index b49132eb8..8a89dfbf4 100644 --- a/skyquake/plugins/launchpad/src/instantiate/instantiateSelectDescriptorPanel.scss +++ b/skyquake/plugins/launchpad/src/instantiate/instantiateSelectDescriptorPanel.scss @@ -1,5 +1,5 @@ /* - * + * * Copyright 2016 RIFT.IO Inc * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -15,6 +15,8 @@ * limitations under the License. * */ +@import "style/_colors.scss"; + .InstantiateSelectDescriptorPanel { display: -ms-flexbox; display: flex; @@ -34,4 +36,19 @@ box-sizing: border-box; overflow:auto; } + &-message { + display:-ms-flexbox; + display:flex; + -ms-flex-pack: center; + justify-content: center; + -ms-flex-align: center; + align-items: center; + -ms-flex: 1; + flex: 1; + + h2 { + text-transform: uppercase; + color: $neutral-dark-2; + } + } }