Friday, September 20, 2024 2:31:04 AM
> settings

Customize


Authenticate

> dashboard.scss
.sidebar {
  background-color: $gray-dark;
  overflow: auto;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.sidebar a {
  color: #FBFCFE !important;
}

ul.sidebar-items li {
  list-style: none;
  padding: 0.75em 0.75em 0.75em 0.75em;

  &.selected {
    border-left: 5px solid $exile-toast-green;
    background-color: $gray;
  }
}

ul.sidebar-items li:hover {
  border-left: 5px solid $exile-toast-blue;
  background-color: $gray;
  cursor: pointer;
}

.dashboard-panel {
  overflow: auto;
  max-height: calc(100vh - #{$navbar-nav-item-height});
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 40px;
}

@media (max-width: $breakpoint-medium) {
  .dashboard-panel {
    // Override
    overflow: hidden;
    max-height: 100%;
    padding-top: 0;
    padding-bottom: 0;

    // New
    padding-right: 15px;
    margin-left: 15px;
    margin-right: auto;
  }
}

.requested-type-table {
  margin-top: 0;

  td {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 2px;
  }
}
All opinions represented herein are my own
- © 2024 itsthedevman
- build 340fbb8