PluginProbe
GutSlider – All in One Slider and Carousel Blocks for Gutenberg / 2.11.0
GutSlider – All in One Slider and Carousel Blocks for Gutenberg v2.11.0
3.1.0 3.0.0 2.13.2 2.13.1 2.13.0 trunk 1.0.0 2.1.0 2.10.0 2.10.1 2.11.0 2.11.1 2.11.2 2.11.3 2.11.4 2.12.0 2.2.1 2.2.2 2.3.0 2.4.0 2.5.1 2.5.3 2.5.4 2.5.5 2.6.1 All 56 releases
slider-blocks / src / blocks / before-after / editor.scss

editor.scss in GutSlider – All in One Slider and Carousel Blocks for Gutenberg 2.11.0, at src/blocks/before-after/editor.scss

56 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*
2 * Style Works for Editor Only
3 */
4
5 .gutslider-compare-block--loaded {
6 width: 100%;
7 height: 180px;
8 border: 1px solid #007cba;
9 border-radius: 2px;
10 display: flex;
11 align-items: stretch;
12
13 .gutslider-placeholder {
14 width: 100%;
15 display: flex;
16 align-items: center;
17 justify-content: center;
18 overflow: hidden;
19
20 img {
21 max-width: 100%;
22 }
23 }
24
25 .gutslider-placeholder + .gutslider-placeholder {
26 border-left: 1px solid #007cba;
27 }
28
29 .components-button.icgbp__upload_btn {
30 border: 1px solid #007cba;
31 border-radius: 2px;
32 background: #007cba;
33 color: #fff;
34 padding: 10px !important;
35 height: 40px;
36 font-size: 13px;
37 cursor: pointer;
38 transition: 0.2s;
39 }
40
41 .components-button.icgbp__upload_btn:hover {
42 background: #000;
43 border-color: #000;
44 }
45 }
46
47 .wp-block-gutslider-photo-comparison {
48 .icv__wrapper {
49 height: 100% !important;
50 }
51 img {
52 max-width: none !important;
53 height: 100% !important;
54 }
55 }
56