chore: minor fixes and improvements

This commit is contained in:
liyasthomas
2021-08-28 10:57:21 +05:30
parent efbc21826b
commit 405e6c1e4e
15 changed files with 38 additions and 51 deletions

View File

@@ -282,25 +282,6 @@ pre.ace_editor {
}
}
.search-wrapper {
@apply flex flex-1;
@apply relative;
&::after {
@apply absolute;
@apply flex;
@apply inset-y-0;
@apply items-center;
@apply justify-center;
@apply pointer-events-none;
@apply font-icon;
@apply text-secondaryLight;
@apply left-4;
content: "\e8b6";
}
}
input[type="checkbox"] {
@apply hidden;