Skip to content

Commit

Permalink
fix workflow top panel styling
Browse files Browse the repository at this point in the history
  • Loading branch information
erquhart committed May 31, 2018
1 parent df36563 commit 65f846f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/components/UI/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@
--borderWidth: 2px;
--textFieldBorder: solid var(--borderWidth) var(--textFieldBorderColor);
--topCardWidth: 682px;
--pageMargin: 84px 18px;
--pageMarginVertical: 84px;
--pageMarginHorizontal: 18px;
--pageMargin: var(--pageMarginVertical) var(--pageMarginHorizontal);

--dropShadow: {
box-shadow: 0 2px 4px 0 rgba(19, 39, 48, .12);
Expand Down
3 changes: 1 addition & 2 deletions src/components/Workflow/Workflow.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
@import "./WorkflowCard.css";

.nc-workflow {
padding: var(--pageMargin);
padding-bottom: 0;
padding: var(--pageMarginVertical) var(--pageMarginHorizontal) 0;
height: 100vh;
}

Expand Down

0 comments on commit 65f846f

Please sign in to comment.