refactor: move top level styles to tailwind

This commit is contained in:
Shivam Mishra
2023-10-04 19:26:07 +05:30
parent 5c9ab21617
commit f0d3ae09d9
2 changed files with 7 additions and 20 deletions
@@ -2,10 +2,6 @@
transition: box-shadow 0.35s $swift-ease-out-function,
height 2s $swift-ease-out-function;
&.is-focused {
box-shadow: var(--shadow);
}
.reply-box__top {
.icon {
color: $medium-gray;
@@ -47,8 +43,6 @@
}
&.is-private {
@apply bg-yellow-100 dark:bg-yellow-800;
.reply-box__top {
@apply bg-yellow-100 dark:bg-yellow-800;