Sha256: 47b54251fccf23ea44e960c30f91866ad46356d8471787ae79a360af3f4bd34f
Contents?: true
Size: 871 Bytes
Versions: 2
Compression:
Stored size: 871 Bytes
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; } .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; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
satis-2.1.35 | app/components/satis/page/component.css |
satis-2.1.33 | app/components/satis/page/component.css |