| 1 |
#adminmenu a.toplevel_page_chart-builder.wp-menu-open div.wp-menu-image img { |
| 2 |
-webkit-animation-name: heartBeat; |
| 3 |
animation-name: heartBeat; |
| 4 |
-webkit-animation-duration: 1.3s; |
| 5 |
animation-duration: 1.3s; |
| 6 |
-webkit-animation-timing-function: ease-in-out; |
| 7 |
animation-timing-function: ease-in-out; |
| 8 |
} |
| 9 |
#adminmenu a.toplevel_page_chart-builder div.wp-menu-name { |
| 10 |
transition: .3s ease-in-out; |
| 11 |
} |
| 12 |
#adminmenu a.toplevel_page_chart-builder div.wp-menu-image img { |
| 13 |
width: 25px; |
| 14 |
padding: 5px 0 0; |
| 15 |
transition: .3s ease-in-out; |
| 16 |
} |
| 17 |
#adminmenu li.toplevel_page_chart-builder ul.wp-submenu.wp-submenu-wrap li a[href*="features"] { |
| 18 |
color: #68A615; |
| 19 |
font-weight: bold; |
| 20 |
} |
| 21 |
|
| 22 |
.chart-elementor-widget-logo-wrap .chart-elementor-widget-logo:before, |
| 23 |
.chart-elementor-widget-logo:before { |
| 24 |
content: ""; |
| 25 |
background-image: url('../images/ays_chart_logo.png'); |
| 26 |
height: 30px; |
| 27 |
display: block; |
| 28 |
background-size: contain; |
| 29 |
background-repeat: no-repeat; |
| 30 |
background-position: center center; |
| 31 |
} |
| 32 |
|
| 33 |
.chart-elementor-widget-logo-wrap { |
| 34 |
display: flex; |
| 35 |
align-items: center; |
| 36 |
justify-content: center; |
| 37 |
font-size: 18px; |
| 38 |
font-weight: 700; |
| 39 |
} |
| 40 |
|
| 41 |
.chart-elementor-widget-logo-wrap .chart-elementor-widget-logo { |
| 42 |
display: inline-block; |
| 43 |
margin-right: 5px; |
| 44 |
width: 30px; |
| 45 |
height: 30px; |
| 46 |
} |
| 47 |
|
| 48 |
.chart-elementor-widget-logo-wrap .chart-elementor-widget-logo:before { |
| 49 |
text-align: left; |
| 50 |
} |
| 51 |
|
| 52 |
.swal2-popup.swal2-modal.ays-chart-deactivate-popup.swal2-show { |
| 53 |
font-size: initial !important; |
| 54 |
} |
| 55 |
|
| 56 |
.swal2-popup .ays-chart-upgrade-button, |
| 57 |
.swal2-popup .ays-chart-cancel-button { |
| 58 |
position: relative; |
| 59 |
} |
| 60 |
|
| 61 |
.swal2-popup .ays-chart-upgrade-button.swal2-styled.swal2-confirm:after { |
| 62 |
content: "(Save Your Data)"; |
| 63 |
position: absolute; |
| 64 |
color: #878787; |
| 65 |
bottom: -18px; |
| 66 |
left: 25px; |
| 67 |
font-size: 12px; |
| 68 |
} |
| 69 |
|
| 70 |
.swal2-popup .ays-chart-cancel-button.swal2-styled.swal2-cancel:after { |
| 71 |
content: "(Delete All Data)"; |
| 72 |
position: absolute; |
| 73 |
color: #878787; |
| 74 |
bottom: -18px; |
| 75 |
left: 30px; |
| 76 |
font-size: 12px; |
| 77 |
} |
| 78 |
|
| 79 |
.swal2-popup .ays-chart-upgrade-button.swal2-styled.swal2-confirm { |
| 80 |
background-color: #fff !important; |
| 81 |
color: #3085d6 !important; |
| 82 |
border: 1px solid #3085d6 !important; |
| 83 |
} |
| 84 |
|
| 85 |
#ays-chart-plugins-buy-now-button { |
| 86 |
color: #01A32A; |
| 87 |
font-weight: bold; |
| 88 |
} |
| 89 |
|
| 90 |
#ays-chart-plugins-buy-now-button:hover { |
| 91 |
color: #3B8D3F; |
| 92 |
} |
| 93 |
|