Farmbot-Web-App/webpack/css/hotkeys.scss

21 lines
307 B
SCSS

.hotkey-guide {
z-index: 99;
top: 24vh;
margin: 0 auto;
left: 0;
right: 0;
width: 32rem;
position: relative;
outline: none;
h3 {
text-align: center;
display: block;
margin-bottom: 3rem;
}
i {
position: absolute;
font-size: 2rem;
top: 1rem;
left: 1rem;
}
}