Refresh option in validation result page
[sdc.git] / openecomp-ui / resources / scss / modules / _softwareProductValidationResultsPage.scss
index 303f1f0..d8d55ab 100644 (file)
   width: 900px;
   max-width: 900px;
 }
+.vcp-validation-refresh-btn {
+  float: right;
+  border: 1px solid $dark-gray;
+  width: 98px;
+  height: 32px;
+  border-radius: 2px;
+  padding-top: 6px;
+  padding-left: 10px;
+  margin-left: 9px;
+  margin-right: 10px;
+  .__versionControllerSync {
+    height: 12px;
+  }
+  &:hover:not(.disabled) {
+    cursor: pointer;
+    background-color: $tlv-light-gray;
+}
+}