From ae7af33e502a6e70e261919f17c585753a1b210b Mon Sep 17 00:00:00 2001 From: "Geoffrey.C" Date: Thu, 24 Oct 2024 15:11:18 +0800 Subject: [PATCH] feat: fix desktop common style --- app/pages/common.scss | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/app/pages/common.scss b/app/pages/common.scss index fb65d37b..f93f8e9a 100644 --- a/app/pages/common.scss +++ b/app/pages/common.scss @@ -54,8 +54,7 @@ } } - .icon { - @extend %icon; + %icon { width: calcPX(36); height: calcPX(36); margin: 0 calcPX(10); @@ -65,4 +64,12 @@ height: calcPX(30); } } + + .icon { + @extend %icon; + } + + .link { + @extend %icon; + } }