mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-02 13:12:13 +08:00
Fix markup
This commit is contained in:
parent
d9bfd8c28e
commit
50810dc55e
2 changed files with 1 additions and 2 deletions
|
@ -6,7 +6,7 @@ var DasboardCurrentTasksWidget = (function() {
|
|||
var viewFilter = '.curent-tasks-filters .view-filter';
|
||||
var projectFilter = '.curent-tasks-filters .project-filter';
|
||||
var experimentFilter = '.curent-tasks-filters .experiment-filter';
|
||||
var emptyState = `<div class="no-tasks ">
|
||||
var emptyState = `<div class="no-tasks">
|
||||
<p class="text-1">${ I18n.t('dashboard.current_tasks.no_tasks.text_1') }</p>
|
||||
<p class="text-2">${ I18n.t('dashboard.current_tasks.no_tasks.text_2') }</p>
|
||||
<i class="fas fa-angle-double-down"></i>
|
||||
|
|
|
@ -113,7 +113,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
.no-tasks {
|
||||
color: $color-alto;
|
||||
margin-left: 8px;
|
||||
|
|
Loading…
Reference in a new issue