Sha256: de2ffacdda8f81218713cafd8f56d6ba4b50e16114a8c09829ced5d6da863841
Contents?: true
Size: 563 Bytes
Versions: 8
Compression:
Stored size: 563 Bytes
Contents
#orders { #list { @include opacity(.5); @include transition(opacity .2s linear); @media print { @include opacity(1); } hr { margin: 10px 0; &:last-child { display: none; } } .price { margin: 0; margin-bottom: 10px; } &:hover { @include opacity(1); } } #detail { .pager { margin: 0; } .form-actions { margin-bottom: 0; } .only-checkbox { width: 10px; input[type="checkbox"] { margin: 0; } } } }
Version data entries
8 entries across 8 versions & 1 rubygems