summaryrefslogtreecommitdiffstats
path: root/public/src/app/rule-engine/action/action.component.scss
diff options
context:
space:
mode:
authorManor, Yanir (ym903w) <ym903w@intl.att.com>2018-09-20 14:18:38 +0300
committeryanir manor <ym903w@intl.att.com>2018-09-26 09:34:04 +0000
commit22eda038b6cb646d63bfaf617372fce2b5d98631 (patch)
tree0bb3ef9104e02c031305ecfb2ab0692a57b1ed73 /public/src/app/rule-engine/action/action.component.scss
parent40bb7dc4a104dc7b387b3586e610299b85f903a3 (diff)
update code to latest
update code to latest Change-Id: I6ed427434b0da47e0d33507a0992b09fe48f9c52 Issue-ID: DCAEGEN2-821 Signed-off-by: Manor, Yanir (ym903w) <ym903w@intl.att.com>
Diffstat (limited to 'public/src/app/rule-engine/action/action.component.scss')
-rw-r--r--public/src/app/rule-engine/action/action.component.scss25
1 files changed, 23 insertions, 2 deletions
diff --git a/public/src/app/rule-engine/action/action.component.scss b/public/src/app/rule-engine/action/action.component.scss
index fc36380..e25f0fd 100644
--- a/public/src/app/rule-engine/action/action.component.scss
+++ b/public/src/app/rule-engine/action/action.component.scss
@@ -11,6 +11,13 @@
.highlight {
color: #009fdb;
}
+ .input-text {
+ border: none;
+ flex: 1;
+ // width: 250px;
+ padding: 5px 0 5px 5px;
+ margin: 0;
+ }
.center-content {
display: flex;
width: 100%;
@@ -23,7 +30,7 @@
display: flex;
align-items: center;
justify-content: center;
- min-width: 142px;
+ min-width: 150px;
}
.center-content-item {
width: 100%;
@@ -84,7 +91,8 @@
.from {
display: flex;
flex-direction: column;
- padding: 0 10px;
+ // padding: 0 10px;
+ padding-right: 10px;
.from-container {
display: flex;
flex-direction: column;
@@ -131,3 +139,16 @@
padding: 0 5px;
width: 110px;
}
+
+.btn-wrapper {
+ position: relative;
+}
+.btn-wrapper input[type='file'] {
+ position: absolute;
+ left: 0;
+ top: 0;
+ opacity: 0;
+ width: 36px;
+ height: 36px;
+ cursor: pointer;
+}