Sha256: 73ed72977f47f7d85d4e195c3c7f130740b30b6087f0123ea39e1e5523898b5e
Contents?: true
Size: 1.76 KB
Versions: 28
Compression:
Stored size: 1.76 KB
Contents
/*------------------------------------*\ #EMAIL-CONTAINER \*------------------------------------*/ $email-container-main-bg-color: $white !default; .email-container { margin: 0 auto; text-align: center; } .email-container--main { & > tr > td { background: $email-container-main-bg-color; text-align: center; vertical-align: top; padding: $spacing-unit; } } .email-header { padding: ($spacing-unit * 2) 0; } .email-footer { padding: ($spacing-unit * 4) $spacing-unit; font-family: $font-family; } /*------------------------------------*\ #PREHEADER-TEXT \*------------------------------------*/ .preheader-text { display: none; font-size: 1px; line-height: 1px; max-height: 0px; max-width: 0px; opacity: 0; overflow: hidden; mso-hide: all; font-family: sans-serif; } /*------------------------------------*\ #LOGO \*------------------------------------*/ .logo { text-decoration: none; } .logo__image {} /*------------------------------------*\ #PRODUCT-GRID \*------------------------------------*/ .product-grid { margin-bottom: $spacing-unit * 2; & > tr > td { vertical-align: top; } } .product-grid__product { text-align: center; } .product-grid__image { padding: 0 0 $spacing-unit; } .product-grid__info { padding: 0 0 ($spacing-unit * 2); font-size: $font-size - 2px; font-family: $font-family; } .product-grid__link { text-decoration: none; } .product-grid__name { display: block; } .product-grid__price { font-weight: bold; }
Version data entries
28 entries across 28 versions & 1 rubygems