Add "virtual" label before the button group of keyboard slider. #50

This commit is contained in:
Arpad Csanyi
2016-05-21 17:56:21 +02:00
parent 19c8c6372f
commit 35cf25f68f

View File

@@ -146,6 +146,25 @@ ul {
}
}
.uhk {
&__layer-switcher {
&--wrapper {
position: relative;
&:before {
content: 'Layers: ';
display: inline-block;
position: absolute;
bottom: -0.3em;
right: 100%;
font-size: 2.4rem;
padding-right: .25em;
margin: 0;
}
}
}
}
.keyboard-slider {
position: relative;
overflow: hidden;