mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
feat: basis for portal (#2352)
This commit is contained in:
@@ -27,6 +27,18 @@
|
||||
}
|
||||
}
|
||||
|
||||
[tuiWrapper][data-appearance='success'] {
|
||||
color: var(--tui-success-fill);
|
||||
}
|
||||
|
||||
[tuiWrapper][data-appearance='warning'] {
|
||||
color: var(--tui-warning-fill);
|
||||
}
|
||||
|
||||
[tuiWrapper][data-appearance='error'] {
|
||||
color: var(--tui-error-fill);
|
||||
}
|
||||
|
||||
tui-dialog {
|
||||
transform: translate3d(0, 0, 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user