Build [v1.14.28]

This commit is contained in:
2026-04-25 12:43:41 +03:00
parent 5393b237de
commit 8dc8b7da9f
15 changed files with 227 additions and 213 deletions

View File

@@ -39,9 +39,23 @@
h1, h2, h3, h4, h5, h6 {
@apply tracking-tighter;
}
input, textarea, select {
@apply bg-black border border-[#222222] text-white px-3 py-2 focus:border-primary focus:outline-none transition-colors;
border-radius: 0 !important;
}
}
@layer components {
/* Button Styles */
.btn-primary {
@apply bg-primary text-black px-4 py-2 hover:bg-[#d47214] transition-colors inline-flex items-center justify-center gap-2;
}
.btn-secondary {
@apply bg-transparent border border-[#888888] text-[#888888] px-4 py-2 hover:border-white hover:text-white transition-colors inline-flex items-center justify-center gap-2;
}
/* Level 1 (Cards/Panels): #121212 with a 1px solid border of #222222 */
.level-1 {
@apply bg-[#121212] border border-[#222222];