Advertisement
Guest User

empresascss

a guest
Feb 16th, 2020
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. ion-toolbar{
  2. --background: url("https://cdn.dribbble.com/users/1846841/screenshots/5200239/yosemite1.jpg") no-repeat center / 100%;
  3. --opacity: 0.9;
  4. padding-bottom: 15%;
  5. }
  6.  
  7. .header-md::after{
  8. width: 0% !important;
  9. }
  10.  
  11. ion-title{
  12. --color: white;
  13. font-family: 'Roboto', sans-serif;
  14. text-align: center;
  15. font-size: 24px;
  16. }
  17.  
  18. .ion-button{
  19. --background: #7e7cc1;
  20. --background-activated: #7e7cc1;
  21. --background-focused: #7e7cc1;
  22. --background-hover: #7e7cc1;
  23. width: 70% !important;
  24. margin-left: 15% !important;
  25. margin-top: 5%;
  26. margin-bottom: 2%;
  27. }
  28.  
  29. .ion-button-cancelar{
  30. --background: #7e7cc1;
  31. --background-activated: #7e7cc1;
  32. --background-focused: #7e7cc1;
  33. --background-hover: #7e7cc1;
  34. width: 70% !important;
  35. margin-left: 15% !important;
  36. margin-top: 0%;
  37. margin-bottom: 5%;
  38. }
  39.  
  40. ion-avatar{
  41. --border-radius: 0%;
  42. }
  43.  
  44. .grayscale { filter: grayscale(80%) !important; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement