summaryrefslogtreecommitdiffstats
path: root/css/settings/settings-addressbook-sharee.scss
blob: 9ea3bd0bc07b9d9fb87f7fdbe96be95e04bf01b0 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
.addressbook__sharee {
	padding: 0 5px;
	display: inline-flex;
	align-items: center;
	width: 100%;
	&__identifier {
		width: 100%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		display: inline-block;
		vertical-align: top;
		opacity: 0.5;
	}
	&__utils {
		padding: 0 !important;
		float: right;
		position: relative !important;
		display: inline-flex;
		align-items: center;
		flex-shrink: 0;
		height: 20px;
		.checkbox + label {
			padding: 0 !important;
		}
	}
	
	.icon {
		margin-right: 5px;
		opacity: 0.2;
		width: 16px;
		height: 16px;
		display: inline-block;
	}
	
	.icon-group {
		background-image: url(/apps/contacts/img/group.svg);
	}
	
	.icon-delete {
		display: inline-block;
		width: 24px;
		height: 20px;
		opacity: 0.4;
	}
}