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.
15 lines
221 B
CSS
15 lines
221 B
CSS
/**
|
|
* 圆角 token
|
|
*
|
|
*/
|
|
@theme {
|
|
--radius-sm: 4px;
|
|
--radius-md: 8px;
|
|
--radius-lg: 12px;
|
|
--radius-xl: 16px;
|
|
--radius-xxl: 20px;
|
|
--radius-xxxl: 24px;
|
|
--radius-full: 999px;
|
|
--radius-bottom-sheet: 28px;
|
|
}
|