Ignore:
Timestamp:
05/06/26 19:00:44 (2 months ago)
Author:
Andrej <asumanovski@…>
Branches:
master
Children:
42da64d
Parents:
b3d5fed
Message:

Control center page developed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • frontend/src/pages/Dashboard/components/DashboardTopbar.jsx

    rb3d5fed ra8381b1  
    1010    <>
    1111      {/* Desktop */}
    12       <div className="sticky top-0 z-30 hidden min-h-16 w-full items-center border-b border-base-300 bg-base-100 px-6 lg:flex lg:px-8">
     12      <div className="sticky top-0 z-30 hidden min-h-16 w-full items-center border-b border-white/10 bg-base-100/70 px-6 backdrop-blur-xl lg:flex lg:px-8">
    1313        <div className="mx-auto grid size-full grid-cols-1 items-center justify-end justify-items-end gap-4 lg:grid-cols-[1fr_max-content] lg:justify-between lg:justify-items-stretch">
    1414          <div className="flex items-center gap-3"></div>
     
    1818            <button
    1919              type="button"
    20               className="btn btn-ghost btn-sm"
     20              className="btn btn-ghost btn-sm hover:bg-white/10 transition"
    2121              onClick={onLogout}
    2222              aria-label="Log out"
     
    3030
    3131      {/* Mobile */}
    32       <div className="fixed left-0 right-0 top-0 z-30 flex min-h-16 w-full items-center justify-between border-b border-base-300 bg-base-100 px-6 lg:hidden">
     32      <div className="fixed left-0 right-0 top-0 z-30 flex min-h-16 w-full items-center justify-between border-b border-white/10 bg-base-100/70 px-4 backdrop-blur-xl sm:px-6 lg:hidden">
    3333        <div className="flex items-center gap-4">
    3434          <Link
     
    4444          <button
    4545            type="button"
    46             className="btn btn-ghost btn-sm"
     46            className="btn btn-ghost btn-sm hover:bg-white/10 transition"
    4747            onClick={onLogout}
    4848            aria-label="Log out"
Note: See TracChangeset for help on using the changeset viewer.