summaryrefslogtreecommitdiffstats
path: root/core/css/public.scss
blob: 6a175de64317bbd1153364f13f7319f98f0b2382 (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;
		}

		#header-secondary-action {
			margin-right: 13px;
		}

	}
}