Sha256: 67fa103af8aecb99939ba66ceb1a119abd9faca968258a155495c1d20edfbab3

Contents?: true

Size: 1.18 KB

Versions: 8

Compression:

Stored size: 1.18 KB

Contents

!!!
%html{style: 'background: #fff;'}
  %head
    %meta{:content => 'text/html; charset=UTF-8', 'http-equiv' => 'Content-Type'}
  :css
    .effective-order table.table { min-width: 650px; }
    .effective-order { text-align: left; }
    .effective-order .price { text-align: right; }
    .effective-order tfoot th { text-align: right; }
    .effective-order tfoot tr:first-child td { padding-top: 24px; }
    .effective-order tfoot tr:first-child th { padding-top: 24px; }
    .effective-order-shipping { padding-top: 12px; padding-bottom: 12px; }

  %body{style: 'background: #fff;'}
    %table{style: 'width: 100%;'}
      %tr
        %td
          %table{style: 'max-width: 650px; margin: 4px auto 30px;'}
            %thead{style: 'border-bottom: 2px solid transparent; width: 100%;'}
              %tr{style: 'background: #000; color: #fff;'}
                %th{style: 'padding-top: 2px;'}
            %tbody{style: 'background: #fff; width: 100%; margin-bottom: 4px;'}
              %tr
                %td= yield
            %tfoot{style: 'border-bottom: 2px solid transparent; width: 100%;'}
              %tr{style: 'background: #000; color: #fff;'}
                %th{style: 'padding-top: 2px;'}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
effective_orders-1.8.1 app/views/layouts/effective_orders_mailer_layout.html.haml
effective_orders-1.8.0 app/views/layouts/effective_orders_mailer_layout.html.haml
effective_orders-1.7.5 app/views/layouts/effective_orders_mailer_layout.html.haml
effective_orders-1.7.4 app/views/layouts/effective_orders_mailer_layout.html.haml
effective_orders-1.7.3 app/views/layouts/effective_orders_mailer_layout.html.haml
effective_orders-1.7.2 app/views/layouts/effective_orders_mailer_layout.html.haml
effective_orders-1.7.1 app/views/layouts/effective_orders_mailer_layout.html.haml
effective_orders-1.7.0 app/views/layouts/effective_orders_mailer_layout.html.haml