PluginProbe
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder / 2.9.1
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder v2.9.1
2.13.0 2.13.1 2.12.0 2.11.1 2.11.0 2.10.0 2.9.0 2.7.4 2.7.5 2.7.6 2.7.7 2.8.0 2.8.1 2.9.1 trunk 1.0 1.0-beta1 1.0-beta2 1.0-beta3 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 1.1.2 All 80 releases
ablocks / assets / build / blocks / button / style.css

style.css in aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder 2.9.1, at assets/build/blocks/button/style.css

56 lines 896 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .ablocks-button {
2 color: #000000;
3 padding: 10px 20px;
4 border-radius: 6px;
5 display: inline-flex;
6 justify-content: center;
7 column-gap: 5px;
8 width: auto;
9 text-decoration: none;
10 align-items: center;
11 font-size: 16px;
12 box-sizing: border-box;
13 transition: all 0.3s ease;
14 }
15
16 .ablocks-button--xs {
17 font-size: 13px;
18 padding: 10px 20px;
19 border-radius: 2px;
20 }
21
22 .ablocks-button--sm {
23 font-size: 15px;
24 padding: 12px 24px;
25 border-radius: 3px;
26 }
27
28 .ablocks-button--md {
29 font-size: 16px;
30 padding: 15px 30px;
31 border-radius: 4px;
32 }
33
34 .ablocks-button--lg {
35 font-size: 18px;
36 padding: 20px 40px;
37 border-radius: 5px;
38 }
39
40 .ablocks-button--xl {
41 font-size: 20px;
42 padding: 25px 50px;
43 border-radius: 6px;
44 }
45
46 .ablocks-button.ablocks-button--icon-left .ablocks-icon-wrap {
47 order: 5;
48 }
49
50 .ablocks-button__text {
51 order: 10;
52 }
53
54 .ablocks-button.ablocks-button--icon-right .ablocks-icon-wrap {
55 order: 15;
56 }