| 1 |
/** |
| 2 |
* * Selection Lite |
| 3 |
* * Carefully selected Elementor addons bundle, for building the most awesome websites |
| 4 |
* * |
| 5 |
* * @encoding UTF-8 |
| 6 |
* * @version 1.12 |
| 7 |
* * @copyright (C) 2018 - 2023 Merkulove ( https://merkulov.design/ ). All rights reserved. |
| 8 |
* * @license GPLv3 |
| 9 |
* * @contributors merkulove, vladcherviakov, phoenixmkua, podolianochka, viktorialev01 |
| 10 |
* * @support help@merkulov.design |
| 11 |
* **/ |
| 12 |
.icon .mdp-buttoner-elementor-widget-icon { |
| 13 |
width: 28px; |
| 14 |
height: 28px; |
| 15 |
display: inline-block; |
| 16 |
background-image: url("../images/logo-color.svg"); |
| 17 |
background-repeat: no-repeat; |
| 18 |
background-size: contain; |
| 19 |
} |
| 20 |
|
| 21 |
.mdp-buttoner-link { |
| 22 |
display: inline-block; |
| 23 |
} |
| 24 |
|
| 25 |
.mdp-display-block { |
| 26 |
display: block; |
| 27 |
} |
| 28 |
|