EvoBal/app/assets/stylesheets/emails.scss

21 lines
453 B
SCSS

// 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_organisation {
background-color: yellow;
padding: 1px 2px;
}
.email_attribute_issue {
background-color: orange;
padding: 1px 2px;
}
.email_content th {
text-align: left;
}