feat: revamp graphql sidebar ui

This commit is contained in:
liyasthomas
2021-07-08 23:42:15 +05:30
parent f1ef403c83
commit c6490818d0
21 changed files with 708 additions and 620 deletions

View File

@@ -187,6 +187,23 @@ select {
}
}
.select-wrapper {
@apply relative;
@apply w-full;
&::after {
@apply inline-block;
@apply absolute;
@apply pointer-events-none;
@apply font-icon;
@apply text-secondaryLight;
@apply top-3;
@apply right-3;
content: "\e313";
}
}
input[type="checkbox"] {
@apply hidden;