Guest User

Untitled

a guest
Nov 19th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. @import '../../styles/variables/sizes';
  2. @import '../../styles/variables/colors';
  3. @import '../../styles/variables/fonts';
  4. @import '../../styles/import/flex';
  5. @import '../../styles/import/input';
  6. @import '../../styles/import/link';
  7. @import '../../styles/import/button';
  8.  
  9.  
  10. :host {
  11.  
  12. .import-flex;
  13. .import-input;
  14. .import-link;
  15. .import-button;
  16.  
  17. @width: 240/@px;
  18. @padding: 20/@px;
  19. @link-height: 40/@px;
  20.  
  21. font-family: @font-lato;
  22. font-size: 14/@px;
  23.  
  24. .content {
  25. width: @width;
  26. background-color: @color-white;
  27. color: @color-black;
  28. box-shadow: 0 3/@px 10/@px @color-shadow;
  29. }
  30.  
  31. .header {
  32. border-bottom: 1/@px solid @color-white-smoke-darken;
  33. line-height: 1;
  34. }
  35.  
  36. }
Add Comment
Please, Sign In to add comment