refactor: minoe fixes and improvements

This commit is contained in:
liyasthomas
2021-08-14 23:46:03 +05:30
parent 29305a8e1e
commit bb6d9a88ec
20 changed files with 68 additions and 37 deletions

View File

@@ -152,6 +152,7 @@ a {
[interactive] > div {
@apply flex;
@apply flex-1;
@apply h-full;
}
.tippy-content > div {
@@ -338,23 +339,6 @@ input[type="checkbox"] {
@apply text-secondaryLight;
}
#response-details-wrapper {
@apply relative;
textarea {
@apply m-0;
@apply w-full;
}
.covers-response {
@apply absolute;
@apply inset-0;
@apply bg-white;
@apply h-full;
@apply w-full;
}
}
.toasted-container {
.toasted {
&.toasted-primary {