File size: 427 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
.auth-helper__popover {
	display: none;
}

.environment.is-auth:hover .auth-helper__popover {
	display: block;
	position: absolute;
	bottom: 100%;
	padding: 4px;
	background: var(--color-surface);
	box-shadow: 0 0 0 1px var(--color-border-subtle);
}

.auth-helper__label {
	display: block;
	margin-bottom: 4px;
	line-height: 16px;

	input[type="radio"] {
		appearance: auto;
		vertical-align: middle;
		margin: 0 4px 0 0;
	}
}