Sha256: 055cd5524d31b5a21e090139fc599094b3939c7bac580849dd7973ab495b316d
Contents?: true
Size: 1.19 KB
Versions: 8
Compression:
Stored size: 1.19 KB
Contents
.invoice { .invoice-header { border-bottom: 1px solid $light; padding-bottom: 20px; margin-bottom: 40px; @include clearfix; .invoice-title { float: left; } .invoice-title { font-size: 30px; font-family: $headingsFontFamily; @media screen and (max-width: 768px) { float: none; text-align: center; margin-bottom: 20px; } } .invoice-number { float: right; font-size: 30px; font-family: $headingsFontFamily; @media screen and (max-width: 768px) { float: none; text-align: center; } .invoice-name { color: $muted; } } } .info { .lead { font-family: $headingsFontFamily; } } .seller, .buyer { @include clearfix; .icon-globe { float: left; font-size: 20px; color: $muted; } .lead { font-family: $headingsFontFamily; } address { float: left; margin-left: 20px; font-size: 16px; } } table { margin-top: 20px; } .subtotal { font-family: $headingsFontFamily; font-size: 30px; } .comment { margin-top: 40px; } }
Version data entries
8 entries across 8 versions & 1 rubygems