Sha256: ceebc55149413000e9936f75feec2ccde7e91cab571288db9cab86d05498e670

Contents?: true

Size: 973 Bytes

Versions: 5

Compression:

Stored size: 973 Bytes

Contents

.blocklyTrash {
  display: none;
}

.blocklyZoom {
  display: none;
}

.blocklyText {
  fill: black !important;
  stroke-width: 0.10px !important;
  stroke: black !important;
}

.blocklyEditableText > rect {
  fill-opacity: 0;
}

.blocklyEditableText > text > tspan {
  fill: black !important;
}

.blocklyHighlightedConnectionPath,
.blocklySelected > .blocklyPath {
  stroke: white;
  stroke-width: 3px;
  stroke-opacity: 0.5;
}

.gbs_blue {
  background-image: url(./blue.svg) !important;
}

.gbs_black {
  background-image: url(./black.svg) !important;
}

.gbs_red {
  background-image: url(./red.svg) !important;
}

.gbs_green {
  background-image: url(./green.svg) !important;
}

.gbs_stone {
  position: relative;
}

.gbs_board td {
  padding: 0 !important;
}

.gbs_stone_amount {
  font-family: "Nunito", sans-serif !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gbs_gh {
  outline: 1px solid #cc0000 !important;
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
mumuki-gobstones-runner-1.12.1 lib/render/editor/editor.css
mumuki-gobstones-runner-1.12.0 lib/render/editor/editor.css
mumuki-gobstones-runner-1.11.2 lib/render/editor/editor.css
mumuki-gobstones-runner-1.11.1 lib/render/editor/editor.css
mumuki-gobstones-runner-1.11.0 lib/render/editor/editor.css