Sha256: 278211220658f0e5ca820faf1648aaa46bfbc2df194c499a55126c4f44385c14
Contents?: true
Size: 541 Bytes
Versions: 7
Compression:
Stored size: 541 Bytes
Contents
// Theme specific for data env // Navbar site logo .nav-brand @include logo-color($env-primary) // Color the navbar once we start scrolling .navbar.nav-scrolled .social-media-link color: $env-primary .burger > div background-color: $env-primary // on mobile and within an env we hide the other submenus .walk-group display: none @media screen and ( min-width: 1024px ) .data-group display: flex align-items: center width: 100vw height: 15vh left: 0 flex-direction: row @import 'collection'
Version data entries
7 entries across 7 versions & 1 rubygems