EvoBal/app/assets/stylesheets/emails.scss

21 lines
448 B
SCSS
Raw Normal View History

2020-12-28 13:02:56 +01:00
// 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;
}