You are here

editor.css in Gutenberg 8

Same filename in this branch
  1. 8 css/editor.css
  2. 8 vendor/gutenberg/block-library/editor.css
Same filename and directory in other branches
  1. 8.2 css/editor.css
/**
 * Don't edit this file. Find all style at ./sass folder.
 **/
@media (min-width: 600px) {
  body .gutenberg__editor {
    position: relative;
  }
}

@media (min-width: 782px) {
  .gutenberg__editor .edit-post-sidebar {
    top: 56px;
  }
}

.components-modal__content ul {
  list-style: none;
}

.gutenberg__editor {
  position: relative;
}

.gutenberg__editor * {
  box-sizing: border-box;
}

.gutenberg__editor *:focus {
  outline-width: 0;
}

.gutenberg__editor input[type=checkbox] {
  border: 1px solid #b4b9be;
  background: #fff;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 16px;
  margin: -4px 4px 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  min-width: 16px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: 0.05s border-color ease-in-out;
}

.gutenberg__editor .edit-post-layout {
  padding-top: 0;
  /**
      * Hide Block Manager menu item.
      * To properly override this, a new edit-post component
      * is needed. Maybe a TODO.
      */
}

@media (min-width: 960px) {
  .gutenberg__editor .edit-post-layout {
    padding-top: 0;
  }
}

@media (min-width: 600px) {
  .gutenberg__editor .edit-post-layout {
    padding-top: 0;
  }
}

.gutenberg__editor .edit-post-layout .edit-post-header,
.gutenberg__editor .edit-post-layout .edit-post-sidebar,
.gutenberg__editor .edit-post-layout .components-popover {
  font-family: inherit;
  font-size: 13px;
}

@media (min-width: 782px) {
  .gutenberg__editor .edit-post-layout .edit-post-header {
    position: sticky;
    left: 0;
    top: 0;
  }
}

@media (min-width: 782px) {
  .gutenberg__editor .edit-post-layout .components-notice-list {
    left: 0;
  }
}

.gutenberg__editor .edit-post-layout .components-notice-list .notice,
.gutenberg__editor .edit-post-layout .components-notice-list div.error,
.gutenberg__editor .edit-post-layout .components-notice-list div.updated {
  background: #fff;
  border-left: 4px solid #fff;
}

.gutenberg__editor .edit-post-layout .components-notice-list .notice-alt {
  box-shadow: none;
}

.gutenberg__editor .edit-post-layout .components-notice-list .notice-success.notice-alt {
  background-color: #ecf7ed;
}

.gutenberg__editor .edit-post-layout .components-notice-list .notice-success,
.gutenberg__editor .edit-post-layout .components-notice-list div.updated {
  border-left-color: #46b450;
}

.gutenberg__editor .edit-post-layout .components-notice-list .notice-dismiss {
  position: absolute;
  top: 0;
  right: 1px;
  border: none;
  margin: 5px;
  padding: 9px;
  background: 0 0;
  color: #72777c;
  cursor: pointer;
}

.gutenberg__editor .edit-post-layout .edit-post-sidebar .edit-post-sidebar__panel-tabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gutenberg__editor .edit-post-layout .edit-post-more-menu__content .components-popover__content .components-menu-group:nth-child(3) div[role='menu'] > button:first-child {
  display: none;
}

