You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
485 B
11 lines
485 B
@import '../style/variables.less'; |
|
|
|
.react-geo-circlemenu { |
|
border: dashed 1px; |
|
border-radius: 50%; |
|
position: absolute; |
|
pointer-events:none; |
|
background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, @circle-menu-background-color 100%); |
|
background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, @circle-menu-background-color 100%); |
|
background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%, @circle-menu-background-color 100%); |
|
}
|
|
|