Skip to content

Commit

Permalink
github-deploy-action-statics-dataflow-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
github-deploy-action committed Feb 1, 2024
1 parent 40e7b43 commit e1fde00
Show file tree
Hide file tree
Showing 3 changed files with 31,740 additions and 31,764 deletions.
44,395 changes: 22,192 additions & 22,203 deletions statics-dataflow-refactor/hazel.js

Large diffs are not rendered by default.

25 changes: 6 additions & 19 deletions statics-dataflow-refactor/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1461,6 +1461,7 @@ svg.tile-selected {
/* END STATICS*/

#bottom-bar {
z-index: 1;
grid-row: 3 / span 1;
grid-column: 1 / span 2;
display: flex;
Expand Down Expand Up @@ -1556,38 +1557,24 @@ svg.tile-selected {
gap: 0.75em;
}

.explain-this .example .cell {
width: auto;
}

.explain-this .example + .example {
border-top: 1px dotted #c7b480;
padding-top: 0.75em;
}

.explain-this .example .code-text {
position: relative;
}

.explain-this .example .ex-result {
display: flex;
align-items: center;
gap: 0.5em;
padding-top: 5px;
.explain-this .example .cell {
width: auto;
background-color: #f7ebd3;
}

.explain-this .code-container {
margin-bottom: 0em;
.explain-this .example .cell-result {
background-color: #ede0c6;
}

.explain-this .explanation {
white-space: normal;
}

.explain-this .code-text {
position: relative;
}

.specificity-options-menu {
transform-origin: top;
transform: scaleY(0);
Expand Down
Loading

0 comments on commit e1fde00

Please sign in to comment.