Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. @import "../../Utilities/variables.scss";
  2.  
  3. :host-context([is-phone]) {
  4. .submitButton {
  5. margin-left: 28%;
  6. margin-top: 10%;
  7. }
  8. }
  9.  
  10. :host {
  11. .buttonDiv {
  12. display:flex;
  13. width: 50%;
  14. margin-top: 2%;
  15. }
  16.  
  17.  
  18. .contactFormWrapper {
  19. display: flex;
  20. }
  21.  
  22. .rightSide {
  23. }
  24.  
  25. .buttonStyle {
  26. padding-bottom: 1.0%;
  27. padding-top: 1.0%;
  28. padding-right: 5%;
  29. padding-left: 5%;
  30. }
  31.  
  32. .submitButton {
  33. @extend .buttonStyle;
  34. margin-left: auto;
  35. }
  36.  
  37. .leftSide, .rightSide {
  38. width: 100%;
  39. }
  40.  
  41.  
  42.  
  43. .leftSideAttributes {
  44. width: 65%;
  45. }
  46.  
  47. .rightSideAttribute {
  48. width: 100%;
  49. }
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement