Browse
For agents
About
Getwid – Gutenberg Blocks
/
2.0.12
Getwid – Gutenberg Blocks
v2.0.12
Switch version
3.0.2
3.0.1
3.0.0
2.1.0
2.1.1
2.1.2
2.1.3
2.2.0
trunk
1.8.7
1.9.1
2.0.10
2.0.11
2.0.12
2.0.13
2.0.14
2.0.5
2.0.6
2.0.7
2.0.8
2.0.9
Overview
Code
getwid
/
assets
/
blocks
/
testimonial
/
style.css
style.css
in Getwid – Gutenberg Blocks 2.0.12, at assets/blocks/testimonial/style.css
3 lines
1.1 KB
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
/*
!
2
* getwid-testimonial
3
*/
.
wp-block-getwid-testimonial__wrapper
{
display
:
-webkit-box
;
display
:
-ms-flexbox
;
display
:
flex
;
-webkit-box-orient
:
vertical
;
-webkit-box-direction
:
normal
;
-ms-flex-direction
:
column
;
flex-direction
:
column
}
.
wp-block-getwid-testimonial__subtitle
{
margin
:
0
;
padding
:
0
;
display
:
block
;
font-size
:
.75
em
}
.
wp-block-getwid-testimonial__header
{
display
:
-webkit-box
;
display
:
-ms-flexbox
;
display
:
flex
;
-webkit-box-align
:
center
;
-ms-flex-align
:
center
;
align-items
:
center
}
.
wp-block-getwid-testimonial__content-wrapper
,
.
wp-block-getwid-testimonial__header
{
width
:
100
%
}
.
wp-block-getwid-testimonial__content-wrapper
+
.
wp-block-getwid-testimonial__header
{
margin-top
:
1.5
em
}
.
wp-block-getwid-testimonial__image
{
position
:
relative
;
width
:
100
%
;
padding-top
:
100
%
}
.
wp-block-getwid-testimonial__image-wrapper
{
max-width
:
75
px
;
width
:
100
%
}
.
wp-block-getwid-testimonial__image-wrapper
+
.
wp-block-getwid-testimonial__heading
{
margin-left
:
1.5
em
}
.
wp-block-getwid-testimonial__image
img
{
position
:
absolute
;
top
:
0
;
bottom
:
0
;
right
:
0
;
left
:
0
;
display
:
block
;
border-radius
:
50
%
;
-o-object-fit
:
cover
;
object-fit
:
cover
;
width
:
100
%
;
height
:
100
%
}
.
wp-block-getwid-testimonial__content
{
margin
:
0
;
padding
:
0
}