.gutenberg__editor .screen-reader-text,
.gutenberg__editor .screen-reader-text span,
.gutenberg__editor .ui-helper-hidden-accessible {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.gutenberg__editor .edit-post-visual-editor {
  font-family: inherit;
}

.gutenberg__editor .edit-post-visual-editor p {
  font-family: inherit;
  line-height: 1.2em;
}

.gutenberg__editor .edit-post-visual-editor .editor-post-title .editor-post-title__input {
  font-family: inherit;
}

.gutenberg__editor .edit-post-visual-editor .editor-block-list__layout .editor-block-list__block.is-selected, .gutenberg__editor .edit-post-visual-editor .editor-block-list__layout .editor-block-list__block.is-hovered {
  outline-width: 0;
}

.gutenberg__editor .edit-post-visual-editor .editor-block-list__layout .editor-default-block-appender__content {
  font-family: inherit;
}

.gutenberg__editor .components-range-control .components-base-control__label {
  width: auto;
  flex: 1;
}

.gutenberg__editor .components-color-palette__item:focus:after {
  top: -3px;
  left: -3px;
}

body .gutenberg__editor .edit-post-layout .components-popover {
  font-family: inherit;
}

.components-notice-list {
  top: 56px !important;
}

.media-entity-search-input {
  margin: 0 !important;
}

.media-entity-search-input input {
  padding: 0 4px !important;
  line-height: 28px !important;
}

@media (min-width: 600px) {
  .media-entity-search-input input {
    width: 240px !important;
  }
}

.wp-block-drupalmedia-drupal-media-entity {
  margin-right: 0;
  margin-left: 0;
}

.wp-block-drupalmedia-drupal-media-entity figcaption {
  text-align: center;
}

.editor-block-types-list__item-title {
  padding: 4px 2px;
  min-height: 68px;
}

.wp-block[data-type="core-embed/youtube"] iframe {
  width: 100%;
}

.wp-block-cover .block-editor-url-input input {
  color: #000;
}

body .gutenberg__editor .edit-post-layout .edit-post-header {
  font-family: inherit;
}

@media (min-width: 782px) {
  body .gutenberg__editor .edit-post-layout .edit-post-header {
    position: fixed;
  }
}

body .gutenberg__editor .edit-post-layout .edit-post-header .gutenberg-header-settings #edit-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media screen and (max-width: 600px) {
  body .gutenberg__editor .edit-post-layout .edit-post-header .gutenberg-header-settings #edit-actions input[type="submit"] {
    float: none;
    width: auto;
    margin-top: 0;
    margin-right: 10px;
  }
  body .gutenberg__editor .edit-post-layout .edit-post-header .gutenberg-header-settings #edit-actions a.button {
    padding: 5px 0;
  }
}

@media (min-width: 782px) {
  body.toolbar-horizontal .edit-post-sidebar {
    top: 95px !important;
  }
}

@media (min-width: 782px) {
  body.toolbar-horizontal .edit-post-header {
    top: 39px !important;
    left: 0 !important;
  }
}

@media (min-width: 782px) {
  body.toolbar-horizontal.toolbar-tray-open .edit-post-sidebar {
    top: 134px !important;
  }
}

@media (min-width: 782px) {
  body.toolbar-horizontal.toolbar-tray-open .edit-post-header {
    top: 78px !important;
  }
}

@media (min-width: 782px) {
  body.toolbar-vertical .edit-post-sidebar {
    top: 95px !important;
  }
}

@media (min-width: 782px) {
  body.toolbar-vertical .edit-post-header {
    top: 39px !important;
    left: 240px !important;
  }
}

.edit-post-visual-editor {
  padding: 80px 0;
}

.edit-post-visual-editor .editor-block-list__block[data-align="full"] {
  margin-left: -46px !important;
  margin-right: -46px !important;
}

.edit-post-layout__content {
  padding-bottom: 4px;
}

@media (min-width: 600px) {
  .edit-post-layout__content {
    overscroll-behavior-y: auto !important;
  }
}

@media (min-width: 782px) {
  .edit-post-layout__content {
    margin-left: 0px;
  }
}

.edit-post-more-menu__content .components-dropdown-menu__menu .components-menu-group:last-child {
  display: none;
}

.edit-post-sidebar {
  background: #ececec !important;
}

.edit-post-sidebar .components-base-control {
  padding-right: 16px;
}

.edit-post-sidebar .components-button:focus {
  background: none !important;
}

.edit-post-sidebar .edit-post-sidebar-header {
  background: #ececec !important;
  height: auto;
  border: none;
}

.edit-post-sidebar .edit-post-extra-sidebar__panel {
  display: none;
}

.edit-post-sidebar button.edit-post-sidebar__panel-tab {
  color: #0074bd;
  background-color: #eee;
  height: 36px;
}

.edit-post-sidebar button.edit-post-sidebar__panel-tab.is-active {
  border-color: transparent !important;
  background-color: #fff;
}

.edit-post-sidebar .edit-post-post-status {
  display: none;
}

.edit-post-sidebar .editor-block-inspector__card {
  border-bottom: 1px solid #bfbfbf;
}

.edit-post-sidebar .components-panel__body .components-panel__body {
  background-color: #fcfcfa;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #bfbfbf;
}

.edit-post-sidebar .components-panel__body .components-panel__body .components-panel__body-title button {
  color: #0074bd;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 1px 0 white;
}

.edit-post-sidebar .components-panel__body .components-panel__body .components-panel__body-title button:before {
  content: '\25BA';
  font-size: 10px;
  line-height: 22px;
  margin-right: 6px;
}

.edit-post-sidebar .components-panel__body .components-panel__body .components-panel__body-title button:hover {
  color: #004f80;
}

