From b42f86d0fbb1d152ef64dd1e61f95b48a00f63e7 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Wed, 20 Jun 2018 00:29:58 -0400 Subject: [PATCH] update card title size/spacing --- src/renderer/scss/component/_card.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/renderer/scss/component/_card.scss b/src/renderer/scss/component/_card.scss index e4ee438c9..0190e2e19 100644 --- a/src/renderer/scss/component/_card.scss +++ b/src/renderer/scss/component/_card.scss @@ -113,9 +113,9 @@ .card__title--small { font-size: 14px; line-height: 18px; - padding-top: 20px; + padding-top: $spacing-vertical / 3; - @media only screen and (min-width: $medium-breakpoint) { + @media only screen and (min-width: $large-breakpoint) { font-size: 16px; } } @@ -223,7 +223,7 @@ &:not(.card__actions--vertical) { .btn:nth-child(n + 2), // For buttons wrapped in a tooltip - .tooltip:nth-child(n + 2) { + .tooltip:nth-child(n + 2) { margin-left: $spacing-vertical / 3; } }