PluginProbe
WP Directory Kit / 1.2.3
WP Directory Kit v1.2.3
1.5.6 1.5.5 1.5.4 1.5.3 trunk 1.1.0 1.1.6 1.1.8 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.8 1.4.0 1.4.1 All 35 releases
wpdirectorykit / elementor-elements / assets / css / widgets / wdk-element-button.css

wdk-element-button.css in WP Directory Kit 1.2.3, at elementor-elements/assets/css/widgets/wdk-element-button.css

26 lines 559 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wdk-element .wdk-element-button {
2 background: #075AC9;
3 color: #fff;
4 outline: none;
5 border: 0;
6 box-shadow: none;
7 font-family: "Poppins", sans-serif;
8 font-size: 16px;
9 font-weight: 500;
10 border-radius: 3px;
11 padding: 15px 15px;
12 transition: all .25s;
13 text-decoration: none !important;
14 display: inline-block;
15 width: auto;
16 }
17
18 .wdk-element .wdk-element-button svg, .wdk-element .wdk-element-button i {
19 margin-right: 10px;
20 margin-left: 10px;
21 }
22
23 .wdk-element .wdk-element-button:hover {
24 background: #0052a2;
25 }
26