Sha256: 91ba9eaf5211d9ece57f1ea4688ee9587d43eadb7dd18858034cb072bf2969ea
Contents?: true
Size: 1.17 KB
Versions: 15
Compression:
Stored size: 1.17 KB
Contents
.sidebar-menu { @apply p-4 flex-none w-full md:w-fit max-w-full md:max-w-xs; &__item { a, &-disabled { @apply gap-x-2 p-2 flex items-center text-sm truncate border border-gray-5 rounded; > svg { @apply w-4 h-4 flex-none text-gray fill-current; } } a { @apply text-secondary; } &.is-active > a, & > a:hover { @apply underline [&>svg]:text-secondary bg-white border; } &.is-active > a { @apply font-semibold; } & .component-counter { @apply ml-auto inline-flex items-center justify-center w-5 h-5 text-xs font-semibold rounded-full bg-background-4 border-secondary; } ul { @apply ml-10; li { a { @apply px-2 py-1; } &.is-active a { @apply font-semibold; } &.is-active > a, & > a:hover { @apply underline [&>svg]:text-secondary bg-white; } } } } &__container { @apply flex flex-col md:flex-row items-stretch; [id*="dropdown-menu"] { @apply py-3.5; [aria-hidden="false"] { @apply block; } } } & + * { @apply grow; } }
Version data entries
15 entries across 15 versions & 1 rubygems