From 6e23b2a91be0e630e0f286870a0f5049856e28fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Wed, 21 Jun 2017 19:20:05 +0200 Subject: [PATCH] Make the text size of the "Layers:" text next to the layer buttons the same size as the text size of the buttons. --- shared/src/components/layers/layers.component.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shared/src/components/layers/layers.component.scss b/shared/src/components/layers/layers.component.scss index d3c56ada..e897ed78 100644 --- a/shared/src/components/layers/layers.component.scss +++ b/shared/src/components/layers/layers.component.scss @@ -25,10 +25,10 @@ content: attr(data-title); display: inline-block; position: absolute; - bottom: 0.3em; + bottom: 0.55em; right: 100%; - font-size: 2.4rem; - padding-right: 0.25em; + font-size: 18px; + padding-right: 0.45em; margin: 0; } }