summaryrefslogtreecommitdiffstats
path: root/openecomp-ui/resources/scss/modules
diff options
context:
space:
mode:
authorsvishnev <shlomo-stanisla.vishnevetskiy@amdocs.com>2018-02-12 09:10:35 +0200
committerAvi Gaffa <avi.gaffa@amdocs.com>2018-02-13 08:14:17 +0000
commitf6784900012e11850d8e98bbf198f04bd0e411c7 (patch)
tree722fffa9ea325a1ff9b76eeb10b17fa1bc366a40 /openecomp-ui/resources/scss/modules
parent7ce8756746b298e644eca57fa586bc20e880848a (diff)
heat validation flow
Issue-ID: SDC-1024 Change-Id: I4248fef46c7f8f5132644628f320231eeafe8070 Signed-off-by: svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com>
Diffstat (limited to 'openecomp-ui/resources/scss/modules')
-rw-r--r--openecomp-ui/resources/scss/modules/_softwareProductAttachmentPage.scss33
1 files changed, 29 insertions, 4 deletions
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;
+ }
+ }
}
}