Sha256: e59a929a04b2586aa0160d43d0b43e3f2e0e0ac20171c57c2ac0b1d78be5b9c9
Contents?: true
Size: 1.45 KB
Versions: 5
Compression:
Stored size: 1.45 KB
Contents
/* ------------------------------------------------------------ *\ Navbar nav \* ------------------------------------------------------------ */ .navbar { padding: 0 172px 0 92px; .navbar-login { margin-left: 85px; display: flex; align-items: center; font-weight: 600; color: $white; &:hover { color: #ca83a0; } } .navbar-login i { margin-left: 10px; } .navbar-brand { margin-right: 46px; } } /* ------------------------------------------------------------ *\ Navbar nav \* ------------------------------------------------------------ */ .navbar-nav { .nav-item + .nav-item { margin-left: 15px; } .nav-link { position: relative; font-weight: 600; color: $white; padding: 19px 18px !important; &:before { content: ''; display: inline-block; width: 0; height: 3px; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); background: $white; transition: width .3s; } } .nav-link:hover { color: #ca83a0; } .nav-link.active:before { width: 100%; } .nav-link.active, .nav-link.show { color: $white; } } /* ------------------------------------------------------------ *\ Navbar nav alt \* ------------------------------------------------------------ */ .navbar-nav--alt { .dropdown-menu { position: static !important; max-width: 100%; transform: translate(0px, 0px) !important; } }
Version data entries
5 entries across 5 versions & 2 rubygems
Version | Path |
---|---|
nsit-jekyll-theme-0.1.0 | _sass/_navbar.scss |
raikar11-0.1.3 | _sass/_navbar.scss |
raikar11-0.1.2 | _sass/_navbar.scss |
raikar11-0.1.1 | _sass/_navbar.scss |
raikar11-0.1.0 | _sass/_navbar.scss |