equal
deleted
inserted
replaced
|
1 .wp-block-buttons{ |
|
2 box-sizing:border-box; |
|
3 } |
1 .wp-block-buttons.is-vertical{ |
4 .wp-block-buttons.is-vertical{ |
2 flex-direction:column; |
5 flex-direction:column; |
3 } |
6 } |
4 .wp-block-buttons.is-vertical>.wp-block-button:last-child{ |
7 .wp-block-buttons.is-vertical>.wp-block-button:last-child{ |
5 margin-bottom:0; |
8 margin-bottom:0; |
41 text-decoration:inherit; |
44 text-decoration:inherit; |
42 } |
45 } |
43 .wp-block-buttons.has-custom-font-size .wp-block-button__link{ |
46 .wp-block-buttons.has-custom-font-size .wp-block-button__link{ |
44 font-size:inherit; |
47 font-size:inherit; |
45 } |
48 } |
|
49 .wp-block-buttons .wp-block-button__link{ |
|
50 width:100%; |
|
51 } |
46 |
52 |
47 .wp-block-button.aligncenter{ |
53 .wp-block-button.aligncenter{ |
48 text-align:center; |
54 text-align:center; |
49 } |
55 } |