Diff: STRATO-apps/wordpress_03/app/wp-includes/blocks/buttons/editor-rtl.css

Keine Baseline-Datei – Diff nur gegen leer.
Zur Liste
1 -
1 + .wp-block-buttons>.wp-block,.wp-block-buttons>.wp-block-button.wp-block-button.wp-block-button.wp-block-button.wp-block-button{
2 + margin:0;
3 + }
4 + .wp-block-buttons>.block-list-appender{
5 + align-items:center;
6 + display:inline-flex;
7 + }
8 + .wp-block-buttons.is-vertical>.block-list-appender .block-list-appender__toggle{
9 + justify-content:flex-start;
10 + }
11 + .wp-block-buttons>.wp-block-button:focus{
12 + box-shadow:none;
13 + }
14 + .wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block[data-align=center]{
15 + margin-left:auto;
16 + margin-right:auto;
17 + margin-top:0;
18 + width:100%;
19 + }
20 + .wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block[data-align=center] .wp-block-button{
21 + margin-bottom:0;
22 + }
23 +
24 + .wp-block[data-align=center]>.wp-block-buttons{
25 + align-items:center;
26 + justify-content:center;
27 + }
28 +
29 + .wp-block[data-align=right]>.wp-block-buttons{
30 + justify-content:flex-end;
31 + }