Browse
For agents
About
Gutenify – Visual Site Builder Blocks & Starter Templates
/
trunk
Gutenify – Visual Site Builder Blocks & Starter Templates
vtrunk
Switch version
1.7.0
1.6.6
1.6.5
1.6.4
trunk
0.0.1
0.0.2
0.0.3
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.7
1.0.8
1.0.9
1.1.0
1.1.1
1.1.2
1.1.3
1.1.4
1.1.5
1.1.6
All 72 releases
Overview
Code
gutenify
/
core
/
dist
/
blocks
/
buttons
/
style-index-rtl.css
style-index-rtl.css
in Gutenify – Visual Site Builder Blocks & Starter Templates trunk, at core/dist/blocks/buttons/style-index-rtl.css
2 lines
1.6 KB
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
.
wp-block-gutenify-buttons
{
align-items
:
center
;
-moz-column-gap
:
.5
em
;
column-gap
:
.5
em
;
display
:
flex
;
flex-direction
:
row
;
flex-wrap
:
wrap
;
justify-content
:
flex-start
;
max-width
:
100
%
}
.
wp-block-gutenify-buttons
>
.
wp-block
{
margin-top
:
.5
em
}
.
wp-block-gutenify-buttons
.
block-editor-inner-blocks
>
div
{
-moz-column-gap
:
.5
em
;
column-gap
:
.5
em
;
display
:
flex
;
flex-direction
:
row
;
flex-wrap
:
wrap
}
.
wp-block-gutenify-buttons
.
is-content-justification-center
{
justify-content
:
center
}
.
wp-block-gutenify-buttons
.
is-content-justification-center
.
wp-block-gutenify-button
{
margin
:
0
5
px
}
.
wp-block-gutenify-buttons
.
is-content-justification-left
{
justify-content
:
flex-start
}
.
wp-block-gutenify-buttons
.
is-content-justification-left
.
wp-block-gutenify-button
{
margin
:
0
0
0
6
px
}
.
wp-block-gutenify-buttons
.
is-content-justification-right
{
justify-content
:
flex-end
}
.
wp-block-gutenify-buttons
.
is-content-justification-right
.
wp-block-gutenify-button
{
margin
:
0
6
px
0
0
}
.
wp-block-gutenify-buttons
.
is-content-justification-space-between
.
gutenify-button-section
{
-moz-column-gap
:
.5
em
;
column-gap
:
.5
em
;
display
:
flex
;
flex-direction
:
row
;
flex-wrap
:
wrap
;
justify-content
:
space-between
}
.
editor-styles-wrapper
.
wp-block-gutenify-buttons
.
is-content-justification-space-between
>
div
>
div
{
justify-content
:
space-between
}
.
editor-styles-wrapper
.
wp-block-gutenify-buttons
.
is-vertical
>
div
>
div
,
.
wp-block-gutenify-buttons
.
is-vertical
{
flex-direction
:
column
}
.
wp-block-gutenify-buttons
.
is-vertical
.
is-content-justification-left
{
align-items
:
flex-start
}
.
wp-block-gutenify-buttons
.
is-vertical
.
is-content-justification-right
{
align-items
:
flex-end
}
.
wp-block-gutenify-buttons
.
is-vertical
.
is-content-justification-center
{
align-items
:
center
}
2