JimhHan
4 years ago
2 changed files with 24 additions and 6 deletions
@ -0,0 +1,19 @@ |
|||||||
|
$accentColor = #2e73ea |
||||||
|
$textColor = #2c3e50 |
||||||
|
$borderColor = #eaecef |
||||||
|
$codeBgColor = #282c34 |
||||||
|
$arrowBgColor = #ccc |
||||||
|
$badgeTipColor = #42b983 |
||||||
|
$badgeWarningColor = darken(#ffe564, 35%) |
||||||
|
$badgeErrorColor = #DA5961 |
||||||
|
|
||||||
|
// 布局 |
||||||
|
$navbarHeight = 3.6rem |
||||||
|
$sidebarWidth = 20rem |
||||||
|
$contentWidth = 740px |
||||||
|
$homePageWidth = 960px |
||||||
|
|
||||||
|
// 响应式变化点 |
||||||
|
$MQNarrow = 959px |
||||||
|
$MQMobile = 719px |
||||||
|
$MQMobileNarrow = 419px |
Loading…
Reference in new issue