refactor: use text font sizes
This commit is contained in:
parent
3dfde0e98f
commit
82393c6918
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue