From 6d97c67c3594e93bcbb42d45ff141ec582012baa Mon Sep 17 00:00:00 2001 From: Mark Date: Wed, 26 Oct 2016 20:52:19 +0200 Subject: [PATCH] adjust prof and exhaustion sizing --- 5eShaped/precompiled/styles/_core.scss | 10 +++++----- 5eShaped/precompiled/styles/_formatting.scss | 4 ++++ 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/5eShaped/precompiled/styles/_core.scss b/5eShaped/precompiled/styles/_core.scss index 3ee07cc0c0..417adeb463 100644 --- a/5eShaped/precompiled/styles/_core.scss +++ b/5eShaped/precompiled/styles/_core.scss @@ -82,11 +82,11 @@ .sheet-proficiency-bonus, .sheet-inspiration, .sheet-exhaustion { - margin-left: 3px; + margin-left: 4px; .sheet-wrap-box-title { margin-bottom: 4px; - margin-top: 5px; + margin-top: 4px; } } @@ -94,11 +94,11 @@ .sheet-proficiency-bonus-wrapper, .sheet-exhaustion-wrapper { border: 1px solid $black; - height: 29px; - left: -6px; + height: 28px; + left: -7px; position: absolute; top: -3px; - width: 30px !important; + width: 28px !important; } .sheet-proficiency-bonus-wrapper, diff --git a/5eShaped/precompiled/styles/_formatting.scss b/5eShaped/precompiled/styles/_formatting.scss index 8383c8dff9..90b35a09fa 100644 --- a/5eShaped/precompiled/styles/_formatting.scss +++ b/5eShaped/precompiled/styles/_formatting.scss @@ -41,6 +41,10 @@ hr { .sheet-wrap-box-title { margin-top: 4px; text-shadow: -1px 0 $white, 0 1px $white, 1px 0 $white, 0 -1px $white; + + .sheet-wrapper-button & { + margin-top: 1px; + } } .sheet-wrap-box-label {