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
/
service
/
index.css
index.css
in Gutenify – Visual Site Builder Blocks & Starter Templates trunk, at core/dist/blocks/service/index.css
2 lines
599 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
.
gutenify-template-browser
ul
{
display
:
grid
;
gap
:
10
px
;
grid-template-columns
:
1
fr
1
fr
}
.
gutenify-template-browser
ul
>
li
{
border-radius
:
8
px
;
margin
:
0
}
.
gutenify-template-browser
ul
>
li
button
{
align-items
:
center
;
background-color
:
transparent
;
border
:
1
px
solid
#
ccc
;
border-radius
:
8
px
;
cursor
:
pointer
;
display
:
flex
;
flex-direction
:
column
;
gap
:
5
px
;
padding
:
5
px
}
.
gutenify-template-browser
ul
>
li
button
img
{
border-radius
:
8
px
;
height
:
auto
;
max-width
:
100
%
}
.
gutenify-template-browser
ul
>
li
button
:
hover
,
.
gutenify-template-browser
ul
>
li
.
gutenify-template-browser-item-active
button
{
border
:
1
px
solid
var
(
--wp-admin-theme-color
)
}
2