Browse
For agents
About
Block Animations, Motion & Scroll Effects – Ghost Kit
/
3.3.3
Block Animations, Motion & Scroll Effects – Ghost Kit
v3.3.3
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
/
build
/
assets
/
admin
/
css
/
style.css
style.css
in Block Animations, Motion & Scroll Effects – Ghost Kit 3.3.3, at build/assets/admin/css/style.css
2 lines
1.5 KB
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
.
ghostkit-help-text
{
color
:
#
a0a0a0
;
font-size
:
90
%
;
font-style
:
italic
}
.
ghostkit-code
{
background
:
#
eef0f3
;
border-radius
:
3
px
}
.
ghostkit-grid-controls
{
display
:
flex
;
flex-wrap
:
wrap
;
margin
:
0
-10
px
}
.
ghostkit-grid-controls
>
*
{
flex
:
1
;
margin
:
0
10
px
!important
;
min-width
:
80
px
}
.
components-panel__body-toggle
>
.
ghostkit-ext-icon
{
display
:
block
;
position
:
absolute
;
top
:
50
%
;
transform
:
translateY
(
-50
%
)
}
.
components-panel__body-toggle
>
.
ghostkit-ext-icon
svg
{
display
:
block
}
.
components-panel__body-toggle
>
.
ghostkit-ext-icon
+
span
{
margin-left
:
35
px
}
.
ghostkit-control-tabs
>
.
components-tab-panel__tabs
{
border-bottom
:
1
px
solid
#
e8eaeb
;
display
:
flex
;
flex-wrap
:
wrap
;
margin-bottom
:
15
px
}
.
ghostkit-control-tabs
>
.
components-tab-panel__tabs
>
.
ghostkit-control-tabs-tab
{
background
:
none
;
border
:
none
;
border-bottom
:
2
px
solid
transparent
;
border-radius
:
0
;
color
:
#
555d66
;
cursor
:
pointer
;
margin
:
0
0
-1
px
;
outline-offset
:
-1
px
;
padding
:
9
px
11
px
11
px
}
.
ghostkit-control-tabs
>
.
components-tab-panel__tabs
>
.
ghostkit-control-tabs-tab
svg
{
display
:
block
;
height
:
1.4
em
;
width
:
auto
}
.
ghostkit-control-tabs
>
.
components-tab-panel__tabs
>
.
ghostkit-control-tabs-tab
.
is-active
{
border-bottom
:
2
px
solid
#
007cba
;
position
:
relative
;
z-index
:
1
}
.
ghostkit-control-tabs
.
ghostkit-control-tabs-wide
>
.
components-tab-panel__tabs
>
.
ghostkit-control-tabs-tab
{
flex
:
1
;
justify-content
:
center
;
text-align
:
center
}
.
ghostkit-control-tabs
.
ghostkit-control-tabs-separator
{
border-top
:
1
px
solid
#
e8eaeb
;
margin-left
:
-15
px
;
margin-right
:
-15
px
;
padding
:
15
px
}
.
ghostkit-control-tabs
.
ghostkit-control-tabs-separator
:
first-child
{
margin-top
:
-16
px
}
.
ghostkit-component-input-drag
input
{
cursor
:
n-resize
}
2