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: #222;
\r
28 background: $topnav-background-color;
\r
39 line-height: 1.3333333;
\r
46 border-bottom: 2px solid rgba(255, 255, 255, 0.5);
\r
50 .input-underline:focus {
\r
51 border-bottom: 2px solid #fff;
\r
55 -webkit-border-radius: 50px;
\r
56 border-radius: 50px;
\r
57 color: rgba(255, 255, 255, 0.8);
\r
58 background: $topnav-background-color;
\r
59 border: 2px solid rgba(255, 255, 255, 0.8);
\r
66 .rounded-btn:active,
\r
67 .rounded-btn:visited {
\r
68 color: rgba(255, 255, 255, 1);
\r
69 border: 2px solid rgba(255, 255, 255, 1);
\r
76 margin-bottom: 10px;
\r
79 color: rgba(255, 255, 255, 0.7);
\r
85 input::-webkit-input-placeholder {
\r
86 color: rgba(255, 255, 255, 0.6) !important;
\r
89 input:-moz-placeholder {
\r
91 color: rgba(255, 255, 255, 0.6) !important;
\r
94 input::-moz-placeholder {
\r
96 color: rgba(255, 255, 255, 0.6) !important;
\r
99 input:-ms-input-placeholder {
\r
100 color: rgba(255, 255, 255, 0.6) !important;
\r
107 -webkit-border-radius: 50%;
\r
108 border-radius: 50%;
\r
109 border: 2px solid #fff;
\r