.edit-post-sidebar .components-panel__body .components-panel__body .components-panel__body-title button svg {
  display: none;
}

.edit-post-sidebar .components-panel__body .components-panel__body.is-opened {
  background-color: #ececec;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.125), transparent 4px);
  border-top-width: 0;
  padding-top: 17px;
}

.edit-post-sidebar .components-panel__body .components-panel__body.is-opened .components-panel__body-title button {
  color: #004f80;
}

.edit-post-sidebar .components-panel__body .components-panel__body.is-opened .components-panel__body-title button:before {
  content: '\25BC';
}

.edit-post-sidebar .entity-meta {
  border: none;
}

.edit-post-sidebar .entity-meta .entity-meta__header {
  background-color: white;
  border-top: none;
  border-radius: 0;
  padding: 0 10px;
}

.edit-post-sidebar .entity-meta .seven-details > summary {
  padding: 1.25em;
}

.edit-post-sidebar select {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center right;
  padding: 5px 5px;
  line-height: 1.3em;
}

.edit-post-sidebar #edit-additional-fields {
  padding: 0 10px 10px;
}

.gutenberg-sidebar {
  display: none;
}

.edit-post-meta-boxes-area__container {
  margin: auto auto;
  max-width: 810px;
  padding: 0 14px;
}

@media (min-width: 782px) {
  .edit-post-layout__content .components-editor-notices__snackbar {
    left: 0;
  }
  .edit-post-layout__footer {
    left: 0;
  }
}

#gutenberg-loading {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#gutenberg-loading.hide {
  display: none;
}

.gutenberg-full-editor:not(.ready) {
  display: none;
}

.layout-container.full-width {
  margin: 0;
}

body .gutenberg__editor .edit-post-layout .edit-post-sidebar {
  font-family: inherit;
}

.field--gutenberg .form-item + label {
  display: none;
}

.field--gutenberg > .text-format-wrapper > .filter-wrapper {
  display: none;
}

.wp-block-embed iframe {
  border: none;
}

.editor-rich-text__tinymce[data-is-placeholder-visible="true"] {
  z-index: 2;
}

.editor-rich-text__tinymce ~ .editor-rich-text__tinymce {
  opacity: 0.5;
  pointer-events: none;
}

.edit-post-header__settings .editor-post-save-draft {
  display: none;
}

.edit-post-header__settings .editor-post-publish-panel__toggle {
  display: none !important;
}

.edit-post-header__settings .editor-post-saved-state {
  display: none;
}

.wp-block {
  max-width: 810px;
}

.wp-block[data-type='core/heading'] h1 {
  font-size: 4em;
}

.wp-block[data-align=wide] {
  max-width: 810px;
}

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

File

