12345678910111213141516171819202122232425 |
- // ================================================================================================
- // File Name: colors.scss
- // Description: Common color file to include color paletter and colors file, its qiore good to
- // have all color classes in a separate file as it's quite heavy.
- // ----------------------------------------------------------------------------------------------
- // Item name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
- // Author: PIXINVENT
- // Author URL: http://www.themeforest.net/user/pixinvent
- // ================================================================================================
- // Core
- // ------------------------------
- $primary-color-var: 'cyan';
- // Import variables and mixins
- @import "bootstrap/mixins/gradients";
- @import "core/mixins/hex2rgb";
- //box shadow for alert's heading
- @import "core/mixins/alert";
- // Color system, always load last
- // ------------------------------
- @import "core/colors/palette";
|