Sha256: 036cd23b0c6cf68e073cff4afbed6ef4dbe2fda630d28dfa273eae35b225a82c
Contents?: true
Size: 1.29 KB
Versions: 6
Compression:
Stored size: 1.29 KB
Contents
{%- if include.context == "legend" -%} <p class="block form-row button-row"> <span class="block button-row legend-row"> <span class="button-wrap legend-wrap"> <button type="button">{{ item.button }}</button> </span> </span> </p> {%- elsif include.context == "example" -%} {% assign IncludeFunc = include.func | append : '-button' %} {% assign IncludeContent = include.content | prepend : 'title-' | downcase %} <div class="button-wrap {{ IncludeFunc }} {{ IncludeContent }} {{ include.version | prepend : 'modify-' }}"> <button type="button" {% if include.slim %}class="modify-slim"{% endif %}> <div class="block button-icon-wrap"> <div class="block button-icon"> {%- if include.func == "inactive" -%} {%- include {{ SvgIcon }} type="info" -%} {%- else -%} {%- include {{ SvgIcon }} type="cta" -%} {%- endif -%} </div> <div class="block button-title"> {{ include.content }} </div> </div> </button> <span class="button-bg {{ IncludeFunc }}"></span> </div> {%- else -%} <p class="block form-row button-row"> <span class="button-wrap"> <button type="button">{{ item.button }}</button> </span> </p> {%- endif -%}
Version data entries
6 entries across 6 versions & 1 rubygems