按钮动效

i18n
xaoxuu 6 years ago
parent 5f0e8d62b8
commit 66e078dd63
  1. 2
      source/less/_toc.less
  2. 7
      source/less/_widget.less

@ -39,7 +39,7 @@
box-shadow: @boxshadow_card_raised; box-shadow: @boxshadow_card_raised;
.header{ .header{
.s-toc{ .s-toc{
display: none; transform: rotate(30deg);
} }
} }
} }

@ -239,6 +239,13 @@
} }
} }
.m_widget.links{ .m_widget.links{
.header{
.rightBtn{
&:hover{
transform: rotate(90deg);
}
}
}
.content{ .content{
padding: @gap/2 0; padding: @gap/2 0;
&.pure{ &.pure{

Loading…
Cancel
Save