Advertisement
Guest User

Untitled

a guest
Apr 25th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. /*
  2. * Copyright (c) 2017 Apicéa
  3. *
  4. * All Rights Reserved.
  5. * Unauthorized copying of this file, via any medium is strictly prohibited.
  6. * Proprietary and confidential.
  7. * User : btor
  8. *
  9. */
  10.  
  11. @danger-color: #E83D29;
  12. @success-color: #03C363;
  13. @primary-color: #A0C9E8;
  14. @secondary-color: white;
  15. @third-color: #346C97;
  16.  
  17. @apicea-red: #ec0b64;
  18. @apicea-blue: #97c7ed;
  19.  
  20. @link-color: @primary-color;
  21. @bckgnd-color: white;
  22. @bckgnd-color-alt: @primary-color;
  23. @bckgnd-color-alt-dark: @third-color;
  24.  
  25. @footer-color: #242424;
  26. @footer-height: 3.5em;
  27.  
  28. @color-yellow: #debb07;
  29. @text-color-white: @secondary-color;
  30. @text-color-grey: #585858;
  31. @dark-grey : darken(@text-color-grey,20%);
  32. @color-grey-dark: @dark-grey;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement