summaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.css
diff options
context:
space:
mode:
authorRupinder <rupinsi1@in.ibm.com>2020-06-19 17:21:17 +0530
committerRupinder <rupinsi1@in.ibm.com>2020-06-19 17:21:28 +0530
commit340386b6248ff796eb5104a2841b254fda6c1b4c (patch)
treec03ad65ad9c27cb371cff7ff336428d08b9b9438 /cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.css
parentb45a8eb6298a959c0023acbeef05ff4006434c7a (diff)
added redo-undo buttons
Modified zoom in and out button Issue-ID: CCSDK-2279 Change-Id: Ic4a55cba53e681cf21e3e7b3239adf01c3fad69c Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
Diffstat (limited to 'cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.css')
-rw-r--r--cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.css18
1 files changed, 8 insertions, 10 deletions
diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.css b/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.css
index 876ba0965..22eeeeb32 100644
--- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.css
+++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.css
@@ -832,16 +832,8 @@ ul.editor{
.editor li{
list-style: none;
}
-.roundBtn .btn{
- width: 15px;
- height: 15px;
- padding: 0px;
- border-radius: 15px;
- font-size: 10px;
- text-align: center;
- background-color:rgb(215, 234, 250);
- color: white;
- margin: 5px;
+.editor .btn {
+ box-shadow: none;
}
.ace_editor{
top: 5.4vh;
@@ -850,3 +842,9 @@ ul.editor{
.dsl-editor {
height: 500px;
}
+.vertical_line{
+ border-left: 1px solid rgba(66, 169, 192, 0.1);
+ height: 45px;
+ margin-left: 12px;
+ margin-right: 12px;
+}