diff options
| author | garbash <dor.garbash@gmail.com> | 2014-11-30 20:05:05 +0200 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2014-11-30 20:05:05 +0200 |
| commit | b12f2c868cb71d6b23158ef86f5b16977df941a9 (patch) | |
| tree | 64cbc0207e1696caa929218b1c79626d86f13453 /res/css/partials/task-alert.scss | |
| parent | b2bba3e883d0b16847ae7cc428f4bb62915bc141 (diff) | |
box-shadow to search-bar
Diffstat (limited to 'res/css/partials/task-alert.scss')
| -rw-r--r-- | res/css/partials/task-alert.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/css/partials/task-alert.scss b/res/css/partials/task-alert.scss index d3cdc767..a1233ce2 100644 --- a/res/css/partials/task-alert.scss +++ b/res/css/partials/task-alert.scss @@ -1,6 +1,6 @@ .task-alert{ position:fixed; - top: $top-bar-height+$search-bar-height; + top: $top-bar-height+$search-bar-height+4px; width: 100%; height:$task-alert-height; background-color: #D3F2F8;//$light-cyan |
