summaryrefslogtreecommitdiffstats
path: root/css/settings/settings-addressbook.scss
blob: bda520fad6557b16dfb6e31fa9d1e9cefd22a1ef (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
// BLOCK
.addressbook {
	display: flex;
	align-items: center;
	white-space: nowrap;
	text-overflow: ellipsis;

	&__name {
		display: block;
		flex: 0 1 auto;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	&__share,
	&__menu .icon-more {
		width: 44px;
		height: 44px;
		opacity: .5;
		&:hover,
		&:focus,
		&:active {
			opacity: .7;
		}
	}
	&__share {
		margin-left: auto;
	}
}

// MODIFIER