Sha256: 16744528a538adcfbd5fb34fa477ea204a70f8d4bd3f0679719c6017e34cd180

Contents?: true

Size: 630 Bytes

Versions: 1

Compression:

Stored size: 630 Bytes

Contents

.uc-table-wrapper
  %table.uc-table--respond-mobile
    %col.uc-table__col--auto
    %col.uc-table__col--small
    %col.uc-table__col--medium
    %col.uc-table__col--large
    %col.uc-table__col--medium
    %col.uc-table__col--small
    %thead
      %tr
        %th
          %a.uc-icon-sort-descending Auto-sized Column
        %th Small
        %th Medium
        %th Large
        %th Medium 2
        %th Small 2
    %tbody
      - 3.times do
        %tr
          - text = "Lorem ipsum dolor; sit amet; consectetur ; adipisicing ;elit citation; sin substantiatus"
          - text.split(';').each do |t|
            %td #{t}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
undercase-0.2.29 app/views/undercase/patterns/_tables_small_mobile.html.haml