From 0dac122db55062a39e9e001d42a18cb5e688d502 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Tue, 2 Jul 2019 15:38:09 +0200 Subject: [PATCH] Style for the new sensors web plugin --- .../static/css/source/webpanel/plugins/sensors/index.scss | 5 ++--- platypush/backend/http/templates/plugins/sensors/index.html | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) 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 @@