timline
This commit is contained in:
parent
f59d3228e2
commit
e5d5a57c50
|
@ -104,6 +104,10 @@
|
||||||
padding: 0.5rem 1rem
|
padding: 0.5rem 1rem
|
||||||
margin-top: 4px
|
margin-top: 4px
|
||||||
box-shadow: $boxshadow-block
|
box-shadow: $boxshadow-block
|
||||||
|
trans2: transform box-shadow
|
||||||
|
&:hover
|
||||||
|
transform: translateY(-1px)
|
||||||
|
box-shadow: $boxshadow-card-float
|
||||||
p
|
p
|
||||||
font-size: $fs-14
|
font-size: $fs-14
|
||||||
img
|
img
|
||||||
|
@ -124,12 +128,8 @@
|
||||||
a.body
|
a.body
|
||||||
display: block
|
display: block
|
||||||
color: var(--text-p1)
|
color: var(--text-p1)
|
||||||
trans2: transform box-shadow
|
|
||||||
line-height: 1.25
|
line-height: 1.25
|
||||||
padding: 0.75rem 1rem
|
padding: 0.75rem 1rem
|
||||||
&:hover
|
|
||||||
transform: translateY(-1px)
|
|
||||||
box-shadow: $boxshadow-card-float
|
|
||||||
|
|
||||||
|
|
||||||
.tag-plugin.timeline[api] .body
|
.tag-plugin.timeline[api] .body
|
||||||
|
|
Loading…
Reference in New Issue