Browse Source

refactor: use text font sizes

version-14
Summayya 3 years ago
parent
commit
82393c6918
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      frappe/public/scss/website/my_account.scss

+ 2
- 2
frappe/public/scss/website/my_account.scss View File

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

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

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

a {
text-decoration: none;


Loading…
Cancel
Save