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

22 lines
308 B
SCSS
Raw Normal View History

2017-07-07 11:54:09 -06:00
.hotkey-guide {
2018-09-13 14:26:53 -06:00
position: relative;
2017-07-07 11:54:09 -06:00
top: 24vh;
left: 0;
right: 0;
2018-09-13 14:26:53 -06:00
z-index: 99;
margin: 0 auto;
2017-07-07 11:54:09 -06:00
width: 32rem;
outline: none;
h3 {
display: block;
2018-09-13 14:26:53 -06:00
text-align: center;
2017-07-07 11:54:09 -06:00
margin-bottom: 3rem;
}
i {
position: absolute;
top: 1rem;
left: 1rem;
2018-09-13 14:26:53 -06:00
font-size: 2rem;
2017-07-07 11:54:09 -06:00
}
2018-09-13 14:26:53 -06:00
}