diff options
author | Sunder Tattavarada <statta@research.att.com> | 2020-04-29 19:34:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-29 19:34:33 +0000 |
commit | 1f0123bcf6e31049ea96bfbf853ce05aeeb23170 (patch) | |
tree | d6d2169f7183f0b1a989224f59176bc88a4f233c /portal-FE-os/src/app/app.component.scss | |
parent | 3bd3ecd644964416972ecc3e6e6eb7e5e1fb132d (diff) | |
parent | 4b6148660fd85582d44245079b2e6c3c84200b59 (diff) |
Merge "Fixed IE issue and integrated Banner"
Diffstat (limited to 'portal-FE-os/src/app/app.component.scss')
-rw-r--r-- | portal-FE-os/src/app/app.component.scss | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/portal-FE-os/src/app/app.component.scss b/portal-FE-os/src/app/app.component.scss index 7a773398..e739496d 100644 --- a/portal-FE-os/src/app/app.component.scss +++ b/portal-FE-os/src/app/app.component.scss @@ -34,4 +34,14 @@ * ============LICENSE_END============================================ * * - */
\ No newline at end of file + */ + + .diaplay-banner{ + margin-top: 14px; + background-color: yellow; + font-weight: bold; + position: fixed; + z-index: 9999; + margin-left: 34em; + height: 24px; +}
\ No newline at end of file |