File size: 328 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
.security-key-form__verification-code-form {
	.button {
		width: 100%;

		&:not(:first-child) {
			margin-top: 20px;
		}
	}
}
.security-key-form__add-wait-for-key {
	text-align: center;

	.spinner {
		margin-bottom: 1em;
	}

	p {
		margin-bottom: 0.5em;
	}
}

.security-key-form__add-wait-for-key-heading {
	font-weight: 600;
}