File size: 705 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
@import "@automattic/typography/styles/variables";

.help-center {
	.help-center-notice__container {
		margin: 0 0 16px;
		background-color: var(--studio-gray-0);
		border-radius: 4px;
		color: var(--studio-gray-80);
		padding: 16px 21px;
		font-size: $font-body-small;
		display: flex;
		margin-top: 16px;

		p {
			margin: 0;
			margin-left: 16px;
		}

		.info-icon {
			display: block;
			fill: var(--studio-orange-40);
			margin-top: 2px;
		}

		.components-external-link__icon {
			display: none;
		}
	}

	.help-center-notice__positive-feedback {
		font-size: $font-body-extra-small;
		color: var(--studio-gray-60);
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		margin: 0;
	}
}