refactor(ui): remaining realtime pages

This commit is contained in:
liyasthomas
2021-07-26 12:40:02 +05:30
parent c3921bebf2
commit 5258db345e
17 changed files with 305 additions and 200 deletions

View File

@@ -171,6 +171,7 @@ hr {
@apply border border-divider;
@apply transition;
@apply focus:(outline-none border-accent);
@apply disabled:cursor-not-allowed;
}
.input[type="file"],
@@ -187,7 +188,6 @@ pre.ace_editor {
.select {
@apply appearance-none;
@apply cursor-pointer;
&::-ms-expand {
@apply hidden;
@@ -197,6 +197,7 @@ pre.ace_editor {
.select-wrapper {
@apply relative;
@apply w-full;
@apply cursor-pointer;
&::after {
@apply absolute;
@@ -211,6 +212,23 @@ pre.ace_editor {
}
}
.search-wrapper {
@apply relative;
@apply w-full;
&::after {
@apply absolute;
@apply inline-block;
@apply pointer-events-none;
@apply font-icon;
@apply text-secondaryLight;
@apply top-2;
@apply left-3;
content: "\e8b6";
}
}
input[type="checkbox"] {
@apply hidden;