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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user