Sha256: 3ce4f4c1df5e8f574b9e9410d4ea2d9f1ce04a8234444e4146fb231491e56ed1
Contents?: true
Size: 1.21 KB
Versions: 12
Compression:
Stored size: 1.21 KB
Contents
{% assign IncludeFunc = include.func | prepend : 'func-' %} {% assign IncludeTitle = include.title | prepend : 'title-' | downcase %} {% if include.type %} {% assign IncludeType = include.type | prepend : 'type-' %} {% else %} {% assign IncludeType = "type-solid" %} {% endif %} <span class="button-wrap {{ IncludeType }} {% if include.func %}{{ IncludeFunc }}{% endif %} {% if include.title %}{{ IncludeTitle }}{% endif %} {% if include.style %}{{ include.style | prepend : 'style-' }}{% endif %} {% if include.context %}{{ include.context | prepend : 'context-' }}{% endif %}"> <button type="submit" {% 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
12 entries across 12 versions & 1 rubygems