Skip to content

Commit

Permalink
Small tweaks in sandbox styling
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcaldas committed Feb 18, 2018
1 parent 6b22035 commit d2aa7d6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions sandbox/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}

.container__graph {
grid-column: 1 / 5;
grid-column: 1 / 4;
grid-row: 1 / 2;
border: 1px solid black;
}
Expand All @@ -32,26 +32,30 @@
max-width: 800px;
max-height: 400px;
border: 1px dotted gray;
margin-left: 80px;
margin-left: 20px;
margin-top: 4px;
z-index: 1;
}

.container__graph-data {
grid-column: 1 / 2;
grid-row: 2 / 3;
margin-bottom: 4px;
z-index: 2;
}

.container__graph-config {
grid-column: 2 / 3;
grid-row: 2 / 3;
margin-bottom: 4px;
z-index: 2;
}

.container__form {
grid-column: 5/ 6;
grid-row: 1 / 4;
min-width: 400px;
z-index: 3;
}

.cross-icon {
Expand Down

0 comments on commit d2aa7d6

Please sign in to comment.