浏览代码

refactor: use text font sizes

version-14
Summayya 3 年前
父节点
当前提交
82393c6918
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      frappe/public/scss/website/my_account.scss

+ 2
- 2
frappe/public/scss/website/my_account.scss 查看文件

@@ -55,11 +55,11 @@


.my-account-item-desc { .my-account-item-desc {
color: var(--gray-700); color: var(--gray-700);
font-size: var(--font-size-sm);
font-size: var(--text-md);
} }


.my-account-item-link { .my-account-item-link {
font-size: var(--font-size-sm);
font-size: var(--text-md);


a { a {
text-decoration: none; text-decoration: none;


正在加载...
取消
保存