-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(typography): add more custom style
- Loading branch information
Showing
3 changed files
with
119 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,19 @@ | ||
@paragraph-distance: 0.6em; | ||
|
||
@theme-font: -apple-system, "Noto Sans", "Helvetica Neue", Helvetica, "Nimbus Sans L", Arial, | ||
"Liberation Sans", "PingFang SC", "Noto Sans CJK SC", "Source Han Sans SC", "Source Han Sans CN", | ||
"Microsoft YaHei", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, "WenQuanYi Zen Hei Sharp", | ||
sans-serif; | ||
@theme-color-main: #ad76b5; | ||
@theme-transitions-duration-complex: 375ms; | ||
@theme-transitions-duration-enteringScreen: 225ms; | ||
@theme-transitions-duration-leavingScreen: 195ms; | ||
@theme-transitions-duration-short: 250ms; | ||
@theme-transitions-duration-shorter: 200ms; | ||
@theme-transitions-duration-shortest: 150ms; | ||
@theme-transitions-duration-standard: 300ms; | ||
|
||
@mdui-timing-fuction: cubic-bezier(0.4, 0, 0.2, 1); | ||
|
||
@mdui-shadow-1: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), | ||
0px 1px 5px 0px rgba(0, 0, 0, 0.12); |