Improve the layout of sidebar icons

This commit is contained in:
Cotes Chung
2021-09-21 22:37:28 +08:00
parent fa0155de6f
commit 395b24736a
9 changed files with 43 additions and 66 deletions

View File

@@ -65,18 +65,11 @@
text-decoration: none;
}
@mixin sidebar-links {
color: rgba(117, 117, 117, 83%);
%sidebar-links {
color: rgba(117, 117, 117, 0.9);
user-select: none;
}
@mixin icon-round($diameter) {
border: 1px solid;
border-radius: 50%;
width: $diameter;
height: $diameter;
}
@mixin ml-mr($value) {
margin-left: $value;
margin-right: $value;