colors.scss 970 B

1234567891011121314151617181920212223
  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. // Import variables and mixins
  13. @import "bootstrap/mixins/gradients";
  14. @import "core/mixins/hex2rgb";
  15. //box shadow for alert's heading
  16. @import "core/mixins/alert";
  17. // Color system, always load last
  18. // ------------------------------
  19. @import "core/colors/palette";