Sha256: dc54951e9a99282d1c1e2bcd52402572c07e555347aa9b08cce80d3070b24cea

Contents?: true

Size: 632 Bytes

Versions: 1

Compression:

Stored size: 632 Bytes

Contents

.uc-table-wrapper
  %table.uc-table--respond-not-desktop
    %col.uc-table__col--auto
    %col.uc-table__col--x-large
    %col.uc-table__col--xx-large
    %col.uc-table__col--xxx-large
    %col.uc-table__col--xxxx-large
    %thead
      %tr
        %th
          %a.uc-icon-sort-descending Auto-sized Column
        %th X-Large
        %th XX-Large
        %th XXX-Large
        %th XXXX-Large
    %tbody
      - 3.times do
        %tr
          - text = "Lorem ipsum dolor; sit amet consectetur ; adipisicing elit citation; sin substantiatus; super verbositas ex nihil"
          - 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_not_desktop.html.haml