Advertisement
Guest User

Untitled

a guest
Jan 12th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. .ft-Footer_LinkItem-title {
  2. @include fnt-Panton_14;
  3.  
  4. margin-bottom: 10px;
  5.  
  6. font-weight: 700;
  7. text-transform: uppercase;
  8.  
  9. color: var(--Color_Blue);
  10. }
  11.  
  12. .ft-Footer_Link {
  13. font-weight: inherit;
  14.  
  15. color: currentColor;
  16. }
  17.  
  18. /*
  19. |--------------------------------------------------------------------------
  20. | Social
  21. |--------------------------------------------------------------------------
  22. |
  23. */
  24. .ft-Footer_SocialColumn {
  25. @apply --GridColumn;
  26.  
  27. flex: 1;
  28. }
  29.  
  30. .ft-Footer_SocialTitle {
  31. @include fnt-Panton_14;
  32.  
  33. margin-bottom: 10px;
  34.  
  35. font-weight: 700;
  36. text-transform: uppercase;
  37.  
  38. color: var(--Color_Blue);
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement