Browse
For agents
About
Block Animations, Motion & Scroll Effects – Ghost Kit
/
2.25.0
Block Animations, Motion & Scroll Effects – Ghost Kit
v2.25.0
Switch version
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
Overview
Code
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
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
@
import
"
../../variables
"
;
2
3
.
ghostkit-pro-component-note-inner
{
4
padding
:
20
px
;
5
text-align
:
center
;
6
background-color
:
$light-gray-300
;
7
border-radius
:
4
px
;
8
9
h3
{
10
margin-bottom
:
15
px
;
11
}
12
}
13
14
.
ghostkit-pro-component-note-button
{
15
display
:
inline-block
;
16
padding
:
7
px
15
px
;
17
margin-top
:
5
px
;
18
text-decoration
:
none
;
19
background
:
linear-gradient
(
-45
deg
,
#
5c39a7
,
#
528be6
)
;
20
border-radius
:
3
px
;
21
22
&
,
23
&
:
hover
,
24
&
:
focus
,
25
&
:
active
{
26
color
:
#
fff
;
27
}
28
}
29