hexo-theme-stellar/source/css/_layout/sidebar/footer.styl

21 lines
464 B
Stylus
Raw Normal View History

2024-01-17 00:27:48 +08:00
.l_left footer.footer
2022-11-23 23:17:24 +08:00
margin: 0.5rem var(--gap-l) 1rem
2021-03-06 00:01:41 +08:00
.social-wrap
display: grid
grid-gap: 0.25rem 0.25rem
grid-template-columns: repeat(auto-fill, 32px)
2024-01-17 22:57:52 +08:00
.social
2021-03-06 00:01:41 +08:00
line-height: 0
display: inline-block
padding: 6px
2024-01-17 00:27:48 +08:00
border-radius: 32px
2021-03-06 00:01:41 +08:00
filter: grayscale(100%)
overflow: hidden
background: transparent
trans3: box-shadow background transform
&:hover
z-index: 1
2021-06-26 15:02:32 +08:00
filter: unset
2024-01-17 00:27:48 +08:00
background: var(--alpha100)