Sha256: 7c718f57430f32b9244b18c9ec053bd60b9a154020fe7511e5948fc85be84aea
Contents?: true
Size: 941 Bytes
Versions: 25
Compression:
Stored size: 941 Bytes
Contents
@layer components { [data-coco][data-component="app-navbar"] { @apply @container; .nav-content { @apply h-11 @lg:h-14 flex items-center bg-teal-700 px-app; } .nav-logo { @apply flex-none mr-8; } .nav-logo-small { @apply h-6 @lg:hidden; } .nav-logo-full { @apply hidden @lg:block h-7; } .nav-links { @apply flex items-center w-full overflow-hidden; } .nav-link-group { @apply flex items-center gap-x-6; .nav-button { > .button-inner { @apply whitespace-nowrap text-white gap-2 text-label-sm @5xl:text-label-md py-2; } [data-component="icon"] { @apply w-4 h-4; } } } .nav-secondary { @apply ml-auto; } .nav-mobile-controls { @apply flex items-center ml-auto text-white -mr-2; [data-component="app-button"] { @apply p-2; } } } }
Version data entries
25 entries across 25 versions & 1 rubygems