[PORTAL-7] Rebase
[portal.git] / ecomp-portal-FE-common / client / app / views / userbar / userbar.less
1 .w-ecomp-sidebar {
2
3   position: relative;
4   left: 0;
5   right: 0;
6   top: 5px;
7   padding-left: 0;
8
9   }
10   
11   @media screen and (-webkit-min-device-pixel-ratio:0)
12
13     .w-ecomp-sidebar {
14
15           position: relative;
16           left: 0;
17           right: 0;
18           top: -5px;
19           padding-left: 0;
20         
21           }
22 }