Нет описания
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

default.css 5.0KB

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