Sha256: 2ee0c4c7ec3eceaeac70b2f17487b34db37e59b7512aafa8b1094009ff3f28a1
Contents?: true
Size: 662 Bytes
Versions: 4
Compression:
Stored size: 662 Bytes
Contents
/// Display social share menu $outline-navigation-bar-display-share-button: $navigation-display-share-button !default; /// Display hide text menu button $outline-navigation-bar-display-hide-text-button: $navigation-display-hide-text-button !default; .menu_items { margin: 0; padding: 0; position: absolute; top: 20px; bottom: 0; right: 0; width: 65px; .volume { height: 25%; min-height: 100px; max-height: 200px; } } @if not $outline-navigation-bar-display-share-button { .menu_item.share { display: none; } } @if not $outline-navigation-bar-display-hide-text-button { .menu_item.hide_text { display: none; } }
Version data entries
4 entries across 4 versions & 1 rubygems