You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
760 B

4 years ago
  1. /*!
  2. * Template Name: Developer - Portfolio Landing Page Template for Developers
  3. * Version: 2.4
  4. * Author: Xiaoying Riley
  5. * Twitter: @3rdwave_themes
  6. * Copyright: 3rd Wave Media Ltd.
  7. * Website: https://themes.3rdwavemedia.com/
  8. */
  9. //*************************** Theme Colours****************************/
  10. // Define theme colour scheme
  11. $color: #778492;
  12. $color-2: #3AAA64;
  13. $btn-color: #54ba4e;
  14. $btn-color-2: #479FC8;
  15. $text-color: #434343;
  16. $text-color-secondary: #666;
  17. $grey: #999;
  18. $divider: #e8e8e8;
  19. $lighter-grey: #ccc;
  20. $darker-grey: #666;
  21. $smoky-white: #f5f5f5;
  22. $background: #DAE3E7;
  23. $heart: #fb866a;
  24. //*************************** Theme Styles ****************************/
  25. // Import theme styles
  26. @import "mixins";
  27. @import "base";
  28. @import "responsive";