run:R W Run
1.58 KB
2026-03-11 16:18:51
R W Run
1.04 KB
2026-03-11 16:18:51
R W Run
1006 By
2026-03-11 16:18:51
R W Run
1.04 KB
2026-03-11 16:18:51
R W Run
1006 By
2026-03-11 16:18:51
R W Run
1.47 KB
2026-03-11 16:18:51
R W Run
1.36 KB
2026-03-11 16:18:51
R W Run
1.47 KB
2026-03-11 16:18:51
R W Run
1.36 KB
2026-03-11 16:18:51
R W Run
error_log
📄style.css
1.wp-block-buttons{
2 box-sizing:border-box;
3}
4.wp-block-buttons.is-vertical{
5 flex-direction:column;
6}
7.wp-block-buttons.is-vertical>.wp-block-button:last-child{
8 margin-bottom:0;
9}
10.wp-block-buttons>.wp-block-button{
11 display:inline-block;
12 margin:0;
13}
14.wp-block-buttons.is-content-justification-left{
15 justify-content:flex-start;
16}
17.wp-block-buttons.is-content-justification-left.is-vertical{
18 align-items:flex-start;
19}
20.wp-block-buttons.is-content-justification-center{
21 justify-content:center;
22}
23.wp-block-buttons.is-content-justification-center.is-vertical{
24 align-items:center;
25}
26.wp-block-buttons.is-content-justification-right{
27 justify-content:flex-end;
28}
29.wp-block-buttons.is-content-justification-right.is-vertical{
30 align-items:flex-end;
31}
32.wp-block-buttons.is-content-justification-space-between{
33 justify-content:space-between;
34}
35.wp-block-buttons.aligncenter{
36 text-align:center;
37}
38.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{
39 margin-left:auto;
40 margin-right:auto;
41 width:100%;
42}
43.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{
44 text-decoration:inherit;
45}
46.wp-block-buttons.has-custom-font-size .wp-block-button__link{
47 font-size:inherit;
48}
49.wp-block-buttons .wp-block-button__link{
50 width:100%;
51}
52
53.wp-block-button.aligncenter{
54 text-align:center;
55}