From e39f9767be961164330ad34d2bb1ec716e38ac18 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 18 May 2016 21:45:51 +0300 Subject: [PATCH] Minor style improvements. --- resources/styles/partials/colorpicker.scss | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/resources/styles/partials/colorpicker.scss b/resources/styles/partials/colorpicker.scss index 6752ce132..080f8ad8c 100644 --- a/resources/styles/partials/colorpicker.scss +++ b/resources/styles/partials/colorpicker.scss @@ -33,6 +33,10 @@ .inputs-area { display: flex; justify-content: space-around; + + > input { + width: 50%; + } } /* Default skin */ @@ -110,6 +114,10 @@ border-radius: 4px; background-color: white; } + .inputs-area { + width: 170px; + } + } } @@ -142,9 +150,10 @@ border-radius: $br-small; display: flex; flex-direction: column; - left: 0; + left: 1400px; + top: 100px; padding: $small; position: absolute; - top: -20px; z-index: 11; + width: 210px; }