diff options
| author | garbash <dor.garbash@gmail.com> | 2014-11-30 18:08:22 +0200 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2014-11-30 18:08:22 +0200 |
| commit | ae97bf0a841d59cffdf94c34036ddfe0ab925623 (patch) | |
| tree | d23f1b9ec56d8ba066fc089f323479b78c32b607 /res/css/partials/top-bar.scss | |
| parent | 897b200c5ea77b72ea694f912a66129be3ed029c (diff) | |
Task-alert styling - button not-working
Diffstat (limited to 'res/css/partials/top-bar.scss')
| -rw-r--r-- | res/css/partials/top-bar.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/css/partials/top-bar.scss b/res/css/partials/top-bar.scss index 0224410c..e10cfd8f 100644 --- a/res/css/partials/top-bar.scss +++ b/res/css/partials/top-bar.scss @@ -10,7 +10,7 @@ .doc-title{ position:fixed; font-family: $semibold-font-family; - left:60px; + left:$left-margin; top:10px; color: #f5f5fa; //todo: $light-grey: |
