File size: 257 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.external-link {
	.gridicons-external {
		color: currentColor;
		margin-left: 3px;
		margin-right: 0;
		top: 2px;
		position: relative;
	}

	&:hover {
		cursor: pointer;
	}
}

.icon-first {
	.gridicons-external {
		margin-left: 0;
		margin-right: 3px;
	}
}