summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/components/ui/menu/menu-item.component.less
blob: ceb4409144c5a01ab014f75a2508ac36281b7539 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@import "../../../../../assets/styles/variables";

.w-sdc-menu-item {
  font-size: 14px;
  line-height: 14px;
  color: @main_color_m;
  padding: 3px 6px;

  &:hover {
    cursor: pointer;
    background-color: @main_color_c;
  }
}