PluginProbe
Block Animations, Motion & Scroll Effects – Ghost Kit / 2.25.0
Block Animations, Motion & Scroll Effects – Ghost Kit v2.25.0
3.7.2 3.7.1 3.7.0 3.6.1 trunk 1.6.3 2.25.0 3.3.0 3.3.1 3.3.2 3.3.3 3.4.0 3.4.1 3.4.2 3.4.3 3.4.4 3.4.5 3.4.6 3.5.0 3.5.1 3.6.0
ghostkit / gutenberg / components / pro-note / editor.scss

editor.scss in Block Animations, Motion & Scroll Effects – Ghost Kit 2.25.0, at gutenberg/components/pro-note/editor.scss

29 lines 474 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 @import "../../variables";
2
3 .ghostkit-pro-component-note-inner {
4 padding: 20px;
5 text-align: center;
6 background-color: $light-gray-300;
7 border-radius: 4px;
8
9 h3 {
10 margin-bottom: 15px;
11 }
12 }
13
14 .ghostkit-pro-component-note-button {
15 display: inline-block;
16 padding: 7px 15px;
17 margin-top: 5px;
18 text-decoration: none;
19 background: linear-gradient(-45deg, #5c39a7, #528be6);
20 border-radius: 3px;
21
22 &,
23 &:hover,
24 &:focus,
25 &:active {
26 color: #fff;
27 }
28 }
29