colors.scss 1001 B

12345678910111213141516171819202122232425
  1. // ================================================================================================
  2. // File Name: colors.scss
  3. // Description: Common color file to include color paletter and colors file, its qiore good to
  4. // have all color classes in a separate file as it's quite heavy.
  5. // ----------------------------------------------------------------------------------------------
  6. // Item name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
  7. // Author: PIXINVENT
  8. // Author URL: http://www.themeforest.net/user/pixinvent
  9. // ================================================================================================
  10. // Core
  11. // ------------------------------
  12. $primary-color-var: 'cyan';
  13. // Import variables and mixins
  14. @import "bootstrap/mixins/gradients";
  15. @import "core/mixins/hex2rgb";
  16. //box shadow for alert's heading
  17. @import "core/mixins/alert";
  18. // Color system, always load last
  19. // ------------------------------
  20. @import "core/colors/palette";