polyglot/app/assets/stylesheets/components/_hand.scss

13 lines
169 B
SCSS
Raw Normal View History

2018-09-04 12:50:44 +00:00
.hand {
position: absolute;
bottom: 20px;
z-index: 10000000000;
2018-09-06 00:59:16 +00:00
left: 10%;
2018-09-04 12:50:44 +00:00
font-size: 26px;
cursor: pointer;
}
.call-container {
// position: relative;
}