aboutsummaryrefslogtreecommitdiffstats
path: root/workflow-designer-ui/src/main/frontend/resources/scss/features/_inputOutput.scss
diff options
context:
space:
mode:
authorVitaly Emporopulo <Vitaliy.Emporopulo@amdocs.com>2018-08-21 10:42:16 +0000
committerGerrit Code Review <gerrit@onap.org>2018-08-21 10:42:16 +0000
commit26103fb6434f652e98cb8943d9124a29a9f7c5d3 (patch)
tree841ae75c350b9c2e2012c5bb2cd93c25c560e7c4 /workflow-designer-ui/src/main/frontend/resources/scss/features/_inputOutput.scss
parent484e6de232bdaf891267056436e155fd66c7973d (diff)
parent4611ecf0928196aabfdb20b9dbeb89e5977ac293 (diff)
Merge "bugRelease1 after changes"
Diffstat (limited to 'workflow-designer-ui/src/main/frontend/resources/scss/features/_inputOutput.scss')
-rw-r--r--workflow-designer-ui/src/main/frontend/resources/scss/features/_inputOutput.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/workflow-designer-ui/src/main/frontend/resources/scss/features/_inputOutput.scss b/workflow-designer-ui/src/main/frontend/resources/scss/features/_inputOutput.scss
index 8625403f..bc12a150 100644
--- a/workflow-designer-ui/src/main/frontend/resources/scss/features/_inputOutput.scss
+++ b/workflow-designer-ui/src/main/frontend/resources/scss/features/_inputOutput.scss
@@ -10,7 +10,7 @@
&__title {
height: 110px;
line-height: 110px;
- @include heading-1-semibold;
+ @include heading-1-emphasis;
color: $dark-gray;
}
@@ -26,7 +26,7 @@
&__tab {
padding: 12px;
- @include body-1-semibold;
+ @include body-1-emphasis;
@include border(1px, 1px, 0, 1px);
background-color: $light-silver;
color: $gray;
@@ -50,7 +50,7 @@
overflow-y: auto;
&__thead {
background-color: $silver;
- @include body-1-semibold;
+ @include body-1-emphasis;
position: -webkit-sticky;
position: sticky;
top: 0px;