From f6784900012e11850d8e98bbf198f04bd0e411c7 Mon Sep 17 00:00:00 2001 From: svishnev Date: Mon, 12 Feb 2018 09:10:35 +0200 Subject: heat validation flow Issue-ID: SDC-1024 Change-Id: I4248fef46c7f8f5132644628f320231eeafe8070 Signed-off-by: svishnev --- .../modules/_softwareProductAttachmentPage.scss | 33 +++++++++++++++++++--- 1 file changed, 29 insertions(+), 4 deletions(-) (limited to 'openecomp-ui/resources') diff --git a/openecomp-ui/resources/scss/modules/_softwareProductAttachmentPage.scss b/openecomp-ui/resources/scss/modules/_softwareProductAttachmentPage.scss index 0ae3f00a29..ad98ec0595 100644 --- a/openecomp-ui/resources/scss/modules/_softwareProductAttachmentPage.scss +++ b/openecomp-ui/resources/scss/modules/_softwareProductAttachmentPage.scss @@ -24,13 +24,12 @@ .attachments-view-controllers { position: absolute; right: 40px; - top: 15px; + top: 10px; display: flex; - + .icon-component { - margin-right: 30px; - + margin-right: 30px; } input[type="file"] { @@ -39,6 +38,32 @@ padding: 0; margin-left: -1px; } + + .proceed-to-validation-btn { + width: 191px; + margin-right: 30px; + height: 36px; + } + .go-to-overview-btn { + width: 191px; + margin-right: 36px; + height: 36px; + } + .separator { + height: 27px; + border: 1px solid $light-gray; + margin-right: 31px; + margin-left: 0px; + margin-top: 3px; + } + .abort-btn { + fill: $blue; + color: $blue; + &:hover { + color: $light-blue; + fill: $light-blue; + } + } } } -- cgit 1.2.3-korg