diff --git a/new-lamassu-admin/src/pages/Dashboard/Alerts/Alerts.styles.js b/new-lamassu-admin/src/pages/Dashboard/Alerts/Alerts.styles.js index 7aa2ebe7..eb188b65 100644 --- a/new-lamassu-admin/src/pages/Dashboard/Alerts/Alerts.styles.js +++ b/new-lamassu-admin/src/pages/Dashboard/Alerts/Alerts.styles.js @@ -38,7 +38,8 @@ const styles = { }, noAlertsLabel: { color: comet, - marginLeft: -5 + marginLeft: -5, + height: 100 }, table: { maxHeight: 465, diff --git a/new-lamassu-admin/src/pages/Dashboard/Dashboard.styles.js b/new-lamassu-admin/src/pages/Dashboard/Dashboard.styles.js index 477756cf..f83fc58c 100644 --- a/new-lamassu-admin/src/pages/Dashboard/Dashboard.styles.js +++ b/new-lamassu-admin/src/pages/Dashboard/Dashboard.styles.js @@ -1,5 +1,5 @@ import typographyStyles from 'src/components/typography/styles' -import { spacer, white, primaryColor, comet } from 'src/styling/variables' +import { spacer, white, primaryColor } from 'src/styling/variables' const { label1 } = typographyStyles const styles = { @@ -20,10 +20,8 @@ const styles = { }, root: { flexGrow: 1, - display: 'flex' - }, - footer: { - margin: [['auto', 0, spacer * 3, 'auto']] + display: 'flex', + marginBottom: 120 }, card: { wordWrap: 'break-word', @@ -64,10 +62,6 @@ const styles = { marginTop: 40, marginBottom: 0 }, - notAlertsLabel: { - marginTop: 40, - color: comet - }, systemStatusCard: { flex: 1, marginTop: spacer @@ -80,7 +74,6 @@ const styles = { }, displayFlex: { display: 'flex', - flex: 0.85, flexDirection: 'column' } }