ui: changes

This commit is contained in:
Andras Bacsai
2022-07-25 19:02:30 +00:00
parent cef87d9671
commit 5b813d3d0f
7 changed files with 10 additions and 10 deletions

View File

@@ -92,7 +92,7 @@ label {
}
button, .button {
@apply rounded bg-coolgray-200 p-1 px-2 py-1 text-xs font-bold outline-none transition-all duration-100 hover:bg-coolgray-500 disabled:cursor-not-allowed disabled:bg-coolblack disabled:text-stone-600;
@apply rounded bg-coolgray-200 p-2 px-3 text-sm outline-none transition-all duration-100 hover:bg-coolgray-500 disabled:cursor-not-allowed disabled:bg-coolblack disabled:text-stone-600;
}
a {
@@ -104,7 +104,7 @@ a {
}
.title {
@apply mr-4 text-base tracking-tight md:text-2xl;
@apply mr-4 text-base tracking-tight md:text-2xl font-bold;
}
.nav-main {
@apply fixed top-0 left-0 min-h-screen w-16 min-w-[4rem] overflow-auto border-r border-stone-800 bg-coolgray-200 scrollbar-w-1 scrollbar-thumb-coollabs scrollbar-track-coolgray-200 xl:overflow-visible;