diff options
author | Arul <arul.nambi@amdocs.com> | 2018-01-15 11:04:25 -0500 |
---|---|---|
committer | Arul <arul.nambi@amdocs.com> | 2018-01-15 11:09:58 -0500 |
commit | a38f3d6bb17a478d08016e49d6c2a667ac483d4a (patch) | |
tree | e125fd7d7b194fd3a902e34deb86bc7b8bf7b50f /resources/scss/components | |
parent | 9c0205dc5bfdac8931a4d8797240a4787d6af2dc (diff) |
Introduction of external URLs
Introduce external URLs to get AAI UI to show a specific graph
Change-Id: Ibc10dab32540f2c8347df1be535e48b88308b9ec
Signed-off-by: Arul <arul.nambi@amdocs.com>
Issue-ID: AAI-626
Diffstat (limited to 'resources/scss/components')
-rw-r--r-- | resources/scss/components/launchExternalResource/_launchExternalResource.scss | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/resources/scss/components/launchExternalResource/_launchExternalResource.scss b/resources/scss/components/launchExternalResource/_launchExternalResource.scss new file mode 100644 index 0000000..8feeb1f --- /dev/null +++ b/resources/scss/components/launchExternalResource/_launchExternalResource.scss @@ -0,0 +1,15 @@ +.launch-external-resource-button { + color: transparent; + background-color: transparent; + background-image: url($icons-folder-path + '/../launchExternalResource/ann-icon.svg'); + font-size: 20px; + padding: 2px 5px; + margin-left: 10px; + border: none; + vertical-align: text-bottom; + height: 30px; + width: 30px; + background-repeat: no-repeat; +} + +.launch-in-context {} |