Sha256: 57cde41621c1d2c8aedd0bb65bf732c278b5aafa835394ce3e51efc146b25868
Contents?: true
Size: 507 Bytes
Versions: 15
Compression:
Stored size: 507 Bytes
Contents
svg.logo { &.color { opacity: 1.0; path.text { fill: $black; opacity: 1.0; } path.front { fill: $vagrant-blue; opacity: 1.0; } path.shadow { fill: $vagrant-blue-dark; opacity: 1.0; } } // The default logo class is the colored version @extend .color; &.white { opacity: 1.0; path.text { fill: $white; } path.front, path.shadow { fill: $white; } path.front { opacity: 0.7; } } }
Version data entries
15 entries across 11 versions & 3 rubygems