mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-14 07:18:21 +02:00
32 lines
No EOL
587 B
Stylus
32 lines
No EOL
587 B
Stylus
// colors
|
|
$mainColor= #6E43E8
|
|
|
|
|
|
$sidebarColor=#FAFAFC
|
|
$accentColor = #6E43E8
|
|
$textColor =rgb(51, 51, 51)
|
|
$headerColor=rgb(17, 17, 17)
|
|
$borderColor = #e8e8fb
|
|
$codeBgColor = #282c34
|
|
$arrowBgColor = #ccc
|
|
$navbar-background = #6E43E8;
|
|
$navbar-text-color = #ffffff;
|
|
$section-color=#f7f7f7;
|
|
$fontSize = 16px
|
|
|
|
// layout
|
|
$navbarHeight = 5.2rem
|
|
$navbar-vertical-padding = 1.4rem;
|
|
$navbar-horizontal-padding = 1.4rem;
|
|
|
|
$sidebarWidth = 16rem
|
|
$contentWidth = 960px
|
|
|
|
// // responsive breakpoints
|
|
$MQNarrow = 959px
|
|
$MQMobile = 719px
|
|
$MQMobileNarrow = 419px
|
|
|
|
.icon.outbound
|
|
display none !important
|
|
|