Sha256: 0ac3ec82d33d8b13a762f913925d3f142d65594a38a715ebd04d638a4d8327ab

Contents?: true

Size: 1.21 KB

Versions: 1

Compression:

Stored size: 1.21 KB

Contents

.h-screen.flex {
  max-width: 100%;
  max-height: 100%;
  height: 100vh;
  overflow: hidden;
}

.page_bg {
    flex-direction: column;
    width: 0;
    flex-grow: 1;
    z-index: 1;
    position: relative;
    background-color: #f3f3f4;
  }

  .arrow {
    opacity: 0.5;
    display: block;
    width: 70px;
    margin-top: 20px;
    margin-left: 220px;
    transition: 0.3s ease;
    transition-delay: 0.1s;
  }

  .sidebar.close .arrow{
    margin-left: 15px;
  }

  .topbar .account-icon {
    display: none;
  }

  .topbar.close .account-icon {
    display:block;
  }

  .sidebar .fa-solid.arrow-left-to-bracket{
    display: block;
  }

  .arrow:hover {
    color: #555555;
    cursor: pointer;
  }

  .dark .arrow:hover {
    color: #c0c0c0;
  }
  
  .dark .arrow {
    color: #ffffff;
    opacity: 1;
    margin-top: 20px;
  }
  
  .dark .page_bg {
    background: rgb(17, 24, 39);
  }
  
  .page_body {
    margin-left: 260px;
    max-width: 87%;
    transition: 0.3s ease;
    transition-delay: 0.1s;
  }
  .page_bg .page_body.close {
    margin-left: 60px;
    z-index: 1;

  }

  .page_bg .page_body.close .flex-1{
    z-index: 1;
    position: relative;

  }
  
  .dark .page_body {
    background: rgb(17, 24, 39);
  }
  

  

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
satis-2.1.30 app/components/satis/page/component.css