File size: 491 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
.bulk-select {
	display: inline-block;
}

.bulk-select__container.form-label {
	cursor: pointer;
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 0;

	.gridicon {
		color: var(--color-primary);
		height: 16px;
		position: absolute;
		left: 0;
		top: 0;
		width: 16px;
	}

	> .count {
		margin-left: 8px;
		font-weight: 600;
	}
}

input[type="checkbox"].bulk-select__box {
	appearance: none;
	height: 16px;
	margin: 0;
	min-width: 16px;
	padding: 0;
	width: 16px;
}