PluginProbe
WP Directory Kit / 1.2.7
WP Directory Kit v1.2.7
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.scss

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

28 lines 601 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
3 & {
4 background: #075AC9;
5 color: #fff;
6 outline: none;
7 border: 0;
8 box-shadow: none;
9 font-family: "Poppins", sans-serif;
10 font-size: 16px;
11 font-weight: 500;
12 border-radius: 3px;
13 padding: 15px 15px;
14 transition: all .25s;
15 text-decoration: none !important;
16 display: inline-block;
17 width: auto;
18 }
19
20 svg, i {
21 margin-right: 10px;
22 margin-left: 10px;
23 }
24
25 &:hover {
26 background: #0052a2;
27 }
28 }