Asset-Borrowing-Website / public / css / Staff / staff_sidebar.css
staff_sidebar.css
Raw
.sidebar {
    width: 250px;
    background-color: #333;
    color: white;
    height: 100%;
    position: fixed;
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 24px;
    padding-top: 20px;
}

.navbar ul li a i {
    margin-right: 10px;
}

.td-rowls{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}