Browse
For agents
About
Getwid – Gutenberg Blocks
/
2.2.0
Getwid – Gutenberg Blocks
v2.2.0
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
/
post-carousel
/
style.css
style.css
in Getwid – Gutenberg Blocks 2.2.0, at assets/blocks/post-carousel/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-post-carousel
3
*/
.
wp-block-getwid-post-carousel__wrapper
:
not
(
.
slick-initialized
)
>
:
not
(
:
first-child
)
{
display
:
none
}
.
wp-block-getwid-post-carousel
.
slick-track
{
display
:
flex
}
.
wp-block-getwid-post-carousel
.
slick-track
>
*
{
height
:
auto
}
.
wp-block-getwid-post-carousel
.
slick-track
>
*
>
:
only-child
{
height
:
100
%
}
.
wp-block-getwid-post-carousel__post
{
display
:
flex
;
flex-direction
:
column
;
align-items
:
flex-start
}
.
wp-block-getwid-post-carousel
.
wp-block-getwid-post-carousel__post-title
{
margin
:
0
}
.
wp-block-getwid-post-carousel__post-thumbnail
{
margin-bottom
:
1
em
;
position
:
relative
;
padding-top
:
75
%
;
width
:
100
%
}
.
wp-block-getwid-post-carousel__post-thumbnail
:
last-child
{
margin-top
:
0
}
.
wp-block-getwid-post-carousel__post-thumbnail
a
{
display
:
block
;
position
:
absolute
;
top
:
0
;
bottom
:
0
;
left
:
0
;
right
:
0
}
.
wp-block-getwid-post-carousel__post-thumbnail
img
{
display
:
block
;
width
:
100
%
;
height
:
100
%
;
-o-object-fit
:
cover
;
object-fit
:
cover
}
.
wp-block-getwid-post-carousel__post-excerpt
{
margin-top
:
.5
em
}
.
wp-block-getwid-post-carousel__post-excerpt
:
first-child
{
margin-top
:
0
}
.
wp-block-getwid-post-carousel__post-excerpt
p
{
margin-bottom
:
0
}