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;
|
||
|
}
|