Sha256: 71579b9b634d21df370a8673f415fadc09d70622173dd2000d4a63c42cc7b487

Contents?: true

Size: 1.99 KB

Versions: 2

Compression:

Stored size: 1.99 KB

Contents

.white-content {
  background: $light-bg;

  .navbar.navbar-transparent .navbar-brand,
  .navbar.bg-white .navbar-brand,
  .navbar.bg-light .navbar-brand {
    color: $black-states;
  }

  .navbar.navbar-transparent .navbar-toggler-bar,
  .navbar.bg-white .navbar-toggler-bar,
  .navbar.bg-light .navbar-toggler-bar {
    background: $black-states;
  }

  .navbar.navbar-transparent .navbar-nav li a:not(.dropdown-item),
  .navbar.bg-white .navbar-nav li a:not(.dropdown-item),
  .navbar.bg-light .navbar-nav li a:not(.dropdown-item) {
    color: $black-states;

    & i {
      color: $black-states;
    }
  }

  .navbar.navbar-transparent .navbar-minimize button i,
  .navbar.bg-white .navbar-minimize button i,
  .navbar.bg-light .navbar-minimize button i {
    color: $black-states;
  }

  .navbar.navbar-transparent .search-bar.input-group i,
  .navbar.bg-white .search-bar.input-group i,
  .navbar.bg-light .search-bar.input-group i {
    color: $black-states;
  }

  .navbar.navbar-transparent .search-bar.input-group .form-control,
  .navbar.bg-white .search-bar.input-group .form-control,
  .navbar.bg-light .search-bar.input-group .form-control {
    color: $default;

    &::placeholder {
      color: $dark-gray;
    }
  }

  .sidebar {
    box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.1),
      0 4px 20px 0 rgba(0, 0, 0, 0.15);

    p {
      color: $opacity-8;
    }

    &.sidebar-dashboard-light {
      box-shadow: none !important;
      margin-left: 0px !important;
      // display: flex;
      // flex-direction: column;
      // justify-content: center;
      // height: 100%;

      ul>li {


        p,
        i {
          color: $nft-dark;
        }

        a>i.v2lrf-by-nucleo {
          color: $nft-grey;

          &.active {
            color: $nft-dark;
          }
        }

        .sidebar-normal,
        .sidebar-mini-icon {
          color: $nft-dark !important;
        }

        >a {
          color: $nft-dark !important;
        }
      }
    }
  }

  .main-panel {
    background: $nft-white;
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
viniBaxter-desk_front-35.0.0 lib/viniBaxter/sass/desk_front/v2lrf-dashboard/new_nav/_white-content.scss
viniBaxter-desk_front-33.0.0 lib/viniBaxter/sass/desk_front/v2lrf-dashboard/new_nav/_white-content.scss