You are here

bartik.css in Gutenberg 8.2

Same filename and directory in other branches
  1. 8 css/bartik.css
/**
 * Don't edit this file. Find all style at ./sass folder.
 **/
/**
 * Some default styles for default theme: Bartik
 */
.gutenberg__editor .editor-styles-wrapper {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 15px;
  line-height: 1.8;
}

.wp-block-embed-youtube iframe {
  width: 100%;
}

/*# sourceMappingURL=bartik.css.map */

File

css/bartik.css
View source
  1. /**
  2. * Don't edit this file. Find all style at ./sass folder.
  3. **/
  4. /**
  5. * Some default styles for default theme: Bartik
  6. */
  7. .gutenberg__editor .editor-styles-wrapper {
  8. font-family: Georgia, 'Times New Roman', Times, serif;
  9. font-size: 15px;
  10. line-height: 1.8;
  11. }
  12. .wp-block-embed-youtube iframe {
  13. width: 100%;
  14. }
  15. /*# sourceMappingURL=bartik.css.map */