summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/components/ui/menu/menu-list.component.less
blob: 1b45ea775cd42037929220322d5619fa1853426e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.w-sdc-menu-list {
  position: fixed;
  z-index: 100;

  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0px 2px 2px 0px rgba(24, 24, 25, 0.1);
  width: 91px;
  padding: 6px 0;
}