diff --git a/platypush/backend/http/static/css/source/webpanel/plugins/sensors/index.scss b/platypush/backend/http/static/css/source/webpanel/plugins/sensors/index.scss index e46d203297..183cd0d646 100644 --- a/platypush/backend/http/static/css/source/webpanel/plugins/sensors/index.scss +++ b/platypush/backend/http/static/css/source/webpanel/plugins/sensors/index.scss @@ -13,14 +13,13 @@ .body { display: flex; flex-direction: column; - border: $default-border-3; - border-radius: 2rem; margin: 2rem auto; width: 80%; .metric { + margin-bottom: .75rem; padding: 2rem; - border-bottom: $default-border-3; + border: $default-border-3; border-radius: 2rem; &:nth-child(odd) { background: rgba(255, 255, 255, 0.0); } diff --git a/platypush/backend/http/templates/plugins/sensors/index.html b/platypush/backend/http/templates/plugins/sensors/index.html index 09998fe057..5583e3e318 100644 --- a/platypush/backend/http/templates/plugins/sensors/index.html +++ b/platypush/backend/http/templates/plugins/sensors/index.html @@ -9,7 +9,7 @@