Variable.styl 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. /**** VARIABLES ****/
  2. /*** COULEURS ****/
  3. mainColor = #fdfdfd // Bg header
  4. secondColor = #215e8e // bg sidebar
  5. thirdColor = #2571fe // bg workspace name
  6. fourthColor = #82b2cc // bg filter sidebar
  7. fontColor = #252525
  8. darkGrey = #252525
  9. rgbGrey = rgba(25,25,25,0.3)
  10. grey = #ababab
  11. lightGrey = #f0f0f0
  12. grey-hover = #e0e0e0
  13. folder-hover = #9BC1eb
  14. files-hover = rgba(155,193,235,0.2)
  15. off-white = #fdfdfd
  16. darkBlue = #215e8e
  17. blue = #2571fe
  18. lightBlue = #569EDE
  19. red = #f63434
  20. // c2a btn color in general context ; meaning every context but specific one related to file type (file, pageHtml, issues, threads ...)
  21. btnCallAction = #28a745
  22. btnCallAction-hover = darken(btnCallAction, 15%)
  23. threadColor = #2674d3
  24. htmlColor = #65c7f2
  25. darkHtmlColor = darken(htmlColor, 15%)
  26. markdownColor = #e0082b
  27. fileColor = #263462
  28. lightFileColor = lighten(fileColor, 15%)
  29. taskColor = #2d5a88
  30. issueColor = #a4835e
  31. /** Role Color **/
  32. gestionnaire = #f2af2d
  33. lecteur = #15D948
  34. contributeur = #3145F7
  35. responsable = #ED0007
  36. /** Btn call to action dashboard **/
  37. writefile = #a738ed
  38. importfile = #ff8400
  39. calendar = red
  40. explore = #87d04c
  41. /*************************/
  42. /**** BOX SHADOW ****/
  43. shadow-bottom = 0px 0px 5px 1px #606060
  44. shadow-right = 2px 2px 5px 0px #404040
  45. shadow-all = 1px 1px 5px 2px #ababab
  46. shadow-all-side-blue = 0px 0px 1px 1px lightBlue
  47. shadow-all-side-green = 0 0 1px 2px green
  48. shadow-all-btn = 0 0 3px 3px lightBlue
  49. /***********************/
  50. /**** MEDIA QUERIES ****/
  51. min-xs = 0px
  52. max-xs = 575px
  53. min-sm = 576px
  54. max-sm = 767px
  55. min-md = 768px
  56. max-md = 991px
  57. min-lg = 992px
  58. max-lg = 1199px
  59. min-xl = 1200px