variables.less 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. // Variables
  2. ;
  3. @import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900);
  4. @basefont1:'Rubik', sans-serif;
  5. @basefont2:'Rubik', sans-serif;
  6. /*Theme Colors*/
  7. @topbar:#3c4451;
  8. @sidebar:#2f323e;
  9. @bodycolor:#3c4452;
  10. @headingtext: #2b2b2b;
  11. @bodytext: #96a2b4;
  12. @sidebar-text:#97999f;
  13. @themecolor:#2cabe3;
  14. @themealt:#ff7676;
  15. @dark-themecolor:#2f323e;
  16. @tra-color:#96a2b4;
  17. /*bootstrap Color*/
  18. @danger: #ff7676;
  19. @success: #53e69d;
  20. @warning: #ffc36d;
  21. @primary: #707cd2;
  22. @info: #2cabe3;
  23. @muted: #98a6ad;
  24. @dark: #96a2b4;
  25. @inverse:#4c5667;
  26. @light:rgba(120, 130, 140, 0.2);
  27. @extralight:rgba(0, 0, 0, 0.1);
  28. /*Normal Color*/
  29. @white: #ffffff;
  30. @red:#fb3a3a;
  31. @purple:#707cd2;
  32. @blue:#02bec9;
  33. @border:rgba(120, 130, 140, 0.13);
  34. @megna:#01c0c8;
  35. @rgt:right;
  36. @lft:left;
  37. @dark-text:#848a96;
  38. /*Border radius*/
  39. @radius:0px;
  40. @radius-alt:3px;
  41. /*Preloader*/
  42. .preloader{
  43. width: 100%;
  44. height: 100%;
  45. top:0px;
  46. position: fixed;
  47. z-index: 99999;
  48. background: #fff;
  49. .cssload-speeding-wheel{
  50. position: absolute;
  51. top: ~"calc(50% - 3.5px)";
  52. left: ~"calc(50% - 3.5px)";
  53. }
  54. }