From 3bb374c84a5f4092bda4c99e1d2e552e4fb04de4 Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Sat, 3 Feb 2018 19:27:55 +0100 Subject: [PATCH] chore: style improvements --- src/webui/src/components/PackageDetail/packageDetail.scss | 4 ++-- src/webui/src/components/PackageSidebar/Module/style.scss | 2 +- .../modules/Maintainers/MaintainerInfo/style.scss | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/webui/src/components/PackageDetail/packageDetail.scss b/src/webui/src/components/PackageDetail/packageDetail.scss index b80704ce3..98e144c43 100644 --- a/src/webui/src/components/PackageDetail/packageDetail.scss +++ b/src/webui/src/components/PackageDetail/packageDetail.scss @@ -2,12 +2,12 @@ .pkgDetail { .title { - font-size: 38px; + font-size: 28px; color: $primary-color; border-bottom: 1px solid $border-color; text-transform: capitalize; font-weight: 600; - margin: 0 0 10px; + margin: 0 0 40px; padding-bottom: 5px; } diff --git a/src/webui/src/components/PackageSidebar/Module/style.scss b/src/webui/src/components/PackageSidebar/Module/style.scss index dfeafc9d5..0eaf0268d 100644 --- a/src/webui/src/components/PackageSidebar/Module/style.scss +++ b/src/webui/src/components/PackageSidebar/Module/style.scss @@ -4,7 +4,7 @@ .module { .moduleTitle { display: flex; align-items: flex-end; - font-size: 24px; + font-size: 21px; color: $primary-color; margin: 0 0 10px; padding: 5px 0; diff --git a/src/webui/src/components/PackageSidebar/modules/Maintainers/MaintainerInfo/style.scss b/src/webui/src/components/PackageSidebar/modules/Maintainers/MaintainerInfo/style.scss index 2259db547..538829df1 100644 --- a/src/webui/src/components/PackageSidebar/modules/Maintainers/MaintainerInfo/style.scss +++ b/src/webui/src/components/PackageSidebar/modules/Maintainers/MaintainerInfo/style.scss @@ -7,6 +7,7 @@ .maintainer { &:not(:last-child) { margin-bottom: 10px; } + img { width: $mine-height; height: $mine-height; @@ -14,6 +15,7 @@ .maintainer { border-radius: 100%; flex-shrink: 0; } + span { font-size: 14px; flex-shrink: 1;