feat: history section

This commit is contained in:
Liyas Thomas
2021-07-07 23:28:42 +00:00
committed by GitHub
parent 7c8ab6fd4a
commit 6635d449a5
24 changed files with 199 additions and 308 deletions

View File

@@ -33,6 +33,10 @@
@apply h-4;
}
.hide-scrollbar::-webkit-scrollbar {
@apply hidden;
}
::selection {
@apply bg-accent;
@apply text-primary;
@@ -214,17 +218,8 @@ input[type="checkbox"] {
}
}
.error:not(input),
.disabled:not(input),
[disabled] {
@apply bg-error;
@apply text-secondaryLight;
@apply fill-current;
@apply cursor-not-allowed;
}
.info-response {
@apply text-yellow-400;
@apply text-pink-400;
}
.success-response {
@@ -232,7 +227,7 @@ input[type="checkbox"] {
}
.redir-response {
@apply text-pink-400;
@apply text-yellow-400;
}
.cl-error-response {

View File

@@ -41,7 +41,7 @@
// Text color
--secondary-color: theme("colors.gray.600");
// Light Text color
--secondary-light-color: theme("colors.gray.500");
--secondary-light-color: theme("colors.gray.400");
// Dark Text color
--secondary-dark-color: theme("colors.gray.700");
// Border color