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

@@ -118,12 +118,12 @@ export default {
}
.clear-button {
transition: all 0.3s var(--ease-in-cubic);
transition: all 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67);
@apply bg-transparent text-n-brand border-none border-0 font-semibold text-base ml-1 py-0 pl-0 pr-2.5 hover:brightness-75 hover:translate-x-1;
}
.close-unread-button {
transition: all 0.3s var(--ease-in-cubic);
transition: all 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67);
@apply bg-n-slate-3 dark:bg-n-slate-12 text-n-slate-12 dark:text-n-slate-1 hover:brightness-95 border-none border-0 font-medium text-xxs rounded-2xl mb-3;
}
}