Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
mudeer-web-backup30April26
/
src
/
app
/
Filename :
globals.css
back
Copy
@tailwind base; @tailwind components; @tailwind utilities; @font-face { font-family: 'latoblack'; src: url('public/fonts/lato/lato-black-webfont.woff2') format('woff2'), url('public/fonts/lato/lato-black-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'latoregular'; src: url('public/fonts/lato/lato-regular-webfont.woff2') format('woff2'), url('public/fonts/lato/lato-regular-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'poppins'; src: url('public/fonts/poppins-regular-webfont.woff') format('woff2'), url('public/fonts/poppins-regular-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } .rdp-root { --rdp-accent-color: indigo; /* Change the accent color to indigo. */ --rdp-accent-background-color: #8d1414; /* Change the accent background color. */ /* Add more CSS variables here. */ } :root { --present: #16a34a; --absent: #dc2626; } .present { background-color: var(--present); color: white; opacity: 0.8; border-radius: 50%; } .absent { background-color: var(--absent); color: white; opacity: 0.8; border-radius: 50%; } body { font-family: Poppins, Arial, Helvetica, sans-serif; background-color: white; } html, body { height: 100%; overflow: hidden; } @layer utilities { .text-balance { text-wrap: balance; } } @layer base { :root { --radius: 0.5rem; --sidebar-background: 0 0% 98%; --sidebar-foreground: 240 5.3% 26.1%; --sidebar-primary: 240 5.9% 10%; --sidebar-primary-foreground: 0 0% 98%; --sidebar-accent: 240 4.8% 95.9%; --sidebar-accent-foreground: 240 5.9% 10%; --sidebar-border: 220 13% 91%; --sidebar-ring: 217.2 91.2% 59.8%; } .dark { --sidebar-background: 240 5.9% 10%; --sidebar-foreground: 240 4.8% 95.9%; --sidebar-primary: 224.3 76.3% 48%; --sidebar-primary-foreground: 0 0% 100%; --sidebar-accent: 240 3.7% 15.9%; --sidebar-accent-foreground: 240 4.8% 95.9%; --sidebar-border: 240 3.7% 15.9%; --sidebar-ring: 217.2 91.2% 59.8%; } } @layer base { :root { --sidebar: oklch(0.985 0 0); --sidebar-foreground: oklch(0.145 0 0); --sidebar-primary: oklch(0.205 0 0); --sidebar-primary-foreground: oklch(0.985 0 0); --sidebar-accent: oklch(0.97 0 0); --sidebar-accent-foreground: oklch(0.205 0 0); --sidebar-border: oklch(0.922 0 0); --sidebar-ring: oklch(0.708 0 0); } .dark { --sidebar: oklch(0.205 0 0); --sidebar-foreground: oklch(0.985 0 0); --sidebar-primary: oklch(0.488 0.243 264.376); --sidebar-primary-foreground: oklch(0.985 0 0); --sidebar-accent: oklch(0.269 0 0); --sidebar-accent-foreground: oklch(0.985 0 0); --sidebar-border: oklch(1 0 0 / 10%); --sidebar-ring: oklch(0.439 0 0); } }