aboutsummaryrefslogtreecommitdiff
path: root/client/style.css
blob: a2772f6bf4e61db451379328952c49c0d18e0022 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#security svg {
  color: gold;
	height: 16px;
	position: relative;
	top: 2px;
	width: 16px;
}

#security .claim svg {
  color: floralWhite;
}

.notOwner svg {
  transform: rotate(20deg)
}