1 /* Copyright (c) 2019 AT&T Intellectual Property. #
\r
3 # Licensed under the Apache License, Version 2.0 (the "License"); #
\r
4 # you may not use this file except in compliance with the License. #
\r
5 # You may obtain a copy of the License at #
\r
7 # http://www.apache.org/licenses/LICENSE-2.0 #
\r
9 # Unless required by applicable law or agreed to in writing, software #
\r
10 # distributed under the License is distributed on an "AS IS" BASIS, #
\r
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. #
\r
12 # See the License for the specific language governing permissions and #
\r
13 # limitations under the License. #
\r
14 ##############################################################################*/
\r
17 $topnav-background-color: #000;
\r
26 margin-left: -235px;
\r
30 background-color: $topnav-background-color;
\r
33 padding-bottom: 40px;
\r
34 -webkit-transition: all 0.2s ease-in-out;
\r
35 -moz-transition: all 0.2s ease-in-out;
\r
36 -ms-transition: all 0.2s ease-in-out;
\r
37 -o-transition: all 0.2s ease-in-out;
\r
38 transition: all 0.2s ease-in-out;
\r
39 // border-top: 1px solid rgba(255,255,255,0.3);
\r
42 background: $topnav-background-color;
\r
46 text-decoration: none;
\r
52 background: lighten($topnav-background-color, 10%);
\r
55 a.router-link-active {
\r
56 background: lighten($topnav-background-color, 10%);
\r
62 > .list-group-item:first-child {
\r
63 border-top: 1px solid rgba(255, 255, 255, 0.2);
\r
69 border-radius: none;
\r
78 text-decoration: none;
\r
80 background: $topnav-background-color;
\r
84 padding: 0.75rem 1.5rem;
\r
92 outline-offset: -2px;
\r
95 .panel-title:hover {
\r
96 background: lighten($topnav-background-color, 10%);
\r
104 background-color: $topnav-background-color;
\r
105 border: 0 solid transparent;
\r
113 .list-group-item:hover {
\r
114 background: lighten($topnav-background-color, 10%);
\r
125 list-style-type: none;
\r
134 list-style-type: none;
\r
146 @media screen and (max-width: 992px) {
\r
154 display: none !important;
\r
157 @media (min-width: 992px) {
\r
163 ::-webkit-scrollbar {
\r
167 ::-webkit-scrollbar-track {
\r
168 -webkit-box-shadow: inset 0 0 0px rgba(255, 255, 255, 1);
\r
169 border-radius: 3px;
\r
172 ::-webkit-scrollbar-thumb {
\r
173 border-radius: 3px;
\r
174 -webkit-box-shadow: inset 0 0 3px rgba(255, 255, 255, 1);
\r