PluginProbe
Selection Lite / 1.12
Selection Lite v1.12
trunk 1.0 1.1 1.10 1.11 1.12 1.14 1.15 1.16 1.17 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9
selection-lite / css / buttoner-elementor.css

buttoner-elementor.css in Selection Lite 1.12, at css/buttoner-elementor.css

28 lines 746 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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