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

13 lines
169 B
SCSS

.hand {
position: absolute;
bottom: 20px;
z-index: 10000000000;
left: 10%;
font-size: 26px;
cursor: pointer;
}
.call-container {
// position: relative;
}