File size: 1,211 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
.import__capture-container {
	max-width: 368px;
	margin: 0 auto;
}

.import__capture {
	.form-label {
		font-size: 0.875rem;
		font-weight: 500;
		color: var(--studio-gray-60);
		margin-bottom: 0.5rem;

		span {
			font-weight: normal;
			color: var(--studio-gray-40);
		}
	}

	.form-fieldset {
		margin-bottom: 1em;
	}

	input[type="text"].form-text-input {
		font-size: 0.875rem;
		/* stylelint-disable-next-line declaration-property-unit-allowed-list */
		line-height: 2rem;
		color: var(--studio-gray-90);
		border-radius: 4px;
		border-color: var(--studio-gray-10);
	}

	input[type="text"].form-text-input::placeholder {
		color: var(--studio-gray-30);
	}

	button[type="submit"] {
		width: 100%;
	}

	.form-setting-explanation {
		font-style: normal;

		svg {
			position: relative;
			top: 4px;
		}

		.is-error {
			color: var(--color-error);

			svg {
				fill: var(--color-error);
				transform: rotate(180deg);
			}
		}
	}

	.action-buttons__importer-list {
		font-size: 0.875rem;
		font-weight: 400;
		text-align: center;
		text-decoration: none;
		color: var(--studio-gray-90);
		margin-top: 1rem;

		button {
			text-decoration: underline;
			color: inherit;
			margin: 0;
			padding: 0;
		}
	}
}