X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=skyquake%2Fframework%2Fwidgets%2Fskyquake_container%2FskyquakeApp.scss;h=b2493a3bdb3804d0f826800b33e5c99d658a342b;hb=2da8b7a246ba17396c5bc218a0b7f1685fb8d304;hp=77e72cf704e8fe5dc6fd4bd24a2029093c62fa96;hpb=8e18bc5751d4d1d584396dd1d95c47835838399a;p=osm%2FUI.git diff --git a/skyquake/framework/widgets/skyquake_container/skyquakeApp.scss b/skyquake/framework/widgets/skyquake_container/skyquakeApp.scss index 77e72cf70..b2493a3bd 100644 --- a/skyquake/framework/widgets/skyquake_container/skyquakeApp.scss +++ b/skyquake/framework/widgets/skyquake_container/skyquakeApp.scss @@ -16,95 +16,7 @@ html, body { h1 { text-transform: uppercase; } - .active { - background-color: $brand-blue!important; - border-color: $brand-blue!important; - color: #fff!important - } - .skyquakeNav { - display: -ms-flexbox; - display: flex; - color:white; - background:black; - position:relative; - z-index: 10; - font-size:0.75rem; - .secondaryNav { - -ms-flex: 1 1 auto; - flex: 1 1 auto; - display: -ms-flexbox; - display: flex; - -ms-flex-pack: end; - justify-content: flex-end; - } - .app { - position:relative; - h2 { - font-size:0.75rem; - border-right: 1px solid black; - display: -ms-flexbox; - display: flex; - -ms-flex-align: center; - align-items: center; - .oi { - padding-right: 0.5rem; - } - } - .menu { - position:absolute; - display:none; - z-index:2; - width: 100%; - } - &:first-child{ - h2 { - border-left: 1px solid black; - } - } - &:hover { - a { - color:$brand-blue-light; - cursor:pointer; - } - .menu { - display:block; - background:black; - a { - color:white; - } - li:hover { - a { - color:$brand-blue-light; - } - } - } - } - &.active { - color:white; - background:black; - a { - color:white; - } - } - } - a{ - display:block; - padding:0.5rem 1rem; - text-decoration:none; - text-transform:uppercase; - color:white; - } - &:before { - content: ''; - height:1.85rem; - width:5.5rem; - /*margin:0 1rem;*/ - /*padding:0 0.125rem;*/ - /*background: url('../../style/img/svg/riftio_logo_white.svg') no-repeat center center;*/ - background: url('../../style/img/svg/osm-logo_color_rgb_white_text.svg') no-repeat center center; - background-size: contain; - } - } + .skyquakeContainerWrapper { } .titleBar {