6e51cb7d16
- Updated comments in various components, schemas, and repositories to remove references to original Dart files. - Ensured consistency in documentation while maintaining the context of the code.
18 lines
312 B
CSS
18 lines
312 B
CSS
/**
|
|
* 图标尺寸 token
|
|
*
|
|
*/
|
|
@theme {
|
|
--icon-size-sm: 16px;
|
|
--icon-size-md: 18px;
|
|
--icon-size-lg: 20px;
|
|
--icon-size-xl: 24px;
|
|
--icon-size-xxl: 28px;
|
|
--icon-size-xxxl: 32px;
|
|
--icon-size-34: 34px;
|
|
--icon-size-40: 40px;
|
|
--icon-size-43: 43px;
|
|
--icon-size-56: 56px;
|
|
--icon-size-86: 86px;
|
|
}
|