feat: basis for portal (#2352)

This commit is contained in:
Alex Inkin
2023-07-16 23:50:56 +08:00
committed by GitHub
parent bd0ddafcd0
commit 9c0c6c1bd6
27 changed files with 406 additions and 29 deletions

View File

@@ -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);
}