EvoBal/app/assets/stylesheets/emails.scss

34 lines
704 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_attribute_cron {
background-color: #cdcdcd;
padding: 1px 2px;
}
.email_attribute_mailing_list {
background-color: #99ff00;
padding: 1px 2px;
}
.email_attribute_junk {
background-color: #222222;
color: #cccccc;
padding: 1px 2px;
}
.email_content th {
text-align: left;
}