Skip to content

Commit

Permalink
feat: fix desktop common style
Browse files Browse the repository at this point in the history
  • Loading branch information
cycjimmy committed Oct 24, 2024
1 parent f3b9038 commit ae7af33
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions app/pages/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@
}
}

.icon {
@extend %icon;
%icon {
width: calcPX(36);
height: calcPX(36);
margin: 0 calcPX(10);
Expand All @@ -65,4 +64,12 @@
height: calcPX(30);
}
}

.icon {
@extend %icon;
}

.link {
@extend %icon;
}
}

0 comments on commit ae7af33

Please sign in to comment.