File size: 784 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
.all-sites {
	box-sizing: border-box;
	display: flex;
	flex: 1 0 auto;
	justify-content: space-between;
	padding: 0;
	position: relative;

	.all-sites__title {
		display: flex;
		align-items: center;

		.all-sites__title-chevron-icon {
			margin-inline-start: 12px;
		}
	}

	.all-sites__content {
		padding: 13px 4px 13px 16px;
		cursor: pointer;
	}

	.all-sites__domain {
		display: inline-block;
		margin-right: 8px;
	}

	.all-sites__info {
		display: flex;
		align-items: center;
		line-height: 22px;
	}

	a:hover {
		background-color: var(--color-sidebar-menu-hover-background);
	}
}

.all-sites .count {
	align-items: center;
	align-self: center;
	border-radius: 0;
	display: inline-flex;
	margin-right: 8px;
	padding: 0;
	height: 32px;
	width: 32px;
	justify-content: center;
}