| 1 |
.lws_support_element { |
| 2 |
position: fixed; |
| 3 |
right: 30px; |
| 4 |
bottom: 50px; |
| 5 |
background-color: #1d2327; |
| 6 |
padding: 10px; |
| 7 |
border-radius: 30px; |
| 8 |
width: 30px; |
| 9 |
height: 30px; |
| 10 |
cursor: pointer; |
| 11 |
} |
| 12 |
|
| 13 |
.lws_tools_assistant_button { |
| 14 |
z-index: 50; |
| 15 |
position: fixed; |
| 16 |
right: 36px; |
| 17 |
bottom: 36px; |
| 18 |
width: 56px; |
| 19 |
height: 56px; |
| 20 |
border: 2px solid #e2e8f0; |
| 21 |
border-radius: 50%; |
| 22 |
color-scheme: none; |
| 23 |
background: #ffffff; |
| 24 |
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); |
| 25 |
align-content: center; |
| 26 |
text-align: center; |
| 27 |
cursor: pointer; |
| 28 |
/* background: linear-gradient(to left top, transparent 45.5%, currentColor 47.5%, currentColor 52.5%, transparent 54.5%); */ |
| 29 |
} |
| 30 |
.lws_tools_assistant_button.deactivated { |
| 31 |
background: linear-gradient(to left top, #fff 45.5%, currentColor 47.5%, currentColor 52.5%, #fff 54.5%); |
| 32 |
} |