diff --git a/js/apps/system/aardvark/frontend/scss/_colors.scss b/js/apps/system/aardvark/frontend/scss/_colors.scss index 8d037e44eb..94f5c6e343 100644 --- a/js/apps/system/aardvark/frontend/scss/_colors.scss +++ b/js/apps/system/aardvark/frontend/scss/_colors.scss @@ -50,3 +50,5 @@ $c_navBarSpacer : #A0A0A0; $c_navBarSpacerShadow : #C8C8C8; $c_btn_inverse : #736B68; + +$c_notification_red : #FF0000; diff --git a/js/apps/system/aardvark/frontend/scss/_notification.scss b/js/apps/system/aardvark/frontend/scss/_notification.scss index 3d8efa9b2f..7f3806145a 100644 --- a/js/apps/system/aardvark/frontend/scss/_notification.scss +++ b/js/apps/system/aardvark/frontend/scss/_notification.scss @@ -81,6 +81,7 @@ background-color: #333232; border-radius: 3px; border: 2px solid #8AA051; + text-align: center; } .notificationItemContent { @@ -92,12 +93,12 @@ } .fullNotification { - border: 2px solid red !important; - background-color: red !important; + border: 2px solid $c_notification_red !important; + background-color: $c_notification_red !important; } #stat_hd #stat_hd_counter { color: white; - margin-left: 8px; + margin-left: 0px; line-height: 24px; }