mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-03 12:37:56 +00:00
chore: Remove older UI (#11720)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user