editor-blocks.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781
  1. /*
  2. * Theme Name: Karuna
  3. * Description: Gutenberg Block Editor Styles
  4. */
  5. /*--------------------------------------------------------------
  6. >>> TABLE OF CONTENTS:
  7. ----------------------------------------------------------------
  8. 1.0 General Typography
  9. 2.0 General Block Styles
  10. 3.0 Blocks - Common Blocks
  11. 4.0 Blocks - Formatting
  12. 5.0 Blocks - Layout Elements
  13. 6.0 Blocks - Widgets
  14. --------------------------------------------------------------*/
  15. /*--------------------------------------------------------------
  16. 1.0 General Typography
  17. --------------------------------------------------------------*/
  18. .edit-post-visual-editor .editor-block-list__block,
  19. .edit-post-visual-editor .editor-block-list__block p,
  20. .editor-default-block-appender textarea.editor-default-block-appender__content {
  21. font-family: Karla, sans-serif;
  22. font-size: 16px;
  23. line-height: 1.6;
  24. }
  25. .edit-post-visual-editor .editor-block-list__block {
  26. color: #333;
  27. }
  28. @media screen and (min-width: 768px) {
  29. .edit-post-visual-editor .editor-block-list__block,
  30. .edit-post-visual-editor .editor-block-list__block p,
  31. .editor-default-block-appender textarea.editor-default-block-appender__content {
  32. font-size: 18px;
  33. }
  34. }
  35. /* Title */
  36. .editor-post-title__block .editor-post-title__input {
  37. clear: both;
  38. font-size: 32px;
  39. font-weight: bold;
  40. font-family: Karla, sans-serif;
  41. }
  42. @media screen and (min-width: 768px) {
  43. .editor-post-title__block .editor-post-title__input {
  44. font-size: 42px;
  45. }
  46. }
  47. /* Headings */
  48. .edit-post-visual-editor h1,
  49. .edit-post-visual-editor h2,
  50. .edit-post-visual-editor h3,
  51. .edit-post-visual-editor h4,
  52. .edit-post-visual-editor h5,
  53. .edit-post-visual-editor h6 {
  54. clear: both;
  55. font-weight: bold;
  56. font-family: Karla, sans-serif;
  57. text-transform: uppercase;
  58. }
  59. .edit-post-visual-editor h1 {
  60. font-size: 32px;
  61. }
  62. .edit-post-visual-editor h2 {
  63. font-size: 30px;
  64. }
  65. .edit-post-visual-editor h3 {
  66. font-size: 26px;
  67. }
  68. .edit-post-visual-editor h4 {
  69. font-size: 18px;
  70. }
  71. .edit-post-visual-editor h5 {
  72. font-size: 16px;
  73. }
  74. .edit-post-visual-editor h6 {
  75. font-size: 14px;
  76. }
  77. @media screen and (min-width: 768px) {
  78. .edit-post-visual-editor h1 {
  79. font-size: 42px;
  80. }
  81. .edit-post-visual-editor h2 {
  82. font-size: 32px;
  83. }
  84. .edit-post-visual-editor h3 {
  85. font-size: 30px;
  86. }
  87. .edit-post-visual-editor h4 {
  88. font-size: 26px;
  89. }
  90. .edit-post-visual-editor h5 {
  91. font-size: 20px;
  92. }
  93. .edit-post-visual-editor h6 {
  94. font-size: 16px;
  95. }
  96. }
  97. /* Paragraphs */
  98. .edit-post-visual-editor p {
  99. margin: .8em 0;
  100. }
  101. .edit-post-visual-editor blockquote p {
  102. margin: .8em 0;
  103. }
  104. /*--------------------------------------------------------------
  105. 2.0 General Block Styles
  106. --------------------------------------------------------------*/
  107. /* Main column width */
  108. .wp-block {
  109. max-width: 715px; /* 685px + 30px to account for padding */
  110. }
  111. /* Alignments */
  112. .alignleft {
  113. display: inline;
  114. float: left;
  115. margin: .8em 1.6em .8em 0;
  116. }
  117. .alignright {
  118. display: inline;
  119. float: right;
  120. margin: .8em 0 .8em 1.6em;
  121. }
  122. .aligncenter {
  123. margin-left: auto;
  124. margin-right: auto;
  125. }
  126. .wp-block-columns.alignfull,
  127. .wp-block-latest-comments.alignfull,
  128. .editor-block-list__block[data-align="full"] .wp-block-file {
  129. padding-left: 1.6em;
  130. padding-right: 1.6em;
  131. }
  132. /* Link styles */
  133. .edit-post-visual-editor a,
  134. .editor-block-list__block a,
  135. .wp-block-freeform.block-library-rich-text__tinymce a {
  136. color: #6636cc;
  137. font-weight: bold;
  138. text-decoration: none;
  139. transition: 0.3s;
  140. }
  141. .edit-post-visual-editor a:hover,
  142. .edit-post-visual-editor a:focus,
  143. .edit-post-visual-editor a:active,
  144. .editor-block-list__block a:hover,
  145. .editor-block-list__block a:focus,
  146. .editor-block-list__block a:active,
  147. .wp-block-freeform.block-library-rich-text__tinymce a:hover,
  148. .wp-block-freeform.block-library-rich-text__tinymce a:focus,
  149. .wp-block-freeform.block-library-rich-text__tinymce a:active {
  150. color: #85cc36;
  151. }
  152. /* List styles */
  153. .block-library-list .editor-rich-text__tinymce {
  154. margin: 0;
  155. padding: 0;
  156. }
  157. .edit-post-visual-editor ul:not(.wp-block-gallery),
  158. .editor-block-list__block ul:not(.wp-block-gallery),
  159. .block-library-list ul {
  160. list-style: disc;
  161. }
  162. .edit-post-visual-editor ol,
  163. .editor-block-list__block ol,
  164. .block-library-list ol.editor-rich-text__tinymce {
  165. list-style: decimal;
  166. }
  167. .edit-post-visual-editor ul:not(.wp-block-gallery) li > ul,
  168. .editor-block-list__block ul:not(.wp-block-gallery) li > ul,
  169. .block-library-list li > ul,
  170. .edit-post-visual-editor li > ol,
  171. .editor-block-list__block li > ol,
  172. .block-library-list li > ol {
  173. margin-bottom: 0;
  174. margin-left: 1.6em;
  175. }
  176. .rtl .edit-post-visual-editor ul:not(.wp-block-gallery),
  177. .rtl .editor-block-list__block ul:not(.wp-block-gallery),
  178. .rtl .block-library-list ul,
  179. .rtl .edit-post-visual-editor ol,
  180. .rtl .editor-block-list__block ol,
  181. .rtl .block-library-list ol.editor-rich-text__tinymce {
  182. margin-left: 0;
  183. margin-right: 1.6em;
  184. padding: 0;
  185. }
  186. /* Captions */
  187. [class^="wp-block-"] figcaption {
  188. font-size: inherit;
  189. font-style: italic;
  190. text-align: center;
  191. }
  192. [class^="wp-block-"]:not(.wp-block-gallery) figcaption {
  193. color: inherit;
  194. }
  195. /* Definition List styles */
  196. .wp-block-freeform.block-library-rich-text__tinymce dt {
  197. font-weight: bold;
  198. }
  199. /*--------------------------------------------------------------
  200. 3.0 Blocks - Common Blocks
  201. --------------------------------------------------------------*/
  202. /* Paragraph */
  203. .wp-block-paragraph.has-drop-cap:not(:focus)::first-letter {
  204. font-size: 130px;
  205. }
  206. /* Quote */
  207. .editor-block-list__block .wp-block-quote:not(.is-large):not(.is-style-large) {
  208. margin: 0 1.6em;
  209. border: 0;
  210. padding: 0;
  211. }
  212. .editor-block-list__block .wp-block-quote {
  213. font-size: 26px;
  214. font-style: normal;
  215. font-weight: bold;
  216. margin: 0 1.6em 1.6em;
  217. }
  218. .edit-post-visual-editor .editor-block-list__block blockquote p {
  219. font-size: 26px;
  220. }
  221. .editor-block-list__block .wp-block-quote__citation {
  222. font-style: italic;
  223. font-size: inherit;
  224. color: inherit;
  225. }
  226. .rtl .editor-block-list__block .wp-block-quote:not(.is-large):not(.is-style-large) {
  227. }
  228. .rtl .editor-block-list__block .wp-block-quote {
  229. }
  230. .editor-block-list__block .wp-block-quote em,
  231. .editor-block-list__block .wp-block-quote i {
  232. font-style: normal;
  233. }
  234. .editor-block-list__block .wp-block-quote > :last-child {
  235. margin-bottom: 0;
  236. }
  237. .editor-block-list__block .wp-block-quote.alignleft {
  238. margin: .8em 1.6em .8em 0;
  239. }
  240. .editor-block-list__block .wp-block-quote.alignright {
  241. margin: .8em 0 .8em 1.6em;
  242. }
  243. .editor-block-list__block .wp-block-quote.aligncenter {
  244. margin-bottom: .8em;
  245. }
  246. .rtl .editor-block-list__block .wp-block-quote:not(.is-large):not(.is-style-large).alignleft,
  247. .rtl .editor-block-list__block .wp-block-quote:not(.is-large):not(.is-style-large).alignright {
  248. }
  249. .wp-block-quote.is-large,
  250. .wp-block-quote.is-style-large {
  251. font-size: 32px;
  252. font-style: normal;
  253. margin: 0 .8em .8em;
  254. padding: 0;
  255. }
  256. .edit-post-visual-editor .editor-block-list__block .wp-block-quote.is-large,
  257. .edit-post-visual-editor .editor-block-list__block .wp-block-quote.is-style-large,
  258. .edit-post-visual-editor .editor-block-list__block .wp-block-quote.is-large p,
  259. .edit-post-visual-editor .editor-block-list__block .wp-block-quote.is-style-large p {
  260. font-size: 32px;
  261. }
  262. .editor-block-list__block .wp-block-quote.is-large p,
  263. .editor-block-list__block .wp-block-quote.is-style-large p {
  264. margin-bottom: .4em;
  265. font-style: normal;
  266. }
  267. /* Cover */
  268. .edit-post-visual-editor .editor-block-list__block .wp-block-cover-image .wp-block-cover-image-text,
  269. .edit-post-visual-editor .editor-block-list__block .wp-block-cover-image .wp-block-cover-text,
  270. .edit-post-visual-editor .editor-block-list__block .wp-block-cover-image h2,
  271. .edit-post-visual-editor .editor-block-list__block .wp-block-cover .wp-block-cover-image-text,
  272. .edit-post-visual-editor .editor-block-list__block .wp-block-cover .wp-block-cover-text,
  273. .edit-post-visual-editor .editor-block-list__block .wp-block-cover h2 {
  274. font-size: 2.0em; /* Cover images inherit the paragraph size; this resets it */
  275. }
  276. /* File */
  277. .wp-block-file__textlink {
  278. color: #6636cc;
  279. font-weight: bold;
  280. }
  281. .wp-block-file .wp-block-file__button {
  282. border: 2px solid;
  283. border-color: #6636cc;
  284. border-radius: 10px;
  285. background: transparent;
  286. box-shadow: none;
  287. color: #6636cc;
  288. font-weight: bold;
  289. font-size: 16px;
  290. font-size: 1rem;
  291. letter-spacing: 1px;
  292. line-height: 1;
  293. padding: 0.8em 1.6em 0.8em;
  294. text-shadow: none;
  295. text-decoration: none;
  296. text-transform: uppercase;
  297. transition: 0.3s;
  298. }
  299. .wp-block-button .editor-rich-text__tinymce.mce-content-body {
  300. line-height: 16px;
  301. }
  302. /*--------------------------------------------------------------
  303. 4.0 Blocks - Formatting
  304. --------------------------------------------------------------*/
  305. /* Verse */
  306. .wp-block-verse pre {
  307. background: transparent;
  308. color: inherit;
  309. font-family: inherit;
  310. font-size: inherit;
  311. font-style: italic;
  312. line-height: inherit;
  313. margin-bottom: 1.6em;
  314. max-width: 100%;
  315. overflow: auto;
  316. padding: 0;
  317. }
  318. /* Code */
  319. .wp-block-code {
  320. background: rgba(0, 0, 0, 0.02);
  321. border: 0;
  322. border-radius: 0;
  323. font-family: "Courier 10 Pitch", Courier, monospace;
  324. font-size: 15px;
  325. font-size: 0.9375rem;
  326. line-height: 1.6;
  327. margin-bottom: 1.6em;
  328. max-width: 100%;
  329. overflow: auto;
  330. padding: 1.6em;
  331. }
  332. .wp-block-code textarea {
  333. background: transparent;
  334. }
  335. /* Classic */
  336. .wp-block-freeform.block-library-rich-text__tinymce address {
  337. margin-top: 0.8em;
  338. margin-bottom: 0.8em;
  339. }
  340. .wp-block-freeform.block-library-rich-text__tinymce ol {
  341. list-style: decimal;
  342. margin-left: 3em;
  343. padding: 0;
  344. }
  345. .wp-block-freeform.block-library-rich-text__tinymce li > ol {
  346. margin-left: 1.6em;
  347. }
  348. .wp-block-freeform.block-library-rich-text__tinymce blockquote {
  349. border: 0;
  350. font-size: 26px;
  351. font-style: normal;
  352. font-weight: bold;
  353. margin: 0 1.6em 1.6em;
  354. }
  355. .wp-block-freeform.block-library-rich-text__tinymce blockquote p {
  356. }
  357. .wp-block-freeform.block-library-rich-text__tinymce blockquote > :last-child {
  358. margin-bottom: 0;
  359. }
  360. .editor-block-list__block .wp-block-freeform.block-library-rich-text__tinymce blockquote:not(.alignleft):not(.alignright) {
  361. }
  362. .wp-block-freeform.block-library-rich-text__tinymce blockquote cite {
  363. font-style: italic;
  364. text-transform: none;
  365. }
  366. .rtl .wp-block-freeform.block-library-rich-text__tinymce blockquote {
  367. margin-right: 0;
  368. padding-left: 0;
  369. padding-right: 1.6em;
  370. }
  371. .rtl .wp-block-freeform.block-library-rich-text__tinymce .alignleft {
  372. float: left;
  373. }
  374. .rtl .wp-block-freeform.block-library-rich-text__tinymce .alignright {
  375. float: right;
  376. }
  377. .rtl .wp-block-freeform.block-library-rich-text__tinymce blockquote.alignleft {
  378. margin: .8em 1.6em .8em 0;
  379. }
  380. .rtl .wp-block-freeform.block-library-rich-text__tinymce blockquote.alignright {
  381. margin: .8em 0 .8em 1.6em;
  382. }
  383. .wp-block-freeform.block-library-rich-text__tinymce h1,
  384. .wp-block-freeform.block-library-rich-text__tinymce h2,
  385. .wp-block-freeform.block-library-rich-text__tinymce h3,
  386. .wp-block-freeform.block-library-rich-text__tinymce h4,
  387. .wp-block-freeform.block-library-rich-text__tinymce h5,
  388. .wp-block-freeform.block-library-rich-text__tinymce h6 {
  389. clear: both;
  390. font-weight: bold;
  391. font-family: Karla, sans-serif;
  392. text-transform: uppercase;
  393. }
  394. .wp-block-freeform.block-library-rich-text__tinymce h1 {
  395. font-size: 32px;
  396. }
  397. .wp-block-freeform.block-library-rich-text__tinymce h2 {
  398. font-size: 30px;
  399. }
  400. .wp-block-freeform.block-library-rich-text__tinymce h3 {
  401. font-size: 26px;
  402. }
  403. .wp-block-freeform.block-library-rich-text__tinymce h4 {
  404. font-size: 18px;
  405. }
  406. .wp-block-freeform.block-library-rich-text__tinymce h5 {
  407. font-size: 16px;
  408. }
  409. .wp-block-freeform.block-library-rich-text__tinymce h6 {
  410. font-size: 14px;
  411. }
  412. @media screen and (min-width: 768px) {
  413. .wp-block-freeform.block-library-rich-text__tinymce h1 {
  414. font-size: 42px;
  415. }
  416. .wp-block-freeform.block-library-rich-text__tinymce h2 {
  417. font-size: 32px;
  418. }
  419. .wp-block-freeform.block-library-rich-text__tinymce h3 {
  420. font-size: 30px;
  421. }
  422. .wp-block-freeform.block-library-rich-text__tinymce h4 {
  423. font-size: 26px;
  424. }
  425. .wp-block-freeform.block-library-rich-text__tinymce h5 {
  426. font-size: 20px;
  427. }
  428. .wp-block-freeform.block-library-rich-text__tinymce h6 {
  429. font-size: 16px;
  430. }
  431. }
  432. .wp-block-freeform.block-library-rich-text__tinymce pre {
  433. background: rgba(0, 0, 0, 0.02);
  434. font-family: "Courier 10 Pitch", Courier, monospace;
  435. font-size: 15px;
  436. font-size: 0.9375rem;
  437. line-height: 1.6;
  438. margin-bottom: 1.6em;
  439. max-width: 100%;
  440. overflow: auto;
  441. padding: 1.6em;
  442. }
  443. .wp-block-freeform.block-library-rich-text__tinymce table {
  444. border-collapse: collapse;
  445. border: 0;
  446. background-color: rgba(0, 0, 0, 0.02);
  447. width: 100%;
  448. margin: 0 0 1.6em;
  449. }
  450. .wp-block-freeform.block-library-rich-text__tinymce .alternate {
  451. background: transparent;
  452. }
  453. .wp-block-freeform.block-library-rich-text__tinymce table td {
  454. padding: 8px 5px;
  455. border: 0;
  456. }
  457. .wp-block-freeform.block-library-rich-text__tinymce table th {
  458. border: 0;
  459. padding: 8px 5px;
  460. font-weight: bold;
  461. text-align: center;
  462. }
  463. /* Preformatted */
  464. .editor-block-list__block .wp-block-preformatted pre {
  465. background: rgba(0, 0, 0, 0.02);
  466. font-family: "Courier 10 Pitch", Courier, monospace;
  467. font-size: 15px;
  468. font-size: 0.9375rem;
  469. line-height: 1.6;
  470. margin-bottom: 1.6em;
  471. max-width: 100%;
  472. overflow: auto;
  473. padding: 1.6em;
  474. }
  475. /* Pullquote */
  476. .editor-block-list__block .wp-block-pullquote blockquote {
  477. margin: 0;
  478. padding: 0;
  479. border: 0;
  480. }
  481. .edit-post-visual-editor .wp-block-pullquote p {
  482. font-size: 24px;
  483. }
  484. .wp-block-pullquote {
  485. border-top: 2px solid currentColor;
  486. border-bottom: 2px solid currentColor;
  487. font-style: italic;
  488. font-size: 24px;
  489. font-weight: bold;
  490. margin: 0 0 1.6em;
  491. padding: .8em 0;
  492. }
  493. .wp-block-pullquote blockquote {
  494. font-size: 24px;
  495. }
  496. .wp-block-pullquote.alignfull blockquote {
  497. padding-left: 1.6em;
  498. padding-right: 1.6em;
  499. }
  500. .wp-block-pullquote.alignleft {
  501. margin-right: 1.6em;
  502. }
  503. .wp-block-pullquote.alignright {
  504. margin-left: 1.6em;
  505. }
  506. .wp-block-pullquote blockquote > .editor-rich-text p {
  507. font-size: 24px;
  508. margin-bottom: .8em;
  509. }
  510. .wp-block-pullquote.alignleft blockquote > .editor-rich-text p,
  511. .wp-block-pullquote.alignright blockquote > .editor-rich-text p {
  512. font-size: 24px;
  513. }
  514. .wp-block-pullquote__citation,
  515. .wp-block-pullquote cite,
  516. .wp-block-pullquote footer {
  517. font-style: normal;
  518. font-size: 18px;
  519. text-transform: none;
  520. }
  521. /* Table */
  522. .editor-block-list__block .wp-block-table__cell-content {
  523. padding: 0;
  524. }
  525. .editor-block-list__block table.wp-block-table {
  526. border-collapse: collapse;
  527. border: 0;
  528. background-color: rgba(0, 0, 0, 0.02);
  529. width: 100%;
  530. margin: 0 0 1.6em;
  531. }
  532. .editor-block-list__block table.wp-block-table td {
  533. border: 0;
  534. padding: 8px 5px;
  535. }
  536. .editor-block-list__block table.wp-block-table th {
  537. border: 0;
  538. padding: 8px 5px;
  539. font-weight: bold;
  540. text-align: center;
  541. }
  542. /*--------------------------------------------------------------
  543. 5.0 Blocks - Layout Elements
  544. --------------------------------------------------------------*/
  545. /* Buttons */
  546. .wp-block-button .wp-block-button__link {
  547. border: 2px solid currentColor;
  548. box-shadow: none;
  549. font-weight: bold;
  550. font-size: 16px;
  551. font-size: 1rem;
  552. letter-spacing: 1px;
  553. line-height: 1;
  554. padding: 0.8em 1.6em 0.8em;
  555. text-shadow: none;
  556. text-decoration: none;
  557. text-transform: uppercase;
  558. transition: 0.3s;
  559. }
  560. .wp-block-button__link {
  561. background: #6636cc;
  562. border-radius: 10px;
  563. color: #fff;
  564. }
  565. .is-style-outline .wp-block-button__link:not(.has-text-color) {
  566. color: #6636cc;
  567. }
  568. /* Separator */
  569. .wp-block-separator {
  570. background-color: #ddd;
  571. border: 0;
  572. height: 1.1px; /* To work around odd issue in Firefox */
  573. margin-bottom: 1.6em;
  574. }
  575. /*--------------------------------------------------------------
  576. 6.0 Blocks - Widgets
  577. --------------------------------------------------------------*/
  578. /* General Widget styles */
  579. .edit-post-visual-editor [data-align="center"] .wp-block-categories__list,
  580. .edit-post-visual-editor [data-align="center"] .wp-block-archives,
  581. .edit-post-visual-editor [data-align="center"] .wp-block-lastest-posts {
  582. list-style-position: inside;
  583. }
  584. /* Categories */
  585. .editor-block-list__block[data-align=right] .wp-block-categories__list,
  586. .editor-block-list__block[data-align=left] .wp-block-categories__list {
  587. padding: 0;
  588. }
  589. /* Latest Comments */
  590. .editor-block-list__block .wp-block-latest-comments,
  591. .rtl .editor-block-list__block .wp-block-latest-comments {
  592. margin-left: 0;
  593. margin-right: 0;
  594. }
  595. .wp-block-latest-comments__comment-meta,
  596. .wp-block-latest-comments__comment-excerpt p {
  597. font-size: 16px;
  598. }
  599. .wp-block-latest-comments__comment-date {
  600. font-size: 14px;
  601. }
  602. @media screen and (min-width: 768px) {
  603. .wp-block-latest-comments__comment-meta,
  604. .wp-block-latest-comments__comment-excerpt p {
  605. font-size: 18px;
  606. }
  607. }
  608. .editor-block-list__block .wp-block-latest-comments__comment-meta a {
  609. box-shadow: none;
  610. font-weight: 700;
  611. text-decoration: none;
  612. }
  613. .wp-block-latest-comments .wp-block-latest-comments__comment {
  614. border-top: 1px solid #dddddd;
  615. margin-bottom: 0;
  616. padding: .8em 0;
  617. }
  618. .wp-block-latest-comments__comment-excerpt p:last-child {
  619. margin-bottom: 0;
  620. }
  621. /* Latest Posts */
  622. .edit-post-visual-editor .wp-block-latest-posts.is-grid {
  623. list-style: none;
  624. margin-left: 0;
  625. margin-right: 0;
  626. }
  627. .edit-post-visual-editor .wp-block-latest-posts.is-grid li {
  628. margin-bottom: 1em;
  629. }