PluginProbe
Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News / 4.0.8
Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News v4.0.8
4.0.8 4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 4.0.2 4.0.1 2.3.5 2.3.6 2.4.0 2.4.1 2.4.10 2.4.11 2.4.12 2.4.13 2.4.14 2.4.15 2.4.16 2.4.17 2.4.18 2.4.19 2.4.2 2.4.20 2.4.21 All 88 releases
post-carousel / src / blocks / post-list-three / style.scss

style.scss in Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News 4.0.8, at src/blocks/post-list-three/style.scss

118 lines 6.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 // #sp-smart-post-list-wrapper.sp-smart-post-list-three .sp-smart-post-large-items {
2 // display: flex;
3 // gap: 24px;
4 // }
5 // #sp-smart-post-list-wrapper.sp-smart-post-list-three .sp-smart-post-large-items .sp-smart-post-list-item {
6 // width: 50%;
7 // }
8 // #sp-smart-post-list-wrapper.sp-smart-post-list-three.sp-smart-post-list-three-layout-six .sp-smart-post-large-items .sp-smart-post-list-item {
9 // width: 100%;
10 // }
11 // #sp-smart-post-list-wrapper.sp-smart-post-list-three .sp-smart-post-small-items,
12 // #sp-smart-post-list-wrapper.sp-smart-post-list-three.sp-smart-post-list-three-layout-six .sp-smart-post-large-items {
13 // display: grid;
14 // grid-template-columns: repeat(2, 1fr);
15 // }
16 // #sp-smart-post-list-wrapper.sp-smart-post-list-three .sp-smart-post-list-item .sp-smart-post-list-divider{
17 // margin-bottom: 24px;
18 // }
19 // #sp-smart-post-list-wrapper.sp-smart-post-list-three.sp-smart-post-list-three-layout-six .sp-smart-post-large-items .sp-smart-post-card,
20 // #sp-smart-post-list-wrapper.sp-smart-post-list-three.sp-smart-post-list-three-layout-five .sp-smart-post-large-items .sp-smart-post-card{
21 // flex-direction: row;
22 // }
23 // #sp-smart-post-list-wrapper.sp-smart-post-list-three:not(.sp-smart-post-list-three-layout-one, .sp-smart-post-list-three-layout-two) .sp-smart-post-large-items .sp-smart-post-card-content{
24 // justify-content: start;
25 // margin-top: 10px;
26 // }
27 // #sp-smart-post-list-wrapper.sp-smart-post-list-three:not(.sp-smart-post-list-three-layout-five, .sp-smart-post-list-three-layout-six) .sp-smart-post-large-items .sp-smart-post-list-item .sp-smart-post-card-image,#sp-smart-post-list-wrapper.sp-smart-post-list-three:not(.sp-smart-post-list-three-layout-five, .sp-smart-post-list-three-layout-six) .sp-smart-post-large-items.sp-smart-post-background-layout .sp-smart-post-list-item{
28 // height: 380px;
29 // }
30 // #sp-smart-post-list-wrapper.sp-smart-post-list-three.sp-smart-post-list-three-layout-four .sp-smart-post-small-items .sp-smart-post-list-item:nth-child(1) .sp-smart-post-list-divider,
31 // #sp-smart-post-list-wrapper.sp-smart-post-list-three.sp-smart-post-list-three-layout-four .sp-smart-post-small-items .sp-smart-post-list-item:nth-child(2) .sp-smart-post-list-divider,
32 // #sp-smart-post-list-wrapper.sp-smart-post-list-three.sp-smart-post-list-three-layout-three .sp-smart-post-small-items .sp-smart-post-list-item:nth-child(1) .sp-smart-post-list-divider,
33 // #sp-smart-post-list-wrapper.sp-smart-post-list-three.sp-smart-post-list-three-layout-three .sp-smart-post-small-items .sp-smart-post-list-item:nth-child(2) .sp-smart-post-list-divider,
34 // #sp-smart-post-list-wrapper.sp-smart-post-list-three.sp-smart-post-list-three-layout-two .sp-smart-post-large-items .sp-smart-post-title-wrapper .sp-icon-right-dir,
35 // #sp-smart-post-list-wrapper.sp-smart-post-list-three.sp-smart-post-list-three-layout-four .sp-smart-post-large-items .sp-smart-post-title-wrapper .sp-icon-right-dir {
36 // display: none;
37 // }
38 // #sp-smart-post-list-wrapper.sp-smart-post-list-three .sp-smart-post-small-items .sp-smart-post-title-wrapper .sp-smart-post-title {
39 // width: 100%;
40 // }
41 // #sp-smart-post-list-wrapper.sp-smart-post-list-three .sp-smart-post-small-items .sp-smart-post-title-wrapper {
42 // display: flex;
43 // width: 100%;
44 // }
45 // #sp-smart-post-list-wrapper.sp-smart-post-list-three .sp-smart-post-small-items .sp-smart-post-title-wrapper .sp-icon-right-dir {
46 // transform: translateY(-3px);
47 // }
48 // #sp-smart-post-list-wrapper.sp-smart-post-list-three .sp-smart-post-small-items .sp-smart-post-title-wrapper,
49 // #sp-smart-post-list-wrapper.sp-smart-post-list-three .sp-smart-post-small-items .sp-smart-post-title-wrapper .sp-icon-right-dir {
50 // transition: all .3s ease-in-out;
51 // }
52
53 // #sp-smart-post-list-wrapper.sp-smart-post-list-three .sp-smart-post-large-items .sp-smart-post-title-wrapper .sp-smart-post-title {
54 // font-size: 26px;
55 // }
56
57 // #sp-smart-post-list-wrapper.sp-smart-post-list-three.sp-smart-post-list-three-layout-five .sp-smart-post-large-items .sp-smart-post-title-wrapper .sp-smart-post-title,
58 // #sp-smart-post-list-wrapper.sp-smart-post-list-three.sp-smart-post-list-three-layout-six .sp-smart-post-large-items .sp-smart-post-title-wrapper .sp-smart-post-title {
59 // font-size: 20px;
60 // }
61 // #sp-smart-post-list-wrapper.sp-smart-post-list-three .sp-smart-post-small-items .sp-smart-post-social-share,
62 // #sp-smart-post-list-wrapper.sp-smart-post-list-three .sp-smart-post-small-items .sp-smart-post-card-image .image-overlay,
63 // #sp-smart-post-list-wrapper.sp-smart-post-list-three .sp-smart-post-small-items .sp-social-share-popup {
64 // display: none;
65 // }
66 // #sp-smart-post-list-wrapper.sp-smart-post-list-three .sp-smart-post-card {
67 // overflow: visible;
68 // }
69 // #sp-smart-post-list-wrapper .sp-smart-post-large-items .sp-smart-post-card-image a, #sp-smart-post-list-wrapper .sp-smart-post-large-items .sp-smart-post-card-image {
70 // display: block;
71 // height: 100%;
72 // width: 100% !important;
73 // }
74 // #sp-smart-post-list-wrapper .sp-smart-post-card {
75 // display: flex;
76 // justify-content: left;
77 // width: 100%;
78 // }
79 // #sp-smart-post-list-wrapper .sp-smart-post-large-items .sp-smart-post-card {
80 // height: 100%;
81 // flex-direction: column;
82 // }
83
84 // @media only screen and (max-width: 767px) {
85 // #sp-smart-post-list-wrapper.sp-smart-post-list-three {
86 // .sp-smart-post-large-items,
87 // .sp-smart-post-small-items {
88 // display: grid;
89 // grid-template-columns: repeat(1, 1fr) !important;
90
91 // .sp-smart-post-list-item {
92 // width: 100%;
93 // }
94 // .sp-smart-post-card {
95 // display: flex;
96 // flex-direction: column !important;
97
98 // .sp-smart-post-card-image {
99 // max-width: 100%;
100 // width: 100%;
101 // }
102 // }
103 // }
104 // .sp-smart-post-large-items .sp-smart-post-card-image a img {
105 // height: 100%;
106 // }
107 // }
108 // }
109 // .sp-smart-post-list-three {
110 // #sp-smart-post-list-wrapper {
111 // .sp-smart-post-list-item {
112 // .sp-smart-post-card-image a {
113 // width: 100%;
114 // height: 100%;
115 // }
116 // }
117 // }
118 // }