Advertisement
Guest User

Untitled

a guest
Mar 21st, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. Theming training outline
  2.  
  3. style guide attributes needed:
  4.  
  5. Base brand color : #0070ad
  6. Base font size : unknown
  7. Base font family (if not system fonts) : Ubuntu
  8. Button border radius : 100px
  9. Primary button color : #0070ad
  10.  
  11.  
  12.  
  13. $brandColor
  14. $textColorBase: #0070ad; // #0070ad
  15. $fontFamily:
  16. $rootFontSize: 1.2em !default; // 14px .875em
  17.  
  18. $mediumBorderRadius
  19.  
  20.  
  21.  
  22. Theming specs
  23.  
  24. background-color: #d6d6d6
  25. font-color: #2B0000
  26. font-family: Ubuntu web font
  27. base-text-size: 16px
  28.  
  29. button specs
  30. corner-radius: 20px
  31. default-height: 24px
  32. default-width: 30px
  33. background-color: transparent
  34. border-color: #2B0000
  35. box-shadow: none
  36. border-size: 2px
  37.  
  38. Possible color pallet
  39. #490A3D,
  40. #BD1550,
  41. #E97F02,
  42. #F8CA00,
  43. #8A9B0F,
  44. #490A3D,
  45. #BD1550,
  46. #E97F02
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement