File size: 266 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.security-2fa-status__heading {
	font-weight: 600;
}

.security-2fa-status__off {
	text-transform: uppercase;
	color: var(--color-error);
	font-weight: 600;
}

.security-2fa-status__on {
	text-transform: uppercase;
	color: var(--color-success);
	font-weight: 600;
}