# fluent-support/1.4.6/app/views/emails/styles.php

Fluent Support – Helpdesk &amp; Customer Support Ticket System, version 1.4.6. 54 lines.

- Page: https://pluginprobe.com/plugins/fluent-support/1.4.6/code/app/views/emails/styles.php
- Raw: https://pluginprobe.com/plugins/fluent-support/1.4.6/raw/app/views/emails/styles.php
- Modified: 2021-11-12T14:57:38+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/fluent-support/1.4.6/code/app/views/emails/styles.php#L10-L20`.

```php
.fs_comment {
    color: #2b2e2f; font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Tahoma', Verdana, sans-serif;
    font-size: 16px;
    line-height: 25px;
    margin: 15px 0;
}

p {
    font-size: 16px;
    line-height: 25px;
    margin: 15px 0;
}

h1, h2, h3, h4, h5, h6 {
margin: 10px 0px;
}
h1 {
font-size: 20px;
}
h2 {
font-size: 18px;
}
h3 {
font-size: 16px;
}
h4, h5, h6 {
font-size: 15px;
font-weight: 500;
}

img, iframe, * {
max-width: 100%;
}
ul {
list-style: disc;
padding: 0;
margin: 15px 0 0;
li {
font-size: 14px;
margin-left: 30px;
padding-left: 7px;
}
}
pre, code {
background: #e1ebee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 0.9375rem;
line-height: 1.6;
max-width: 100%;
overflow: auto;
padding: 1.5em;
white-space: pre-wrap;
}

```
