diff options
| author | Alon Levy <alon@pobox.com> | 2015-03-22 07:49:30 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-03-22 07:49:41 +0200 |
| commit | 599b8148bac2f91d0d00b44f393bc082ae476212 (patch) | |
| tree | eebfbf6acefdd88c25c858822116d178533ad880 /res/client/css/style.scss | |
| parent | bf4df7f0c9898f748bce01ed237e0c52738432cf (diff) | |
client: move zoom buttons into zoom-bar on bottom right
Diffstat (limited to 'res/client/css/style.scss')
| -rw-r--r-- | res/client/css/style.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/client/css/style.scss b/res/client/css/style.scss index c4429511..1cabe721 100644 --- a/res/client/css/style.scss +++ b/res/client/css/style.scss @@ -19,6 +19,7 @@ @import "partials/top-bar"; @import "partials/typography"; @import "partials/tool-bar"; +@import "partials/zoom-bar"; // Views @import "by-view/graph-view"; |
