Default new devices to Direct routing
This commit is contained in:
@@ -421,6 +421,31 @@
|
||||
flex: 0 1 auto;
|
||||
}
|
||||
|
||||
.client-device-new-badge {
|
||||
height: 14px;
|
||||
box-sizing: border-box;
|
||||
display: inline-flex;
|
||||
flex: 0 0 auto;
|
||||
align-items: center;
|
||||
padding: 0 4px;
|
||||
border: 1px solid color-mix(in oklch, var(--client-accent) 48%, transparent);
|
||||
border-radius: 999px;
|
||||
background: var(--client-accent-soft);
|
||||
color: var(--client-accent);
|
||||
font: var(--type-micro);
|
||||
letter-spacing: var(--type-micro-tracking);
|
||||
text-transform: var(--type-micro-transform);
|
||||
}
|
||||
|
||||
.client-device-new-a11y {
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
overflow: hidden;
|
||||
clip-path: inset(50%);
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.client-device-identity-details {
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
|
||||
Reference in New Issue
Block a user