chore: Remove older UI (#11720)

This commit is contained in:
Sivin Varghese
2025-07-01 09:43:44 +05:30
committed by GitHub
parent 58da92a252
commit 24ea968b00
369 changed files with 974 additions and 9363 deletions

View File

@@ -210,23 +210,10 @@ export default {
</style>
<style lang="scss">
@import 'dashboard/assets/scss/mixins';
.emoji-dialog {
&::before {
$space-slab: 12px;
@media (prefers-color-scheme: dark) {
$color-bg-dark: #26292b;
@include arrow(bottom, $color-bg-dark, $space-slab);
}
@media (prefers-color-scheme: light) {
$color-bg: #ebf0f5;
@include arrow(bottom, $color-bg, $space-slab);
}
@apply -bottom-3 absolute right-5;
@apply absolute -bottom-3 h-3 w-6 bg-n-slate-3 content-[""];
clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
}
}