ohif-viewer/Packages/design/styles/variables.styl
2016-07-22 11:08:27 +02:00

43 lines
876 B
Stylus

// Common pallete
$uiYellow = #E29E4A
$uiSkyBlue = #6FBDE2
$uiGrayDark = #263340
$uiGrayDarker = #16202B
$uiGrayDarkest = #151A1F
// Interface UI Colors
$defaultColor = #94A8B3
$hoverColor = #ffffff
$activeColor = #40D9B8
$uiBorderColor = #436270
$uiBorderColorDark = #3C5D80
$primaryBackgroundColor = #000000
$boxBackgroundColor = #3E5975
$boxBackgroundColorDark = #22374D
// Text Colors
$textPrimaryColor = #ffffff
$textSecondaryColor = #91B9CD
// Other Colors
$menuBackgroundColor = #F2F2F2
// Sizes
$topBarHeight = 40px
$toolbarHeight = 78px
$toolbarDrawerHeight = 62px
// Thicknesses
$uiBorderThickness = 1px
// Fonts
$logoFontFamily = "Sanchez"
$logoFontWeight = 300
// Transitions
$transitionDuration = 0.3s
$transitionEffect = ease
$sidebarTransition = all $transitionDuration $transitionEffect
$studiesSidebarMenuWidth = 307px
$lesionsSidebarMenuWidth = 323px