Remote generation fixed
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 157 KiB After Width: | Height: | Size: 17 KiB |
@@ -35,14 +35,14 @@ const Layout = () => {
|
||||
return (
|
||||
<div className="min-h-screen bg-[#f8fafc] flex font-inter overflow-hidden h-screen">
|
||||
{/* Side Navigation Bar */}
|
||||
<aside className="w-64 bg-[#231651] text-white flex flex-col shadow-2xl z-50">
|
||||
<aside className="w-64 bg-[#001828] text-white flex flex-col shadow-2xl z-50">
|
||||
<div className="p-8">
|
||||
<div className="flex flex-col gap-6">
|
||||
<div className="bg-white rounded-2xl p-4 flex items-center justify-center border border-white/20 shadow-xl overflow-hidden">
|
||||
<div className="flex flex-col items-center justify-center text-center gap-4">
|
||||
<div className="bg-white rounded-2xl p-4 flex items-center justify-center border border-white/20 shadow-xl overflow-hidden w-full max-w-[180px]">
|
||||
<img src={CollegeLogo} alt="Logo" className="h-12 w-auto object-contain" />
|
||||
</div>
|
||||
<div>
|
||||
<span className="text-xl font-black tracking-tighter text-white">RIT COUNTER</span>
|
||||
<span className="text-xl font-black tracking-tighter text-white">TILLO COUNTER</span>
|
||||
<p className="text-[10px] font-bold text-white/40 uppercase tracking-widest mt-1">Institutional POS</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
@import "tailwindcss";
|
||||
|
||||
@theme {
|
||||
--color-primary: #231651;
|
||||
--color-secondary: #64748b;
|
||||
--color-background: #f8fafc;
|
||||
--color-primary: #08a850;
|
||||
--color-secondary: #001828;
|
||||
--color-background: #f4fbf7;
|
||||
--font-inter: "Inter", sans-serif;
|
||||
}
|
||||
|
||||
@@ -130,7 +130,7 @@ const Login = () => {
|
||||
{/* Footer */}
|
||||
<div className="mt-auto text-center">
|
||||
<p className="text-[10px] font-black text-[#cbd5e1] uppercase tracking-[0.2em]">
|
||||
© 2026 RITCHENNAI • COUNTER SYSTEM
|
||||
© 2026 TILLO • COUNTER SYSTEM
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -149,7 +149,7 @@ const Login = () => {
|
||||
<div className="w-full h-full overflow-hidden shadow-2xl border-[12px] border-white bg-white">
|
||||
<img
|
||||
src={RitChennaiLogo}
|
||||
alt="RIT Chennai Building"
|
||||
alt="Tillo Building"
|
||||
className="w-full h-full object-cover"
|
||||
/>
|
||||
<div className="absolute inset-0 bg-gradient-to-tr from-primary/20 to-transparent"></div>
|
||||
|
||||
@@ -7,7 +7,7 @@ export default {
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
primary: "#231651",
|
||||
primary: "#001828",
|
||||
secondary: "#64748b",
|
||||
background: "#f8fafc",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user