Browse
For agents
About
Jetpack – WP Security, Backup, Speed, & Growth
/
13.7.2
Jetpack – WP Security, Backup, Speed, & Growth
v13.7.2
Switch version
12.0.3
12.1.3
12.2.3
12.3.2
12.4.2
12.5.2
12.6.4
12.7.3
12.8.3
12.9.5
13.0.2
13.1.5
13.2.4
13.3.3
13.4.5
13.5.2
13.6.2
13.7.2
13.8.3
13.9.2
14.0.1
14.1.1
14.2.2
14.3.1
14.4.2
All 500 releases
Overview
Code
jetpack
/
_inc
/
blocks
/
ai-chat
/
view.rtl.css
view.rtl.css
1 lines
2.4 KB
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
.
jetpack-ai-chat-feedback-container
.
jetpack-ai-chat-feedback-form
{
display
:
flex
;
flex-direction
:
row
;
flex-wrap
:
nowrap
;
margin-top
:
1
rem
}
.
jetpack-ai-chat-feedback-container
.
jetpack-ai-chat-feedback-form
.
jetpack-ai-chat-feedback-input
{
flex
:
auto
;
flex-grow
:
4
}
.
jetpack-ai-chat-feedback-container
.
jetpack-ai-chat-feedback-form
.
jetpack-ai-chat-feedback-input
input
{
font-size
:
16
px
;
line-height
:
1.3
;
padding
:
15
px
23
px
;
width
:
100
%
}
.
jetpack-ai-chat-feedback-container
.
jetpack-ai-chat-feedback-form
.
jetpack-ai-chat-feedback-submit
{
flex
:
auto
;
flex-grow
:
1
;
height
:
53
px
;
margin-right
:
10
px
;
text-wrap
:
nowrap
}
.
jetpack-ai-chat-feedback-container
.
jetpack-ai-chat-answer-feedback-buttons
a
{
border
:
none
;
border-radius
:
2
px
;
cursor
:
pointer
;
margin-right
:
.5
rem
;
padding
:
.5
rem
;
transition
:
.3
s
}
.
jetpack-ai-chat-feedback-container
.
jetpack-ai-chat-answer-feedback-buttons
a
svg
{
width
:
20
px
;
fill
:
var
(
--wp--preset--color--contrast
)
;
vertical-align
:
middle
}
.
jetpack-ai-chat-feedback-container
.
jetpack-ai-chat-answer-feedback-buttons
a
:
disabled
{
cursor
:
not-allowed
;
opacity
:
.5
}
.
jetpack-ai-chat-copy-button-container
{
margin
:
1
rem
0
}
.
jetpack-ai-chat-copy-button-container
button
{
background
:
none
;
border
:
none
;
color
:
var
(
--wp--preset--color--secondary
)
;
cursor
:
pointer
;
display
:
block
;
font-size
:
16
px
;
padding
:
inherit
;
position
:
relative
;
transition
:
.3
s
}
.
jetpack-ai-chat-copy-button-container
button
:
disabled
{
cursor
:
not-allowed
;
opacity
:
.5
}
.
jetpack-ai-chat-copy-button-container
button
.
copy-icon
{
margin-left
:
.5
rem
;
vertical-align
:
middle
}
.
jetpack-ai-chat-error-container
{
color
:
#
dc3232
;
font-size
:
1
rem
;
margin
:
1
rem
0
}
.
wp-block-jetpack-ai-chat
.
jetpack-ai-chat-question-wrapper
{
display
:
flex
;
flex-direction
:
row
;
flex-wrap
:
nowrap
;
margin-top
:
1
rem
}
.
wp-block-jetpack-ai-chat
.
jetpack-ai-chat-question-wrapper
.
jetpack-ai-chat-question-input
{
flex
:
auto
;
flex-grow
:
4
}
.
wp-block-jetpack-ai-chat
.
jetpack-ai-chat-question-wrapper
.
jetpack-ai-chat-question-input
input
{
font-size
:
16
px
;
line-height
:
1.3
;
padding
:
15
px
23
px
;
width
:
100
%
}
.
wp-block-jetpack-ai-chat
.
jetpack-ai-chat-question-wrapper
.
jetpack-ai-chat-question-input
.
components-base-control__field
{
margin-bottom
:
0
}
.
wp-block-jetpack-ai-chat
.
jetpack-ai-chat-question-wrapper
.
jetpack-ai-chat-question-button
{
display
:
block
;
flex
:
auto
;
flex-grow
:
1
;
height
:
53
px
;
margin-right
:
10
px
;
text-wrap
:
nowrap
;
white-space
:
-moz-pre-space
}
.
wp-block-jetpack-ai-chat
.
jetpack-ai-chat-answer-references
{
font-size
:
1
rem
;
margin-top
:
12
px
}
.
wp-block-jetpack-ai-chat
.
jetpack-ai-chat-answer-references
hr
{
margin
:
1
rem
0
}