css/editor.css
View source
  1. /**
  2. * Don't edit this file. Find all style at ./sass folder.
  3. **/
  4. @media (min-width: 600px) {
  5. body .gutenberg__editor {
  6. position: relative;
  7. }
  8. }
  9. @media (min-width: 782px) {
  10. .gutenberg__editor .edit-post-sidebar {
  11. top: 56px;
  12. }
  13. }
  14. .components-modal__content ul {
  15. list-style: none;
  16. }
  17. .gutenberg__editor {
  18. position: relative;
  19. }
  20. .gutenberg__editor * {
  21. box-sizing: border-box;
  22. }
  23. .gutenberg__editor *:focus {
  24. outline-width: 0;
  25. }
  26. .gutenberg__editor input[type=checkbox] {
  27. border: 1px solid #b4b9be;
  28. background: #fff;
  29. color: #555;
  30. clear: none;
  31. cursor: pointer;
  32. display: inline-block;
  33. line-height: 0;
  34. height: 16px;
  35. margin: -4px 4px 0 0;
  36. outline: 0;
  37. padding: 0 !important;
  38. text-align: center;
  39. vertical-align: middle;
  40. width: 16px;
  41. min-width: 16px;
  42. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  43. transition: 0.05s border-color ease-in-out;
  44. }
  45. .gutenberg__editor .edit-post-layout {
  46. padding-top: 0;
  47. /**
  48. * Hide Block Manager menu item.
  49. * To properly override this, a new edit-post component
  50. * is needed. Maybe a TODO.
  51. */
  52. }
  53. @media (min-width: 960px) {
  54. .gutenberg__editor .edit-post-layout {
  55. padding-top: 0;
  56. }
  57. }
  58. @media (min-width: 600px) {
  59. .gutenberg__editor .edit-post-layout {
  60. padding-top: 0;
  61. }
  62. }
  63. .gutenberg__editor .edit-post-layout .edit-post-header,
  64. .gutenberg__editor .edit-post-layout .edit-post-sidebar,
  65. .gutenberg__editor .edit-post-layout .components-popover {
  66. font-family: inherit;
  67. font-size: 13px;
  68. }
  69. @media (min-width: 782px) {
  70. .gutenberg__editor .edit-post-layout .edit-post-header {
  71. position: sticky;
  72. left: 0;
  73. top: 0;
  74. }
  75. }
  76. @media (min-width: 782px) {
  77. .gutenberg__editor .edit-post-layout .components-notice-list {
  78. left: 0;
  79. }
  80. }
  81. .gutenberg__editor .edit-post-layout .components-notice-list .notice,
  82. .gutenberg__editor .edit-post-layout .components-notice-list div.error,
  83. .gutenberg__editor .edit-post-layout .components-notice-list div.updated {
  84. background: #fff;
  85. border-left: 4px solid #fff;
  86. }
  87. .gutenberg__editor .edit-post-layout .components-notice-list .notice-alt {
  88. box-shadow: none;
  89. }
  90. .gutenberg__editor .edit-post-layout .components-notice-list .notice-success.notice-alt {
  91. background-color: #ecf7ed;
  92. }
  93. .gutenberg__editor .edit-post-layout .components-notice-list .notice-success,
  94. .gutenberg__editor .edit-post-layout .components-notice-list div.updated {
  95. border-left-color: #46b450;
  96. }
  97. .gutenberg__editor .edit-post-layout .components-notice-list .notice-dismiss {
  98. position: absolute;
  99. top: 0;
  100. right: 1px;
  101. border: none;
  102. margin: 5px;
  103. padding: 9px;
  104. background: 0 0;
  105. color: #72777c;
  106. cursor: pointer;
  107. }
  108. .gutenberg__editor .edit-post-layout .edit-post-sidebar .edit-post-sidebar__panel-tabs ul {
  109. list-style: none;
  110. margin: 0;
  111. padding: 0;
  112. }
  113. .gutenberg__editor .edit-post-layout .edit-post-more-menu__content .components-popover__content .components-menu-group:nth-child(3) div[role='menu'] > button:first-child {
  114. display: none;
  115. }
  116. .gutenberg__editor .screen-reader-text,
  117. .gutenberg__editor .screen-reader-text span,
  118. .gutenberg__editor .ui-helper-hidden-accessible {
  119. border: 0;
  120. clip: rect(1px, 1px, 1px, 1px);
  121. -webkit-clip-path: inset(50%);
  122. clip-path: inset(50%);
  123. height: 1px;
  124. margin: -1px;
  125. overflow: hidden;
  126. padding: 0;
  127. position: absolute;
  128. width: 1px;
  129. word-wrap: normal !important;
  130. }
  131. .gutenberg__editor .edit-post-visual-editor {
  132. font-family: inherit;
  133. }
  134. .gutenberg__editor .edit-post-visual-editor p {
  135. font-family: inherit;
  136. line-height: 1.2em;
  137. }
  138. .gutenberg__editor .edit-post-visual-editor .editor-post-title .editor-post-title__input {
  139. font-family: inherit;
  140. }
  141. .gutenberg__editor .edit-post-visual-editor .editor-block-list__layout .editor-block-list__block.is-selected, .gutenberg__editor .edit-post-visual-editor .editor-block-list__layout .editor-block-list__block.is-hovered {
  142. outline-width: 0;
  143. }
  144. .gutenberg__editor .edit-post-visual-editor .editor-block-list__layout .editor-default-block-appender__content {
  145. font-family: inherit;
  146. }
  147. .gutenberg__editor .components-range-control .components-base-control__label {
  148. width: auto;
  149. flex: 1;
  150. }
  151. .gutenberg__editor .components-color-palette__item:focus:after {
  152. top: -3px;
  153. left: -3px;
  154. }
  155. body .gutenberg__editor .edit-post-layout .components-popover {
  156. font-family: inherit;
  157. }
  158. .components-notice-list {
  159. top: 56px !important;
  160. }
  161. .media-entity-search-input {
  162. margin: 0 !important;
  163. }
  164. .media-entity-search-input input {
  165. padding: 0 4px !important;
  166. line-height: 28px !important;
  167. }
  168. @media (min-width: 600px) {
  169. .media-entity-search-input input {
  170. width: 240px !important;
  171. }
  172. }
  173. .wp-block-drupalmedia-drupal-media-entity {
  174. margin-right: 0;
  175. margin-left: 0;
  176. }
  177. .wp-block-drupalmedia-drupal-media-entity figcaption {
  178. text-align: center;
  179. }
  180. .editor-block-types-list__item-title {
  181. padding: 4px 2px;
  182. min-height: 68px;
  183. }
  184. .wp-block[data-type="core-embed/youtube"] iframe {
  185. width: 100%;
  186. }
  187. .wp-block-cover .block-editor-url-input input {
  188. color: #000;
  189. }
  190. body .gutenberg__editor .edit-post-layout .edit-post-header {
  191. font-family: inherit;
  192. }
  193. @media (min-width: 782px) {
  194. body .gutenberg__editor .edit-post-layout .edit-post-header {
  195. position: fixed;
  196. }
  197. }
  198. body .gutenberg__editor .edit-post-layout .edit-post-header .gutenberg-header-settings #edit-actions {
  199. display: flex;
  200. flex-direction: row;
  201. align-items: center;
  202. }
  203. @media screen and (max-width: 600px) {
  204. body .gutenberg__editor .edit-post-layout .edit-post-header .gutenberg-header-settings #edit-actions input[type="submit"] {
  205. float: none;
  206. width: auto;
  207. margin-top: 0;
  208. margin-right: 10px;
  209. }
  210. body .gutenberg__editor .edit-post-layout .edit-post-header .gutenberg-header-settings #edit-actions a.button {
  211. padding: 5px 0;
  212. }
  213. }
  214. @media (min-width: 782px) {
  215. body.toolbar-horizontal .edit-post-sidebar {
  216. top: 95px !important;
  217. }
  218. }
  219. @media (min-width: 782px) {
  220. body.toolbar-horizontal .edit-post-header {
  221. top: 39px !important;
  222. left: 0 !important;
  223. }
  224. }
  225. @media (min-width: 782px) {
  226. body.toolbar-horizontal.toolbar-tray-open .edit-post-sidebar {
  227. top: 134px !important;
  228. }
  229. }
  230. @media (min-width: 782px) {
  231. body.toolbar-horizontal.toolbar-tray-open .edit-post-header {
  232. top: 78px !important;
  233. }
  234. }
  235. @media (min-width: 782px) {
  236. body.toolbar-vertical .edit-post-sidebar {
  237. top: 95px !important;
  238. }
  239. }
  240. @media (min-width: 782px) {
  241. body.toolbar-vertical .edit-post-header {
  242. top: 39px !important;
  243. left: 240px !important;
  244. }
  245. }
  246. .edit-post-visual-editor {
  247. padding: 80px 0;
  248. }
  249. .edit-post-visual-editor .editor-block-list__block[data-align="full"] {
  250. margin-left: -46px !important;
  251. margin-right: -46px !important;
  252. }
  253. .edit-post-layout__content {
  254. padding-bottom: 4px;
  255. }
  256. @media (min-width: 600px) {
  257. .edit-post-layout__content {
  258. overscroll-behavior-y: auto !important;
  259. }
  260. }
  261. @media (min-width: 782px) {
  262. .edit-post-layout__content {
  263. margin-left: 0px;
  264. }
  265. }
  266. .edit-post-more-menu__content .components-dropdown-menu__menu .components-menu-group:last-child {
  267. display: none;
  268. }
  269. .edit-post-sidebar {
  270. background: #ececec !important;
  271. }
  272. .edit-post-sidebar .components-base-control {
  273. padding-right: 16px;
  274. }
  275. .edit-post-sidebar .components-button:focus {
  276. background: none !important;
  277. }
  278. .edit-post-sidebar .edit-post-sidebar-header {
  279. background: #ececec !important;
  280. height: auto;
  281. border: none;
  282. }
  283. .edit-post-sidebar .edit-post-extra-sidebar__panel {
  284. display: none;
  285. }
  286. .edit-post-sidebar button.edit-post-sidebar__panel-tab {
  287. color: #0074bd;
  288. background-color: #eee;
  289. height: 36px;
  290. }
  291. .edit-post-sidebar button.edit-post-sidebar__panel-tab.is-active {
  292. border-color: transparent !important;
  293. background-color: #fff;
  294. }
  295. .edit-post-sidebar .edit-post-post-status {
  296. display: none;
  297. }
  298. .edit-post-sidebar .editor-block-inspector__card {
  299. border-bottom: 1px solid #bfbfbf;
  300. }
  301. .edit-post-sidebar .components-panel__body .components-panel__body {
  302. background-color: #fcfcfa;
  303. border-top: 1px solid #fff;
  304. border-bottom: 1px solid #bfbfbf;
  305. }
  306. .edit-post-sidebar .components-panel__body .components-panel__body .components-panel__body-title button {
  307. color: #0074bd;
  308. font-weight: bold;
  309. text-transform: uppercase;
  310. text-shadow: 0 1px 0 white;
  311. }
  312. .edit-post-sidebar .components-panel__body .components-panel__body .components-panel__body-title button:before {
  313. content: '\25BA';
  314. font-size: 10px;
  315. line-height: 22px;
  316. margin-right: 6px;
  317. }
  318. .edit-post-sidebar .components-panel__body .components-panel__body .components-panel__body-title button:hover {
  319. color: #004f80;
  320. }
  321. .edit-post-sidebar .components-panel__body .components-panel__body .components-panel__body-title button svg {
  322. display: none;
  323. }
  324. .edit-post-sidebar .components-panel__body .components-panel__body.is-opened {
  325. background-color: #ececec;
  326. background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.125), transparent 4px);
  327. border-top-width: 0;
  328. padding-top: 17px;
  329. }
  330. .edit-post-sidebar .components-panel__body .components-panel__body.is-opened .components-panel__body-title button {
  331. color: #004f80;
  332. }
  333. .edit-post-sidebar .components-panel__body .components-panel__body.is-opened .components-panel__body-title button:before {
  334. content: '\25BC';
  335. }
  336. .edit-post-sidebar .entity-meta {
  337. border: none;
  338. }
  339. .edit-post-sidebar .entity-meta .entity-meta__header {
  340. background-color: white;
  341. border-top: none;
  342. border-radius: 0;
  343. padding: 0 10px;
  344. }
  345. .edit-post-sidebar .entity-meta .seven-details > summary {
  346. padding: 1.25em;
  347. }
  348. .edit-post-sidebar select {
  349. width: 100%;
  350. background-repeat: no-repeat;
  351. background-position: center right;
  352. padding: 5px 5px;
  353. line-height: 1.3em;
  354. }
  355. .edit-post-sidebar #edit-additional-fields {
  356. padding: 0 10px 10px;
  357. }
  358. .gutenberg-sidebar {
  359. display: none;
  360. }
  361. .edit-post-meta-boxes-area__container {
  362. margin: auto auto;
  363. max-width: 810px;
  364. padding: 0 14px;
  365. }
  366. @media (min-width: 782px) {
  367. .edit-post-layout__content .components-editor-notices__snackbar {
  368. left: 0;
  369. }
  370. .edit-post-layout__footer {
  371. left: 0;
  372. }
  373. }
  374. #gutenberg-loading {
  375. position: absolute;
  376. left: 0;
  377. top: 0;
  378. right: 0;
  379. bottom: 0;
  380. display: flex;
  381. align-items: center;
  382. justify-content: center;
  383. }
  384. #gutenberg-loading.hide {
  385. display: none;
  386. }
  387. .gutenberg-full-editor:not(.ready) {
  388. display: none;
  389. }
  390. .layout-container.full-width {
  391. margin: 0;
  392. }
  393. body .gutenberg__editor .edit-post-layout .edit-post-sidebar {
  394. font-family: inherit;
  395. }
  396. .field--gutenberg .form-item + label {
  397. display: none;
  398. }
  399. .field--gutenberg > .text-format-wrapper > .filter-wrapper {
  400. display: none;
  401. }
  402. .wp-block-embed iframe {
  403. border: none;
  404. }
  405. .editor-rich-text__tinymce[data-is-placeholder-visible="true"] {
  406. z-index: 2;
  407. }
  408. .editor-rich-text__tinymce ~ .editor-rich-text__tinymce {
  409. opacity: 0.5;
  410. pointer-events: none;
  411. }
  412. .edit-post-header__settings .editor-post-save-draft {
  413. display: none;
  414. }
  415. .edit-post-header__settings .editor-post-publish-panel__toggle {
  416. display: none !important;
  417. }
  418. .edit-post-header__settings .editor-post-saved-state {
  419. display: none;
  420. }
  421. .wp-block {
  422. max-width: 810px;
  423. }
  424. .wp-block[data-type='core/heading'] h1 {
  425. font-size: 4em;
  426. }
  427. .wp-block[data-align=wide] {
  428. max-width: 810px;
  429. }
  430. /*# sourceMappingURL=editor.css.map */