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 / patterns / style.scss

style.scss in GutSlider – All in One Slider and Carousel Blocks for Gutenberg 2.11.0, at src/patterns/style.scss

23 lines 555 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .gutslider-patterns-button {
2 background: #6141e8 !important;
3 font-size: 13px !important;
4 font-weight: 400 !important;
5 color: #fff !important;
6 transition: 0.2s;
7 &:hover {
8 background: #3c1dbc !important;
9 }
10 span {
11 font-size: 16px !important;
12 padding: 0 !important;
13 width: 14px !important;
14 }
15 }
16
17 .components-modal__frame.gutslider-patterns {
18 width: calc(100% - 32px) !important;
19 height: calc(100% - 32px) !important;
20 max-width: none !important;
21 max-height: none !important;
22 }
23