Sha256: a3e275f08af0bf10a6f35c0b211d00323947d8e7ba80be41740fc87bf7ffdd1f
Contents?: true
Size: 1.03 KB
Versions: 13
Compression:
Stored size: 1.03 KB
Contents
{% assign IncludeFunc = include.func | prepend : 'func-' %} {% assign IncludeTitle = include.title | prepend : 'title-' | downcase %} <span class="button-wrap {% if include.func %}{{ IncludeFunc }}{% endif %} {% if include.title %}{{ IncludeTitle }}{% endif %} {% if include.type %}{{ include.type | prepend : 'type-' }}{% endif %} {% if include.style %}{{ include.style | prepend : 'style-' }}{% endif %}"> <button type="button" {% if include.slim %}class="modify-slim"{% endif %}> <span class="block button-icon-wrap"> <span class="block button-icon"> {%- if include.type == "inactive" -%} {%- include {{ SvgIcon }} type="info" -%} {%- else -%} {%- include {{ SvgIcon }} type="cta" -%} {%- endif -%} </span> <span class="block button-title"> {{ include.title | capitalize }} </span> </span> </button> <span class="button-bg {% if include.func %}{{ IncludeFunc }}{% endif %}"></span> </span>
Version data entries
13 entries across 13 versions & 1 rubygems