You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2022/01/23 16:28:57 UTC

[incubator-streampipes] 12/26: [hotfix] Remove bootstrap dependency

This is an automated email from the ASF dual-hosted git repository.

riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git

commit 7e5c1961777f4d49069c461062078ce6c4225ef7
Author: Dominik Riemer <do...@gmail.com>
AuthorDate: Sat Jan 22 23:58:09 2022 +0100

    [hotfix] Remove bootstrap dependency
---
 ui/package.json                              | 1 -
 ui/src/scss/main.scss                        | 1 -
 ui/src/scss/sp/buttons.scss                  | 6 +++---
 ui/src/scss/sp/pipeline-element-options.scss | 2 +-
 4 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/ui/package.json b/ui/package.json
index a66e4fd..1186398 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -48,7 +48,6 @@
     "@circlon/angular-tree-component": "11.0.4",
     "angular-ui-tree": "2.9.0",
     "angular2-uuid": "1.1.1",
-    "bootstrap": "3.3.4",
     "codemirror": "^5.55.0",
     "core-js": "3.20.1",
     "dagre": "0.8.4",
diff --git a/ui/src/scss/main.scss b/ui/src/scss/main.scss
index b4660c1..1a46b0f 100644
--- a/ui/src/scss/main.scss
+++ b/ui/src/scss/main.scss
@@ -21,7 +21,6 @@
 @import '~@circlon/angular-tree-component/css/angular-tree-component.css';
 //@import '~@angular/material/prebuilt-themes/indigo-pink.css';
 @import '~datatables.net-dt/css/jquery.dataTables.css';
-@import '~bootstrap/dist/css/bootstrap.css';
 @import '~@fortawesome/fontawesome-free/css/all.css';
 @import '~angular-ui-tree/dist/angular-ui-tree.min.css';
 @import '~jsplumb/css/jsplumbtoolkit-defaults.css';
diff --git a/ui/src/scss/sp/buttons.scss b/ui/src/scss/sp/buttons.scss
index 7215afb..2773051 100644
--- a/ui/src/scss/sp/buttons.scss
+++ b/ui/src/scss/sp/buttons.scss
@@ -31,9 +31,9 @@
   font-family: inherit;
   font-weight: bold;
   text-transform: uppercase;
-  font-size: 0.9em;
-  letter-spacing: 0.1em;
-  line-height: 1em;
+  font-size: 0.8em;
+  letter-spacing: 0.05em;
+  line-height: 0.8em;
   padding: 0.75em 1.25em;
   margin-right: 0.25em;
   margin-left: 0.25em;
diff --git a/ui/src/scss/sp/pipeline-element-options.scss b/ui/src/scss/sp/pipeline-element-options.scss
index ea2aa70..813ed34 100644
--- a/ui/src/scss/sp/pipeline-element-options.scss
+++ b/ui/src/scss/sp/pipeline-element-options.scss
@@ -85,7 +85,7 @@
   left: 0%;
   top: 50%;
   width: 100%;
-  padding: 70px 10px 10px;
+  padding: 70px 0px 10px;
   font-size: smaller;
   text-align: center;
   box-shadow: 0 0 2px #555;