refactor: remove font-size utility file and replace with inline text classes
Delete the src/static/scss/font-size.scss utility file, and replace all legacy `font-size-*` class usages across the codebase with inline `text-[numberpx]` styling to consolidate font size definitions and remove redundant utility code.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view class="info-row flex items-center mt-[8px]">
|
||||
<text class="label font-size-12 text-[#99a0ae]">{{ label }}:</text>
|
||||
<text class="value flex-full font-size-12 text-[#99a0ae]">{{ value }}</text>
|
||||
<text class="label text-[12px] text-[#99a0ae]">{{ label }}:</text>
|
||||
<text class="value flex-full text-[12px] text-[#99a0ae]">{{ value }}</text>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user