diff options
author | Arundathi Patil <arundpil@in.ibm.com> | 2019-06-21 16:20:00 +0530 |
---|---|---|
committer | Arundathi Patil <arundpil@in.ibm.com> | 2019-06-21 16:20:13 +0530 |
commit | 3bc6917ecd7c3fb22c8a65d5279179fc2bb4d6aa (patch) | |
tree | 701568eb26e38dcc77bcc98da16296f3af0d53f0 /cds-ui/client/src/app/app.component.scss | |
parent | da79303b367ed5d4f12a279a401dee379f38147e (diff) |
Replace windows alert with Notification component
Removed windows.alert across files and replaced it with notification
component
Issue-ID: CCSDK-1381
Change-Id: If521c92544a1639b2fafb07163163844817c1c7a
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
Diffstat (limited to 'cds-ui/client/src/app/app.component.scss')
-rw-r--r-- | cds-ui/client/src/app/app.component.scss | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/cds-ui/client/src/app/app.component.scss b/cds-ui/client/src/app/app.component.scss index bf7a36c2e..8dc7dd0af 100644 --- a/cds-ui/client/src/app/app.component.scss +++ b/cds-ui/client/src/app/app.component.scss @@ -32,4 +32,17 @@ limitations under the License. height: 200px; overflow: auto; border: 1px solid #555; + } + + .overlay { + opacity: 0.5; + pointer-events: none; + } + + .notification-container{ + position: fixed; + top: 1em; + z-index: 1; + right: 1em; + overflow: auto; }
\ No newline at end of file |