Skip to content

Commit

Permalink
feat: Styling for set component in graph (#3066)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjon3s authored Apr 30, 2024
1 parent d8cf738 commit 415cdff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions editor.planx.uk/src/pages/FlowEditor/floweditor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ $padding: 10px;
$editorPadding: 30px;
$pixel: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAADElEQVQImWO4cOECAATkAnFXdNPtAAAAAElFTkSuQmCC);

$fontMonospace: "Source Code Pro", monospace;

// Import custom typeface for data inputs
@import url("https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400&display=swap");

Expand Down Expand Up @@ -163,6 +165,11 @@ $pixel: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAA
}
}

&.type-SetValue > a {
background: #f0f0f0;
font-family: $fontMonospace;
}

&.type-Section {
[data-layout="top-down"] & {
width: 100%;
Expand Down

0 comments on commit 415cdff

Please sign in to comment.