nexus site path corrected
[portal.git] / ecomp-portal-FE / client / app / views / search / search.less
1 /*-
2  * ================================================================================
3  * eCOMP Portal
4  * ================================================================================
5  * Copyright (C) 2017 AT&T Intellectual Property
6  * ================================================================================
7  * Licensed under the Apache License, Version 2.0 (the "License");
8  * you may not use this file except in compliance with the License.
9  * You may obtain a copy of the License at
10  * 
11  *      http://www.apache.org/licenses/LICENSE-2.0
12  * 
13  * Unless required by applicable law or agreed to in writing, software
14  * distributed under the License is distributed on an "AS IS" BASIS,
15  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16  * See the License for the specific language governing permissions and
17  * limitations under the License.
18  * ================================================================================
19  */
20  .searchLiHeader {
21 font-weight: bold; 
22 color: #0574ac; 
23 font-size: 16px;
24 padding-bottom: 10px;
25 line-height: 1.5;
26 font-family: arial;
27
28 }
29
30 .searchLiItems{
31 cursor: pointer;
32 font-weight: normal; 
33 font-size: 12px;
34 color: #444444;
35 font-family: arial;
36 }
37
38 .searchUl {
39 list-style: none; 
40 border-bottom: 1px solid #bbb; 
41 padding-bottom: 20px;
42 }
43
44 #contentVertical {
45         height: 300px;
46         width: 250px;
47     }
48
49 #contentVertical .scroll-viewport {
50         height: 300px;
51         width: 250px;
52     }
53 #mainSearchText::-ms-clear{
54         display:none;
55 }