PluginProbe
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages / trunk
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages vtrunk
3.4.1 3.4.0 3.3.9 3.3.8 3.3.7 3.3.6 3.3.5 3.3.4 3.3.3 3.3.2 3.3.1 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.2.8 2.2.9 2.3.0 2.3.1 2.3.2 2.3.3 All 194 releases
convertkit / resources / frontend / scss / _button.scss

_button.scss in Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages trunk, at resources/frontend/scss/_button.scss

25 lines 507 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .convertkit-product,
2 .convertkit-button {
3
4 /**
5 * Replicates CSS styles provided by block themes for older non-block themes
6 * that may not include these definitions, resulting in incorrect spacing.
7 */
8 margin-bottom: 20px;
9
10 @media only screen and (min-width: 482px) {
11 margin-bottom: 30px;
12 }
13
14 a,
15 span {
16 display: block;
17 padding: calc(0.667em + 2px) calc(1.333em + 2px);
18 cursor: pointer;
19 text-align: center;
20 text-decoration: none;
21 word-break: break-word;
22 box-sizing: border-box;
23 }
24 }
25