mirror of
https://github.com/beatriceo/polyglot.git
synced 2025-08-30 09:09:12 +00:00
13 lines
169 B
SCSS
13 lines
169 B
SCSS
.hand {
|
|
position: absolute;
|
|
bottom: 20px;
|
|
z-index: 10000000000;
|
|
left: 48%;
|
|
font-size: 26px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.call-container {
|
|
// position: relative;
|
|
}
|