Sha256: d18bc9bfc990d757af81ec041b73d3b17d80061ec02f61b194a23994d5f5857a
Contents?: true
Size: 626 Bytes
Versions: 43
Compression:
Stored size: 626 Bytes
Contents
.application-sidebar .active:hover, .application-sidebar .active { @apply bg-primary-100 text-primary-500; } .content-area { /* remove the left padding. */ .main-content-area { @apply lg:pl-0; transition: padding 0.1s ease; } &.sidebar-open { /* Add padding to the main area to allow for the sidebar to expand. */ .main-content-area { @apply lg:pl-64; transition: padding 0.1s ease; } } } .sidebar-open { .avo-sidebar { transform: translateX(0); transition: transform 0.1s ease; } } .avo-sidebar { transform: translateX(-100%); transition: transform 0.1s ease; }
Version data entries
43 entries across 43 versions & 1 rubygems