summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE-common/client/app/views/userbar/userbar.less
blob: 20248a9ce7d85a0817cfee13df2a5e59297aae1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.w-ecomp-sidebar {

  position: relative;
  left: 0;
  right: 0;
  top: 5px;
  padding-left: 0;

  }
  
  @media screen and (-webkit-min-device-pixel-ratio:0)
{ 
    .w-ecomp-sidebar {

	  position: relative;
	  left: 0;
	  right: 0;
	  top: -5px;
	  padding-left: 0;
	
	  }
}