default.css 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291
  1. /* Base */
  2. body,
  3. body *:not(html):not(style):not(br):not(tr):not(code) {
  4. box-sizing: border-box;
  5. font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif,
  6. 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  7. position: relative;
  8. }
  9. body {
  10. -webkit-text-size-adjust: none;
  11. background-color: #ffffff;
  12. color: #718096;
  13. height: 100%;
  14. line-height: 1.4;
  15. margin: 0;
  16. padding: 0;
  17. width: 100% !important;
  18. }
  19. p,
  20. ul,
  21. ol,
  22. blockquote {
  23. line-height: 1.4;
  24. text-align: left;
  25. }
  26. a {
  27. color: #3869d4;
  28. }
  29. a img {
  30. border: none;
  31. }
  32. /* Typography */
  33. h1 {
  34. color: #3d4852;
  35. font-size: 20px;
  36. font-weight: bold;
  37. margin-top: 0;
  38. text-align: left;
  39. }
  40. h2 {
  41. color: #3d4852;
  42. font-size: 16px;
  43. font-weight: bold;
  44. margin-top: 0;
  45. text-align: left;
  46. }
  47. h3 {
  48. font-size: 14px;
  49. font-weight: bold;
  50. margin-top: 0;
  51. text-align: left;
  52. }
  53. p {
  54. font-size: 16px;
  55. line-height: 1.5em;
  56. margin-top: 0;
  57. text-align: left;
  58. }
  59. p.sub {
  60. font-size: 12px;
  61. }
  62. img {
  63. max-width: 100%;
  64. }
  65. /* Layout */
  66. .wrapper {
  67. -premailer-cellpadding: 0;
  68. -premailer-cellspacing: 0;
  69. -premailer-width: 100%;
  70. background-color: #edf2f7;
  71. margin: 0;
  72. padding: 0;
  73. width: 100%;
  74. }
  75. .content {
  76. -premailer-cellpadding: 0;
  77. -premailer-cellspacing: 0;
  78. -premailer-width: 100%;
  79. margin: 0;
  80. padding: 0;
  81. width: 100%;
  82. }
  83. /* Header */
  84. .header {
  85. padding: 25px 0;
  86. text-align: center;
  87. }
  88. .header a {
  89. color: #3d4852;
  90. font-size: 19px;
  91. font-weight: bold;
  92. text-decoration: none;
  93. }
  94. /* Logo */
  95. .logo {
  96. height: 75px;
  97. max-height: 75px;
  98. width: 75px;
  99. }
  100. /* Body */
  101. .body {
  102. -premailer-cellpadding: 0;
  103. -premailer-cellspacing: 0;
  104. -premailer-width: 100%;
  105. background-color: #edf2f7;
  106. border-bottom: 1px solid #edf2f7;
  107. border-top: 1px solid #edf2f7;
  108. margin: 0;
  109. padding: 0;
  110. width: 100%;
  111. }
  112. .inner-body {
  113. -premailer-cellpadding: 0;
  114. -premailer-cellspacing: 0;
  115. -premailer-width: 570px;
  116. background-color: #ffffff;
  117. border-color: #e8e5ef;
  118. border-radius: 2px;
  119. border-width: 1px;
  120. box-shadow: 0 2px 0 rgba(0, 0, 150, 0.025), 2px 4px 0 rgba(0, 0, 150, 0.015);
  121. margin: 0 auto;
  122. padding: 0;
  123. width: 570px;
  124. }
  125. /* Subcopy */
  126. .subcopy {
  127. border-top: 1px solid #e8e5ef;
  128. margin-top: 25px;
  129. padding-top: 25px;
  130. }
  131. .subcopy p {
  132. font-size: 14px;
  133. }
  134. /* Footer */
  135. .footer {
  136. -premailer-cellpadding: 0;
  137. -premailer-cellspacing: 0;
  138. -premailer-width: 570px;
  139. margin: 0 auto;
  140. padding: 0;
  141. text-align: center;
  142. width: 570px;
  143. }
  144. .footer p {
  145. color: #b0adc5;
  146. font-size: 12px;
  147. text-align: center;
  148. }
  149. .footer a {
  150. color: #b0adc5;
  151. text-decoration: underline;
  152. }
  153. /* Tables */
  154. .table table {
  155. -premailer-cellpadding: 0;
  156. -premailer-cellspacing: 0;
  157. -premailer-width: 100%;
  158. margin: 30px auto;
  159. width: 100%;
  160. }
  161. .table th {
  162. border-bottom: 1px solid #edeff2;
  163. margin: 0;
  164. padding-bottom: 8px;
  165. }
  166. .table td {
  167. color: #74787e;
  168. font-size: 15px;
  169. line-height: 18px;
  170. margin: 0;
  171. padding: 10px 0;
  172. }
  173. .content-cell {
  174. max-width: 100vw;
  175. padding: 32px;
  176. }
  177. /* Buttons */
  178. .action {
  179. -premailer-cellpadding: 0;
  180. -premailer-cellspacing: 0;
  181. -premailer-width: 100%;
  182. margin: 30px auto;
  183. padding: 0;
  184. text-align: center;
  185. width: 100%;
  186. }
  187. .button {
  188. -webkit-text-size-adjust: none;
  189. border-radius: 4px;
  190. color: #fff;
  191. display: inline-block;
  192. overflow: hidden;
  193. text-decoration: none;
  194. }
  195. .button-blue,
  196. .button-primary {
  197. background-color: #2d3748;
  198. border-bottom: 8px solid #2d3748;
  199. border-left: 18px solid #2d3748;
  200. border-right: 18px solid #2d3748;
  201. border-top: 8px solid #2d3748;
  202. }
  203. .button-green,
  204. .button-success {
  205. background-color: #48bb78;
  206. border-bottom: 8px solid #48bb78;
  207. border-left: 18px solid #48bb78;
  208. border-right: 18px solid #48bb78;
  209. border-top: 8px solid #48bb78;
  210. }
  211. .button-red,
  212. .button-error {
  213. background-color: #e53e3e;
  214. border-bottom: 8px solid #e53e3e;
  215. border-left: 18px solid #e53e3e;
  216. border-right: 18px solid #e53e3e;
  217. border-top: 8px solid #e53e3e;
  218. }
  219. /* Panels */
  220. .panel {
  221. border-left: #2d3748 solid 4px;
  222. margin: 21px 0;
  223. }
  224. .panel-content {
  225. background-color: #edf2f7;
  226. color: #718096;
  227. padding: 16px;
  228. }
  229. .panel-content p {
  230. color: #718096;
  231. }
  232. .panel-item {
  233. padding: 0;
  234. }
  235. .panel-item p:last-of-type {
  236. margin-bottom: 0;
  237. padding-bottom: 0;
  238. }
  239. /* Utilities */
  240. .break-all {
  241. word-break: break-all;
  242. }