[Frontend] Styling Export button
fixes #973 - In progress: - Added new download symbol to symbols font; - Added export symbol to export button; - Layout/markup/SASS for historical tabular view modified;
This commit is contained in:
@@ -162,4 +162,14 @@ table {
|
||||
min-width: 150px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/********************************************************** SPECIFIC TABULAR VIEWS */
|
||||
.t-tabular {
|
||||
&.t-historical {
|
||||
$btnExportH: 25px;
|
||||
.l-view-section {
|
||||
top: $btnExportH + $interiorMargin;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user