Sha256: 61e678f964eba38ef3d1d1c1c2ecefb2436463234fd369018e4692bbb4560805
Contents?: true
Size: 396 Bytes
Versions: 92
Compression:
Stored size: 396 Bytes
Contents
//// /// @group default-navigation-bar //// /// Background color of the volume control. $navigation-volume-control-color: #aaa !default; /// Background color of the level in the volume control. $navigation-volume-level-color: $main-color !default; .volume-control { background-color: $navigation-volume-control-color; } .volume-level { background-color: $navigation-volume-level-color; }
Version data entries
92 entries across 92 versions & 1 rubygems