File size: 347 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
.import__error-message {
	.onboarding-title,
	.onboarding-subtitle {
		max-width: 100%;
		margin-bottom: 0.75rem;
	}

	.onboarding-subtitle a {
		font-weight: 500;
		text-decoration: underline;
		color: var(--studio-gray-100);
	}

	.import__buttons-group {
		margin: 1.5rem 0;

		button {
			border-radius: 4px;
			margin-bottom: 0.5rem;
		}
	}
}