Advertisement
Guest User

Untitled

a guest
Mar 30th, 2021
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. ion-spinner {
  2. display: block;
  3. margin: auto;
  4. }
  5.  
  6. .immagineProdottoContainer {
  7. display: flex;
  8. align-items: center;
  9. justify-content: center;
  10. background-color: white;
  11. margin-top: 2%;
  12. border-radius: 15px !important;
  13. margin-left: 2%;
  14. }
  15.  
  16. .immagineProdotto {
  17. background-color: white;
  18. border-radius: 15px !important;
  19. object-fit: resize;
  20. width: auto !important;
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement