Sha256: 93f63cf400c6e541fd5c00ec07bdcc16dcf1a80a000caf38553315ba189e2026
Contents?: true
Size: 500 Bytes
Versions: 92
Compression:
Stored size: 500 Bytes
Contents
//// /// @group default-navigation-bar //// /// Width of the line drawn between navigation bar buttons $navigation-separator-line-width: 0 !default; /// Color of line drawn between navigation bar buttons $navigation-separator-line-color: #9c9c9c !default; .navigation_bg, .navigation_bullet .button { border-bottom: $navigation-separator-line-width solid $navigation-separator-line-color; } .navigation_bar_top, .navigation_bar_bottom { li:last-child .button { border-bottom: none; } }
Version data entries
92 entries across 92 versions & 1 rubygems