css
This commit is contained in:
parent
ec2345e4f3
commit
52bcd5812a
|
@ -14,7 +14,7 @@
|
||||||
float: right
|
float: right
|
||||||
z-index: 9
|
z-index: 9
|
||||||
display: flex
|
display: flex
|
||||||
border-radius: 4px 0 0 4px
|
border-radius: $border-block 0 0 $border-block
|
||||||
padding-right: 1rem
|
padding-right: 1rem
|
||||||
border: 1px solid var(--block-border)
|
border: 1px solid var(--block-border)
|
||||||
border-right: 0
|
border-right: 0
|
||||||
|
|
|
@ -106,6 +106,6 @@ article.md blockquote
|
||||||
|
|
||||||
|
|
||||||
article.md img
|
article.md img
|
||||||
border-radius: 4px
|
border-radius: $border-image
|
||||||
margin: auto
|
margin: auto
|
||||||
display: block
|
display: block
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
margin: 1rem 0 .5rem
|
margin: 1rem 0 .5rem
|
||||||
display: flex
|
display: flex
|
||||||
align-items: center
|
align-items: center
|
||||||
color: var(--text-p0)
|
overflow: hidden
|
||||||
a
|
a
|
||||||
color: inherit
|
color: inherit
|
||||||
display: flex
|
display: flex
|
||||||
|
@ -78,13 +78,17 @@
|
||||||
font-family: $ff-logo
|
font-family: $ff-logo
|
||||||
display: block
|
display: block
|
||||||
position: relative
|
position: relative
|
||||||
|
.main
|
||||||
|
color: var(--text-p0)
|
||||||
.sub
|
.sub
|
||||||
color: var(--text-p1)
|
color: var(--text-p1)
|
||||||
trans2 opacity transform
|
trans2 opacity transform
|
||||||
|
white-space: nowrap
|
||||||
.hover
|
.hover
|
||||||
position: absolute
|
position: absolute
|
||||||
bottom: 0
|
bottom: 0
|
||||||
transform: translateY(8px)
|
transform: translateY(8px)
|
||||||
|
overflow: visible
|
||||||
&:hover
|
&:hover
|
||||||
.normal
|
.normal
|
||||||
opacity: 0
|
opacity: 0
|
||||||
|
|
|
@ -33,7 +33,8 @@
|
||||||
.image-caption
|
.image-caption
|
||||||
display: inline-block
|
display: inline-block
|
||||||
font-size: $fs-12
|
font-size: $fs-12
|
||||||
line-height: 1.4
|
color: var(--text-p2)
|
||||||
color: var(--text-p3)
|
line-height: 1.5
|
||||||
|
text-align: justify
|
||||||
&:empty
|
&:empty
|
||||||
display: none
|
display: none
|
||||||
|
|
Loading…
Reference in New Issue