From 6f900cc45d7dd7f97430812b86b5c1d1693c8ae3 Mon Sep 17 00:00:00 2001 From: Ittay Stern Date: Wed, 29 Aug 2018 17:01:32 +0300 Subject: merge from ecomp a88f0072 - Modern UI Issue-ID: VID-378 Change-Id: Ibcb23dd27f550cf32ce2fe0239f0f496ae014ff6 Signed-off-by: Ittay Stern --- vid-webpack-master/src/styles.scss | 72 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 69 insertions(+), 3 deletions(-) (limited to 'vid-webpack-master/src/styles.scss') 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); +} + -- cgit 1.2.3-korg