20 lines
423 B
SCSS
20 lines
423 B
SCSS
.movableItem{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.moveBtn{
|
|
width: 100px;
|
|
height: 100px;
|
|
border-radius: 50%;
|
|
border: 2px solid #cde5ff;
|
|
box-shadow: 0px 0px 20px 0px rgba(104,180,255,0.70);
|
|
background-color: #fff;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
z-index:999;
|
|
.shop_icon{
|
|
font-size: 50px;
|
|
color: $color_main;
|
|
}
|
|
} |