Sha256: 24ad4aaf1a4672c3cdc074b28efaf60c0a1889d93a4b0d882bd000ec8ba73c38

Contents?: true

Size: 621 Bytes

Versions: 1

Compression:

Stored size: 621 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-ascending 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 super"
          - 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_mobile.html.haml