mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
chore: fix
This commit is contained in:
@@ -93,12 +93,6 @@ tui-notification-middle {
|
||||
}
|
||||
}
|
||||
|
||||
.placeholder {
|
||||
padding: 1rem;
|
||||
font: var(--tui-font-text-l);
|
||||
color: var(--tui-text-tertiary);
|
||||
}
|
||||
|
||||
qr-code {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
@@ -107,3 +101,21 @@ qr-code {
|
||||
tui-data-list {
|
||||
--tui-text-action: var(--tui-text-primary);
|
||||
}
|
||||
|
||||
[tuiTheme='dark'] tui-notification-middle[style] {
|
||||
&.tui-enter,
|
||||
&.tui-leave {
|
||||
--tui-scale: 0;
|
||||
animation-name: tuiScale;
|
||||
}
|
||||
|
||||
&::before {
|
||||
background: var(--tui-background-neutral-1);
|
||||
backdrop-filter: blur(1rem);
|
||||
box-shadow: inset 0 1px 1px var(--tui-background-neutral-2);
|
||||
}
|
||||
|
||||
tui-loader svg {
|
||||
stroke: white;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user