diff options
| author | garbash <dor.garbash@gmail.com> | 2014-11-30 19:50:04 +0200 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2014-11-30 19:50:04 +0200 |
| commit | 6eb3b3e8ee13d0ab41b0dd1b2eccecae5bb20c49 (patch) | |
| tree | d93bc85263fe238e95f57fc5a0fbb547189785f5 /res/css/partials/graph-view.scss | |
| parent | ae97bf0a841d59cffdf94c34036ddfe0ab925623 (diff) | |
Input bar styling - submit button not working
Diffstat (limited to 'res/css/partials/graph-view.scss')
| -rw-r--r-- | res/css/partials/graph-view.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/res/css/partials/graph-view.scss b/res/css/partials/graph-view.scss index b885031d..c2d1e2b8 100644 --- a/res/css/partials/graph-view.scss +++ b/res/css/partials/graph-view.scss @@ -1,3 +1,8 @@ +.graph-view { + width:100%; + background-color: #f5f5fa; //$light-grey +} + .node { stroke: #fff; stroke-width: 1px; |
