Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. diff --git a/src/components/PageProfile/HouseInfo/MeterRequest/MeterRequest.tsx b/src/components/PageProfile/HouseInfo/MeterRequest/MeterRequest.tsx
  2. index de6388a..e12bab6 100644
  3. --- a/src/components/PageProfile/HouseInfo/MeterRequest/MeterRequest.tsx
  4. +++ b/src/components/PageProfile/HouseInfo/MeterRequest/MeterRequest.tsx
  5. @@ -80,12 +80,11 @@ const RequestBtn = styled(PrimaryBtn)`
  6. `
  7.  
  8. const SelectWrapper = styled.div`
  9. - margin-bottom: 12px;
  10. position: relative;
  11.  
  12. &::after {
  13. position: absolute;
  14. - top: calc(50% - 3px);
  15. + top: calc(50% - 7px);
  16. right: 19px;
  17. width: 8px;
  18. height: 8px;
  19. @@ -96,6 +95,10 @@ const SelectWrapper = styled.div`
  20. transition: transform 0.2s ease-in-out;
  21. transform: translate3d(0, -3px, 0) rotate(135deg);
  22. }
  23. +
  24. + @media ${MEDIA.untilTablet} {
  25. + margin-bottom: 0;
  26. + }
  27. `
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement