Sha256: 2c468dc6ea8fe2dca1f18938aeb29e3f680bc1ecb6d715a1bd122dd4956db691

Contents?: true

Size: 1.06 KB

Versions: 13

Compression:

Stored size: 1.06 KB

Contents

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

  .h-screen.flex .page_bg {
    @apply bg-gray-50 dark:bg-gray-700;
    flex-direction: column;
    width: 0;
    flex-grow: 1;
    opacity: 0.99;
    overflow: auto;
    z-index: 2;
  }
  .ui-flash-container{
    @apply dark:bg-emerald-500 dark:bg-opacity-25 dark:text-gray-300 dark:shadow-md dark:border-t-0;
    margin-top: -7px;
  }

  .h-screen.flex .page_bg .topbar .account-name {
    @apply dark:text-white;
    display: block;
    margin-top: 20px;
    opacity: 75%;
  }

  .h-screen.flex .page_bg .topbar .account-icon {
    display: block;
    visibility: visible;
  }

  
  .h-screen.flex .page_bg .page_body {
    @apply bg-gray-50 dark:bg-gray-700;

    margin-left: 260px;
    max-width: 100%;
    transition-delay: 0.1s;
    overflow-y: scroll;
    height: calc(100vh - 4rem);
    transition: backdrop-filter 0.3s ease-in-out, transform 0.3s ease-in-out;
  }
  .h-screen.flex .page_bg .page_body.close {
    margin-left: 60px;


  }

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

  

  

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
satis-2.1.48 app/components/satis/page/component.css
satis-2.1.47 app/components/satis/page/component.css
satis-2.1.46 app/components/satis/page/component.css
satis-2.1.45 app/components/satis/page/component.css
satis-2.1.44 app/components/satis/page/component.css
satis-2.1.43 app/components/satis/page/component.css
satis-2.1.42 app/components/satis/page/component.css
satis-2.1.41 app/components/satis/page/component.css
satis-2.1.40 app/components/satis/page/component.css
satis-2.1.39 app/components/satis/page/component.css
satis-2.1.38 app/components/satis/page/component.css
satis-2.1.37 app/components/satis/page/component.css
satis-2.1.36 app/components/satis/page/component.css