mirror of
https://github.com/strapi/strapi.git
synced 2025-08-15 20:27:23 +00:00
20 lines
329 B
Stylus
20 lines
329 B
Stylus
// colors
|
|
$accentColor = #2F80ED
|
|
$textColor = #2c3e50
|
|
$borderColor = #eaecef
|
|
$codeBgColor = #282c34
|
|
$arrowBgColor = #ccc
|
|
|
|
// layout
|
|
$navbarHeight = 3.6rem
|
|
$sidebarWidth = 20rem
|
|
$contentWidth = 800px
|
|
|
|
// responsive breakpoints
|
|
$MQNarrow = 959px
|
|
$MQMobile = 719px
|
|
$MQMobileNarrow = 419px
|
|
|
|
// code
|
|
$lineNumbersWrapperWidth = 3.5rem
|