Browse
For agents
About
Content Blocks Builder – Create blocks, repeater blocks with carousel, grid, popup layouts
/
trunk
Content Blocks Builder – Create blocks, repeater blocks with carousel, grid, popup layouts
vtrunk
Switch version
2.8.14
2.8.13
2.8.12
2.7.5
2.7.6
2.7.7
2.7.8
2.7.9
2.8.0
2.8.1
2.8.10
2.8.11
2.8.2
2.8.3
2.8.4
2.8.5
2.8.6
2.8.7
2.8.8
2.8.9
trunk
1.0.1
1.0.2
1.1.0
1.1.1
All 147 releases
Overview
Code
content-blocks-builder
/
build
/
settings.css
settings.css
in Content Blocks Builder – Create blocks, repeater blocks with carousel, grid, popup layouts trunk, at build/settings.css
2 lines
1.3 KB
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
@
media
screen
and
(
max-width
:
600
px
)
{
.
cbb-settings-header
+
#
wpbody
{
padding-top
:
0
}
}
.
cbb-settings-header
{
background-color
:
#
fff
;
border-bottom
:
1
px
solid
#
c3c4c7
;
display
:
flex
;
flex-wrap
:
wrap
;
gap
:
2
em
;
margin-left
:
-20
px
;
padding
:
25
px
0
20
px
20
px
}
.
cbb-settings-header
>
h1
{
margin
:
0
}
.
cbb-settings-header
ul
{
align-items
:
flex-end
;
display
:
inline-flex
;
gap
:
1
em
;
margin
:
0
}
.
cbb-settings-header
ul
li
{
margin
:
0
}
.
cbb-settings-header
ul
a
{
display
:
block
;
padding
:
4
px
0
;
text-decoration
:
none
}
.
cbb-settings-header
.
go-premium
{
background-color
:
#
d20962
;
border-radius
:
4
px
;
color
:
#
fff
}
.
cbb-settings-header
.
go-premium
a
{
color
:
#
fff
;
padding
:
4
px
12
px
;
text-decoration
:
none
}
.
cbb-settings-header
.
go-premium
:
hover
{
background-color
:
#
ab0852
}
.
boldblocks-settings
{
margin-top
:
0
}
.
settings-tabs
.
components-tab-panel__tabs
{
background-color
:
#
fff
;
border
:
1
px
solid
#
c3c4c7
;
margin-top
:
20
px
;
overflow-x
:
auto
}
.
settings-tabs
.
components-tab-panel__tabs
button
{
white-space
:
nowrap
}
.
settings-tabs
.
components-tab-panel__tabs-item
{
font-size
:
1.3
em
;
height
:
50
px
}
.
settings-tabs
.
components-tab-panel__tabs-item
.
is-active
,
.
settings-tabs
.
components-tab-panel__tabs-item
:
focus
:
not
(
:
disabled
)
{
box-shadow
:
0
0
0
var
(
--wp-admin-border-width-focus
)
transparent
,
inset
0
-2
px
0
0
var
(
--wp-admin-theme-color
)
}
.
settings-tabs
.
components-tab-panel__tab-content
.
metabox-holder
:
first-of-type
{
padding-top
:
0
!important
}
2