diff options
author | Michael Lando <ml636r@att.com> | 2017-02-19 10:28:42 +0200 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2017-02-19 10:51:01 +0200 |
commit | 451a3400b76511393c62a444f588a4ed15f4a549 (patch) | |
tree | e4f5873a863d1d3e55618eab48b83262f874719d /catalog-ui/app/styles/layout/header.less | |
parent | 5abfe4e1fb5fae4bbd5fbc340519f52075aff3ff (diff) |
Initial OpenECOMP SDC commit
Change-Id: I0924d5a6ae9cdc161ae17c68d3689a30d10f407b
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'catalog-ui/app/styles/layout/header.less')
-rw-r--r-- | catalog-ui/app/styles/layout/header.less | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/catalog-ui/app/styles/layout/header.less b/catalog-ui/app/styles/layout/header.less new file mode 100644 index 0000000000..f8e95e8b41 --- /dev/null +++ b/catalog-ui/app/styles/layout/header.less @@ -0,0 +1,78 @@ +.w-sdc-header { + .bg_j; + border-bottom: 1px solid @border_color_c; + height: 94px; + width: 100%; + display: flex; + align-items: center; +} + +.w-sdc-header-logo { + .bg_i; + .hand; + border-bottom: 1px solid @border_color_a; + height: 94px; + width: 240px; + padding: 28px; + .flex-fixed(240px); + z-index: 1020; +} + +.w-sdc-header-logo-icon { + display: inline-block; + margin-right: 8px; + vertical-align: -6px; +} + +a.w-sdc-header-logo-link { + .c_5; + text-decoration: none; +} + +.w-sdc-header-version{ + .c_16; + .opacity(0.6); +} + +.i-sdc-header-caption { + min-width: 175px; + text-align: left; + cursor: default; + text-overflow: ellipsis; + overflow: hidden; + flex-grow: 10; + padding-left: 27px; + white-space: nowrap; + + .i-sdc-header-caption-text { + .i_11; + text-overflow: ellipsis; + overflow: hidden; + + } + + .i-sdc-header-help { + .i_1; + .hand; + margin-left: 26px; + position: relative; + display: inline-block; + + &::before { + .bg_a; + border-radius: 50%; + color: @color_c; + content: '?'; + display: block; + height: 20px; + position: absolute; + left: -26px; + text-align: center; + width: 20px; + } + } +} + +.sdc-error-403-container-title { + .b_11; +} |