Sha256: 491507014cd70fc94969cf9781109de67098c2abc7ea074f33e15dc2cf842019

Contents?: true

Size: 687 Bytes

Versions: 1

Compression:

Stored size: 687 Bytes

Contents

.uc-table-wrapper
  %table.uc-table--respond-small-tablet
    %col.uc-table__col--auto
    %col.uc-table__col--tiny
    %col.uc-table__col--small
    %col.uc-table__col--medium
    %col.uc-table__col--large
    %col.uc-table__col--x-large
    %col.uc-table__col--xx-large
    %thead
      %tr
        %th
          %a.uc-icon-sort-descending Auto-sized Column
        %th Tiny
        %th Small
        %th Medium
        %th Large
        %th X-Large
        %th XX-Large
    %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_tablet.html.haml