Guest User

Untitled

a guest
May 26th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. .composite_form .component {
  2. display: flex;
  3. align-items: center;
  4. flex-direction: row-reverse;
  5. }
  6.  
  7. .composite_form .step_title_wrapper {
  8. margin-left: 10%;
  9. margin-bottom: 0px;
  10. padding: 0px;
  11. }
  12.  
  13. .component_wrap {
  14. display: flex;
  15. align-items: center;
  16. flex-direction: row-reverse;
  17. }
  18.  
  19. .component_wrap .price {
  20. margin-bottom: 0px;
  21. }
Add Comment
Please, Sign In to add comment