aboutsummaryrefslogtreecommitdiffstats
path: root/vid-webpack-master/src/styles.scss
diff options
context:
space:
mode:
authorIttay Stern <ittay.stern@att.com>2018-08-29 17:01:32 +0300
committerIttay Stern <ittay.stern@att.com>2019-02-18 18:35:30 +0200
commit6f900cc45d7dd7f97430812b86b5c1d1693c8ae3 (patch)
tree936005c364dc5a7264d6304d4777c3d83494db22 /vid-webpack-master/src/styles.scss
parent67d99f816cc583643c35193197594cf78d8ce60a (diff)
merge from ecomp a88f0072 - Modern UI
Issue-ID: VID-378 Change-Id: Ibcb23dd27f550cf32ce2fe0239f0f496ae014ff6 Signed-off-by: Ittay Stern <ittay.stern@att.com>
Diffstat (limited to 'vid-webpack-master/src/styles.scss')
-rw-r--r--vid-webpack-master/src/styles.scss72
1 files changed, 69 insertions, 3 deletions
diff --git a/vid-webpack-master/src/styles.scss b/vid-webpack-master/src/styles.scss
index 905c79519..9b490cdd4 100644
--- a/vid-webpack-master/src/styles.scss
+++ b/vid-webpack-master/src/styles.scss
@@ -1,9 +1,9 @@
/* You can add global styles to this file, and also import other style files */
// styles in src/style directory are applied to the whole page
-@import "app/drawingBoard/drawing-board-tree/drawing-board-tree";
-@import "app/drawingBoard/available-models-tree/available-models-tree.component";
-@import "../node_modules/sdc-ui/css/style.css";
+@import "app/drawingBoard/service-planning/drawing-board-tree/drawing-board-tree";
+@import "app/drawingBoard/service-planning/available-models-tree/available-models-tree.component";
+@import "../node_modules/onap-ui-common/lib/style.css";
//body {
// [ui-view="content"] {
// height: 100%;
@@ -169,3 +169,69 @@ body {
-moz-user-select: element !important;
-ms-user-select: element !important;
user-select: element !important;}
+
+
+.sdc-modal .sdc-modal__wrapper .sdc-modal__header{
+ height: 45px !important;
+}
+
+#VIEW{
+ .notShowOnViewMode {
+ display: none !important;
+ }
+}
+
+#RETRY{
+ .notShowOnRetryMode {
+ display: none !important;
+ }
+}
+
+#CREATE{
+ .notShowOnCreateMode {
+ display: none !important;
+ }
+}
+
+tooltip-template {
+ position: absolute;
+ z-index: 9000;
+}
+
+.sdc-checkbox label {
+ display: inline !important;
+}
+
+sdc-checkbox {
+ vertical-align: middle !important;
+}
+
+
+.popover.error {
+ border-top: 4px solid #cf2a2a !important;
+ border-radius: 0;
+ padding: 0px 10px 0px 10px;
+ box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.5);
+}
+
+.popover.success {
+ border-top: 4px solid #4ca90c !important;
+ border-radius: 0;
+ padding: 0px 10px 0px 10px;
+ box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.5);
+}
+
+.popover.custom {
+ border-top: 4px solid #009fdb !important;
+ border-radius: 0;
+ padding: 0px 10px 0px 10px;
+ box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.5);
+}
+
+.popover.warning {
+ border-top: 4px solid #ffb81c !important;
+ border-radius: 0;
+ padding: 0px 10px 0px 10px;
+ box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.5);
+}
+