[PORTAL-7] Rebase
[portal.git] / ecomp-portal-FE-common / client / app / views / search / search.less
1 .searchLiHeader {
2 font-weight: bold; 
3 color: #0574ac; 
4 font-size: 16px;
5 padding-bottom: 10px;
6 line-height: 1.5;
7 font-family: Omnes-ECOMP-W02,Arial;
8
9 }
10
11 .searchLiItems{
12 cursor: pointer;
13 font-weight: normal; 
14 font-size: 12px;
15 color: #444444;
16 font-family: Omnes-ECOMP-W02,Arial;
17 }
18
19 .searchUl {
20 list-style: none; 
21 border-bottom: 1px solid #bbb; 
22 padding-bottom: 20px;
23 }
24
25 #contentVertical {
26         height: 300px;
27         width: 250px;
28         overflow:auto;
29     }
30
31 #contentVertical .scroll-viewport {
32         height: 300px;
33         width: 250px;
34     }
35 #mainSearchText::-ms-clear{
36         display:none;
37 }
38 .search-input input{
39         height: 30px; 
40         width:265px;
41         border-radius: 10px;
42         border: 2px solid rgb(250, 250, 250);
43         font-size: 12px !important;
44         font-family: Omnes-ECOMP-W02,Arial;
45 }
46
47 .search-div{
48         left: -270px; 
49         position: relative;
50 }
51 .icon-search-span i{
52         line-height: 10px !important;
53 }
54
55 .search-res-dialog{
56         position: fixed;
57     background: white;
58     box-shadow: rgba(0, 0, 0, 0.247059) 0px 5px 6px 0px;
59     padding: 20px;
60     top: 90px;
61     right: 10px;
62 }
63
64 .search-popup-content{
65         line-height: normal; right: 167px; min-height: 122px; height: auto; width: auto;
66 }