Browse
For agents
About
Gutenberg
/
22.2.0
Gutenberg
v22.2.0
Switch version
24.0.0
23.9.1
23.9.0
23.8.0
23.7.2
23.7.1
23.7.0
23.6.1
23.6.2
23.6.0
23.5.3
23.5.2
23.5.1
23.5.0
23.4.0
23.3.2
23.3.1
23.3.0
23.2.0
23.2.1
23.2.2
23.1.1
23.1.0
23.0.1
12.6.0
All 403 releases
Overview
Code
gutenberg
/
build
/
styles
/
preferences
/
style.css
style.css
in Gutenberg 22.2.0, at build/styles/preferences/style.css
1 lines
1003 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
.
preference-base-option
+
.
preference-base-option
{
margin-top
:
16
px
}
@
media
(
min-width
:
600
px
)
{
.
preferences-modal
{
height
:
calc
(
100
%
-
128
px
)
;
width
:
calc
(
100
%
-
32
px
)
}
}
@
media
(
min-width
:
782
px
)
{
.
preferences-modal
{
width
:
750
px
}
}
@
media
(
min-width
:
960
px
)
{
.
preferences-modal
{
height
:
70
%
}
}
@
media
(
max-width
:
781
px
)
{
.
preferences-modal
.
components-modal__content
{
padding
:
0
}
}
.
preferences__tabs-tablist
{
left
:
16
px
;
position
:
absolute
!important
;
top
:
88
px
;
width
:
160
px
}
.
preferences__tabs-tabpanel
{
margin-left
:
160
px
;
padding-left
:
24
px
}
@
media
(
max-width
:
781
px
)
{
.
preferences__provider
{
height
:
100
%
}
}
.
preferences-modal__section
{
border
:
0
;
margin
:
0
0
2.5
rem
;
padding
:
0
}
.
preferences-modal__section
:
last-child
{
margin
:
0
}
.
preferences-modal__section-legend
{
margin-bottom
:
8
px
}
.
preferences-modal__section-title
{
font-size
:
.9
rem
;
font-weight
:
600
;
margin-top
:
0
}
.
preferences-modal__section-description
{
color
:
#
757575
;
font-size
:
12
px
;
font-style
:
normal
;
margin
:
-8
px
0
8
px
}
.
preferences-modal__section
:
has
(
.
preferences-modal__section-content
:
empty
)
{
display
:
none
}