File size: 975 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
51
52
53
54
55
@import "@automattic/color-studio/dist/color-variables";
@import "@automattic/typography/styles/variables";
@import "@wordpress/base-styles/breakpoints";
@import "@wordpress/base-styles/mixins";

.add-sites-modal {
	.components-modal__content {
		@include break-medium {
			min-width: 650px;
		}
	}

	.add-sites-modal__subtitle {
		color: $studio-gray-50;
		font-size: $font-body-small;
		font-style: normal;
		font-weight: 400;
		line-height: 20px;
		margin-bottom: 1em;
	}

	.reader-feed-item__site-preview-h-stack {
		max-width: 200px;
	}

	.reader-feed-item__description {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		white-space: normal;

		@include breakpoint-deprecated( "<660px" ) {
			display: none;
		}
	}

	.feed-preview {
		max-width: 586px;
	}

	.empty-content__title {
		display: none;
	}

	.empty-content__line {
		margin-bottom: 20px;
	}

	.list-end .gridicon {
		position: static;
		padding: 0;
		background: none;
	}
}