From 42e56731924612cfdd2a067a5c55e55f24e3c35c Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sun, 7 Jul 2019 20:47:44 +0200 Subject: [PATCH] Increased font size for widgets --- .../static/css/source/dashboard/widgets/music/index.scss | 6 +++--- .../static/css/source/dashboard/widgets/rss-news/index.scss | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/platypush/backend/http/static/css/source/dashboard/widgets/music/index.scss b/platypush/backend/http/static/css/source/dashboard/widgets/music/index.scss index 6d043c610..2c7840b40 100644 --- a/platypush/backend/http/static/css/source/dashboard/widgets/music/index.scss +++ b/platypush/backend/http/static/css/source/dashboard/widgets/music/index.scss @@ -16,17 +16,17 @@ $playback-status-color: #757f70; .unknown, .no-track { - font-size: 1.5em; + font-size: 1.7em; } .artist { - font-size: 1.4em; + font-size: 1.7em; font-weight: bold; margin-bottom: .25em; } .title { - font-size: 1.25em; + font-size: 1.6em; } } diff --git a/platypush/backend/http/static/css/source/dashboard/widgets/rss-news/index.scss b/platypush/backend/http/static/css/source/dashboard/widgets/rss-news/index.scss index 53b38324f..d5fc29687 100644 --- a/platypush/backend/http/static/css/source/dashboard/widgets/rss-news/index.scss +++ b/platypush/backend/http/static/css/source/dashboard/widgets/rss-news/index.scss @@ -10,19 +10,19 @@ padding: 0 2em; .source { - font-size: 1.25em; + font-size: 1.5em; font-weight: bold; margin-bottom: .5em; } .title { - font-size: 1.25em; + font-size: 1.5em; margin-bottom: .5em; } .published { text-align: right; - font-size: .9em; + font-size: 1em; } } }