aboutsummaryrefslogtreecommitdiff
path: root/templates/@theme-base/pm-styles/_pm-aside.scss
blob: b20a71450705a947ac5e7dc63d53bc84b2238240 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*
 * aside bar
 */

  .aside-link {
	border-radius: 50%;
	width: 32px;
	height: 32px;
	padding: 7px;
	background: var(--bgcolor-aside-link, $pm-global-altgrey);

	&:focus,
	&:hover,
	&:active,
	&[aria-current="true"] {
	  background: $white;
	  color: $pm-primary;

	  .aside-linkIcon {
		fill: $pm-primary;
	  }

	}
  }
  .aside-linkIcon {
	width: 17px;
	height: 17px;
	fill: var(--fillcolor-icons, $pm-global-light);
  }