Make the text size of the "Layers:" text next to the layer buttons the same size as the text size of the buttons.

This commit is contained in:
László Monda
2017-06-21 19:20:05 +02:00
parent bf435f9e82
commit 6e23b2a91b

View File

@@ -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;
}
}