2022-09-30 11:36:38 +08:00
|
|
|
$li-border-radius = 0.4rem
|
|
|
|
$li-margin-bottom = 0.8rem
|
2020-04-24 22:49:10 +08:00
|
|
|
|
2021-01-06 23:53:17 +08:00
|
|
|
.post-tools-container {
|
2020-04-02 20:37:34 +08:00
|
|
|
|
|
|
|
.tools-list {
|
2021-01-21 16:47:13 +08:00
|
|
|
|
2020-04-02 11:01:24 +08:00
|
|
|
li {
|
2022-09-30 10:51:42 +08:00
|
|
|
display flex
|
|
|
|
align-items center
|
|
|
|
justify-content center
|
|
|
|
width $post-tool-button-width
|
|
|
|
height $post-tool-button-width
|
|
|
|
margin-bottom $li-margin-bottom
|
|
|
|
color var(--default-text-color)
|
|
|
|
font-size 1.2rem
|
|
|
|
background var(--background-color)
|
|
|
|
border-radius 50%
|
|
|
|
cursor pointer
|
2020-04-24 22:49:10 +08:00
|
|
|
|
2021-01-21 16:47:13 +08:00
|
|
|
i {
|
2022-09-30 10:51:42 +08:00
|
|
|
color var(--default-text-color)
|
2020-09-05 23:08:03 +08:00
|
|
|
}
|
|
|
|
|
2020-04-25 21:45:45 +08:00
|
|
|
&:hover {
|
2022-09-30 10:51:42 +08:00
|
|
|
color var(--background-color)
|
|
|
|
background var(--primary-color)
|
2021-01-21 16:47:13 +08:00
|
|
|
|
|
|
|
i {
|
2022-09-30 10:51:42 +08:00
|
|
|
color var(--background-color)
|
2021-01-21 16:47:13 +08:00
|
|
|
}
|
2020-04-25 21:45:45 +08:00
|
|
|
}
|
|
|
|
|
2021-01-21 16:47:13 +08:00
|
|
|
|
|
|
|
&:last-child {
|
2022-09-30 10:51:42 +08:00
|
|
|
margin-bottom 0
|
2021-01-21 16:47:13 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2022-09-30 10:51:42 +08:00
|
|
|
hover-style(true, 1.06, 1.06)
|
2021-01-21 18:23:22 +08:00
|
|
|
|
2020-09-07 15:56:13 +08:00
|
|
|
&.page-aside-toggle {
|
2022-09-30 10:51:42 +08:00
|
|
|
display none
|
2020-09-07 16:25:37 +08:00
|
|
|
|
2020-11-20 12:02:22 +08:00
|
|
|
+keep-tablet() {
|
2022-09-30 10:51:42 +08:00
|
|
|
display none !important
|
2020-09-07 16:25:37 +08:00
|
|
|
}
|
2020-09-07 15:56:13 +08:00
|
|
|
}
|
2020-04-02 11:01:24 +08:00
|
|
|
}
|
|
|
|
}
|
2020-09-05 23:08:03 +08:00
|
|
|
}
|