File size: 471 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
.list-tile {
	display: flex;
	align-items: center;
	margin-right: 20px;
}

.list-tile__leading {
	margin-right: 20px;
}

.list-tile__title {
	font-weight: 500;
	font-size: 1rem;
	letter-spacing: -0.4px;
	color: var(--studio-gray-100);
}

.list-tile__subtitle {
	font-size: 0.875rem;
	line-height: 20px;
	letter-spacing: -0.24px;
	color: var(--studio-gray-60);
	overflow: hidden;
	text-overflow: ellipsis;
	text-rendering: auto;
	max-height: 40px;
	white-space: normal;
}