diff --git a/sass/app.scss b/sass/app.scss index c26af35e..e4d5b651 100644 --- a/sass/app.scss +++ b/sass/app.scss @@ -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;