diff --git a/src/app/charts/device-chart/device-chart.component.html b/src/app/charts/device-chart/device-chart.component.html index dea3ad5f2..4f8165b37 100644 --- a/src/app/charts/device-chart/device-chart.component.html +++ b/src/app/charts/device-chart/device-chart.component.html @@ -1,6 +1,6 @@ - - Devices - +
+
Devices
+
@@ -8,5 +8,5 @@
- - \ No newline at end of file +
+
\ No newline at end of file diff --git a/src/app/charts/folder-chart/folder-chart.component.html b/src/app/charts/folder-chart/folder-chart.component.html index dd0c0dcd7..afbf6959e 100644 --- a/src/app/charts/folder-chart/folder-chart.component.html +++ b/src/app/charts/folder-chart/folder-chart.component.html @@ -1,6 +1,6 @@ - - Folders - +
+
Folders
+
@@ -8,5 +8,5 @@
- - \ No newline at end of file +
+
\ No newline at end of file diff --git a/src/app/lists/status-list/status-list.component.html b/src/app/lists/status-list/status-list.component.html index 0ac37624e..35a3a0d8e 100644 --- a/src/app/lists/status-list/status-list.component.html +++ b/src/app/lists/status-list/status-list.component.html @@ -1,10 +1,10 @@ - +
- Status - +
Status
+
- +
- - \ No newline at end of file +
+
\ No newline at end of file diff --git a/src/styles.scss b/src/styles.scss index ac9d610ad..8ab16a842 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -78,6 +78,18 @@ html, body { font-family: mat-font-family($tech-ui-typography); line-height: mat-line-height($tech-ui-typography, body-1); } -.mat-card-title { + +.tui-card { + background-color: white; + border-radius: 4px; + height: 100%; +} + +.tui-card-title { + padding: 16px 16px 0 16px; font-size: mat-font-size($tech-ui-typography, subheading-2) +} + +.tui-card-content { + padding: 16px; } \ No newline at end of file