// Place all the styles related to the emails controller here. // They will automatically be included in application.css. // You can use Sass (SCSS) here: https://sass-lang.com/ .email_attribute_server { background-color: cyan; padding: 1px 2px; } .email_attribute_client { background-color: yellow; padding: 1px 2px; } .email_attribute_ticket { background-color: orange; padding: 1px 2px; } .email_content th { text-align: left; }