summaryrefslogtreecommitdiffstats
path: root/core/css/public.scss
blob: 3651e701c343a9efa7005da5cc9f569a2aac2c80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#body-public {
  .header-right {

    span:not(.popovermenu) a {
      color: $color-primary-text;
    }

    .menutoggle,
    #header-primary-action[class^='icon-'] {
      padding: 14px;
      padding-right: 40px;
      background-position: right 15px center;
      color: $color-primary-text;
      cursor: pointer;
    }

    .menutoggle {
      padding-right: 10px;
    }

  }
}