# codoc/0.9.59/src/block/editor.scss

codoc, version 0.9.59. 74 lines.

- Page: https://pluginprobe.com/plugins/codoc/0.9.59/code/src/block/editor.scss
- Raw: https://pluginprobe.com/plugins/codoc/0.9.59/raw/src/block/editor.scss
- Modified: 2026-04-02T08:37:06+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/codoc/0.9.59/code/src/block/editor.scss#L10-L20`.

```scss
/**
 * #.# Editor Styles
 *
 * CSS for just Backend enqueued after style.scss
 * which makes it higher in priority.
 */

.wp-block-cgb-block-wordpress  {
  background: $green;
  border: 0.2rem solid $black;
  color: $black;
  margin: 0 auto;
  max-width: 740px;
  padding: 2rem;
}
.wp-block-codoc-border {
  background: $green;
  border: 0.2rem solid $black;
  color: $black;
  text-align: center;
  padding: 2rem;
  //margin: 0 auto;
  //max-width: 740px;
  //padding: 2rem;

}
.components-range-control__number {
  width: 70px;
}
.codoc-subscription-title {
  display: flex;
  justify-content: space-between;
}
.codoc-subscription-add {
  position: relative;
  display: inline-block;
  padding: 2px 10px 2px 23px;
  margin-left: 10px;
  background: #0073aa;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  border-radius: 3px;
}
.codoc-subscription-add:hover {
  background: #0070a7;
  color: #efefef;
}

.codoc-subscription-add:before {
  position: absolute;
  top: 50%;
  left: 7px;
  display: block;
  content: "";
  width: 10px;
  height: 1px;
  margin-top: -1px;
  background: #fff;
}

.codoc-subscription-add:after {
  position: absolute;
  top: 50%;
  left: 7px;
  display: block;
  content: "";
  width: 10px;
  height: 1px;
  margin-top: -1px;
  background: #fff;
  transform: rotate(90deg);
}

```
