feat(ui): redesign the sidebar

This commit is contained in:
Cotes Chung
2023-03-25 02:58:58 +08:00
parent 6d99f5cc36
commit 83bbe4ac93
10 changed files with 159 additions and 313 deletions

View File

@@ -69,7 +69,7 @@
}
%clickable-transition {
transition: color 0.35s ease-in-out;
transition: all 0.3s ease-in-out;
}
%no-cursor {
@@ -138,6 +138,11 @@
margin-right: $value;
}
@mixin pt-pb($val) {
padding-top: $val;
padding-bottom: $val;
}
@mixin pl-pr($val) {
padding-left: $val;
padding-right: $val;