Browse
For agents
About
ElasticPress
/
5.0.2
ElasticPress
v5.0.2
Switch version
5.3.5
5.3.4
3.6.5
3.6.6
4.0.0
4.0.1
4.1.0
4.2.0
4.2.1
4.2.2
4.3.0
4.3.1
4.4.0
4.4.1
4.5.0
4.5.1
4.5.2
4.6.0
4.6.1
4.7.0
4.7.1
4.7.2
5.0.0
5.0.1
5.0.2
All 108 releases
Overview
Code
elasticpress
/
dist
/
css
/
features-script.css
features-script.css
in ElasticPress 5.0.2, at dist/css/features-script.css
3 lines
2.5 KB
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
.
ep-settings-page__wrap
{
margin-left
:
auto
;
margin-right
:
auto
;
max-width
:
50
pc
}
.
ep-settings-page__snackbar-list
{
bottom
:
40
px
;
left
:
0
;
padding
:
0
1
pc
;
position
:
fixed
}
@
media
(
min-width
:
600
px
)
{
.
ep-settings-page__snackbar-list
{
left
:
auto
;
padding
:
0
}
}
2
.
ep-dashboard-panel
{
margin-bottom
:
1
pc
}
.
ep-dashboard-panel
.
components-notice
{
margin
:
0
0
1
pc
0
}
.
ep-dashboard-panel
.
components-notice__actions
{
display
:
-webkit-inline-box
;
display
:
-ms-inline-flexbox
;
display
:
inline-flex
}
.
ep-dashboard-panel
.
components-checkbox-control
:
has
(
[
disabled
]
)
.
components-checkbox-control__label
,
.
ep-dashboard-panel
.
components-checkbox-control
:
has
(
[
disabled
]
)
input
[
disabled
]
{
opacity
:
.5
}
.
ep-dashboard-tabs
{
grid-gap
:
40
px
;
-ms-grid-columns
:
-webkit-max-content
auto
;
-ms-grid-columns
:
max-content
auto
;
display
:
-ms-grid
;
display
:
grid
;
grid-template-columns
:
-webkit-max-content
auto
;
grid-template-columns
:
max-content
auto
}
.
ep-dashboard-tabs
.
components-tab-panel__tab-content
{
padding-top
:
14
px
}
.
ep-dashboard-tabs
.
components-tab-panel__tab-content
.
components-notice
{
margin
:
1
pc
0
}
.
ep-dashboard-tabs
.
components-tab-panel__tabs-item
{
-ms-flex-wrap
:
wrap
;
flex-wrap
:
wrap
;
font-weight
:
400
;
text-align
:
left
}
.
ep-dashboard-tabs
.
components-tab-panel__tabs-item
.
is-active
{
background
:
#
f0f0f0
;
font-weight
:
500
}
.
ep-dashboard-tabs
.
components-tab-panel__tabs-item
.
is-active
:
after
{
content
:
none
}
.
ep-dashboard-tabs
.
components-tab-panel__tabs-item
:
focus
:
not
(
:
disabled
)
{
-webkit-box-shadow
:
inset
0
0
0
var
(
--wp-admin-border-width-focus
)
var
(
--wp-admin-theme-color
)
;
box-shadow
:
inset
0
0
0
var
(
--wp-admin-border-width-focus
)
var
(
--wp-admin-theme-color
)
;
outline
:
var
(
--wp-admin-border-width-focus
)
solid
transparent
}
@
media
(
max-width
:
782
px
)
{
.
ep-dashboard-tabs
{
-ms-grid-columns
:
1
fr
;
gap
:
0
;
grid-template-columns
:
1
fr
}
.
ep-dashboard-tabs
.
components-tab-panel__tabs
{
margin-left
:
-1
pc
;
margin-right
:
-1
pc
}
}
.
ep-feature-tab
{
-webkit-box-align
:
start
;
-ms-flex-align
:
start
;
-webkit-box-orient
:
vertical
;
-webkit-box-direction
:
normal
;
align-items
:
start
;
display
:
-webkit-box
;
display
:
-ms-flexbox
;
display
:
flex
;
-ms-flex-direction
:
column
;
flex-direction
:
column
;
gap
:
4
px
}
.
ep-feature-tab__status
{
color
:
#
757575
;
display
:
block
;
font-size
:
9
pt
;
font-weight
:
400
;
width
:
100
%
}
.
ep-dashboard-control
{
margin-bottom
:
24
px
;
margin-top
:
24
px
}
.
ep-dashboard-control
.
components-base-control__help
code
{
font-size
:
inherit
}
.
ep-dashboard-heading
{
-webkit-box-align
:
center
;
-ms-flex-align
:
center
;
-webkit-box-pack
:
justify
;
-ms-flex-pack
:
justify
;
align-items
:
center
;
display
:
-webkit-box
;
display
:
-ms-flexbox
;
display
:
flex
;
-ms-flex-wrap
:
wrap
;
flex-wrap
:
wrap
;
gap
:
8
px
;
justify-content
:
space-between
;
min-height
:
20
px
}
3