github.com/grafana/pyroscope@v1.18.0/public/app/components/SidebarTenant.module.css (about) 1 .menuDivider { 2 border-top: 1px solid rgba(255, 255, 255, 0.2); 3 } 4 5 .accountDropdown { 6 border: none; 7 padding: 0; 8 width: auto; 9 text-align: left; 10 margin-right: 5px; 11 } 12 13 .dropdown { 14 border: 1px solid rgba(255, 255, 255, 0.2) !important; 15 box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4) !important; 16 17 /* needs to be bigger than the sidebar, since it will be shown on top of it */ 18 z-index: 9999 !important; 19 } 20 21 .orgID { 22 margin-right: 15px; 23 }