Skip to content

Instantly share code, notes, and snippets.

View codewithtechdev's full-sized avatar

Code With TechDev codewithtechdev

View GitHub Profile
/* Admin Panel Styles */
.admin-panel {
padding: 2rem 0;
background: var(--light);
min-height: 100vh;
}
.admin-tabs {
display: flex;
gap: 0;