Sha256: a3e7f43ccf60730f5127fd74365411eb036f07bf58a9a4edb4f52c1da436afdf
Contents?: true
Size: 558 Bytes
Versions: 32
Compression:
Stored size: 558 Bytes
Contents
// This file concerns the styling of the animate views for the gem-included simplified styling of those views // animate view default colors $animate_background_color: gray !default; $animate_branding_background_color: black !default; $animate_branding_font_color: white !default; .lentil-images_animate { background: $animate_background_color; } .animated-images-branding { background: $animate_branding_background_color; width: 100%; h1 { color: $animate_branding_font_color; a { color: $animate_branding_font_color; } } }
Version data entries
32 entries across 32 versions & 1 rubygems