variables.scss 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. // Variables
  2. // @import 'https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900';
  3. // $basefont1:'Rubik', sans-serif;
  4. // $basefont2:'Rubik', sans-serif;
  5. $basefont1: Lato, -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif !default;
  6. $basefont2: Lato, -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif !default;
  7. /* GROWI Color */
  8. $growi-green: #74bc46;
  9. $growi-blue: #175fa5;
  10. /*bootstrap Color*/
  11. $danger: #ff0a54 !default;
  12. $success: #00bb83 !default;
  13. $warning: #ffa32b !default;
  14. $primary: $growi-blue !default;
  15. $info: #009fbb !default;
  16. $muted: #98a6ad !default;
  17. $dark: #3e4d6c !default;
  18. $inverse:#3e4d6c !default;
  19. $light:#e4e7ea !default;
  20. $extralight:#f7fafc !default;
  21. /*Normal Color*/
  22. $white: #ffffff !default;
  23. $red:#ff0000 !default;
  24. $purple:#7b00ce !default;
  25. $blue:#0d00c5 !default;
  26. $yellow:#cccf0e !default;
  27. $border:#f0f0f0 !default;
  28. $megna:#00b5c2 !default;
  29. /*Theme Colors*/
  30. $topbar:#3c4451 !default;
  31. $sidebar:#4F5467 !default;
  32. $bodycolor:#fff !default;
  33. $headingtext: #2b2b2b !default;
  34. $bodytext: #686868 !default;
  35. $linktext: $inverse !default;
  36. $linktext-hover: lighten($inverse, 20%) !default;
  37. $sidebar-text:#54667a !default;
  38. $themecolor:#ff6849 !default;
  39. $dark-themecolor:#4F5467 !default;
  40. $rgt:right !default;
  41. $lft:left !default;
  42. $dark-text:#848a96 !default;
  43. /*Border radius*/
  44. $radius: 0 !default;
  45. /*Preloader*/
  46. /*
  47. .preloader{
  48. width: 100%;
  49. height: 100%;
  50. top:0px;
  51. position: fixed;
  52. z-index: 99999;
  53. background: #fff;
  54. .cssload-speeding-wheel{
  55. position: absolute;
  56. top: "calc(50% - 3.5px)";
  57. left: "calc(50% - 3.5px)";
  58. }
  59. }
  60. */
  61. /*Font weight*/
  62. $font-bold:700 !default;