user-login.component.scss 660 B

1234567891011121314151617181920212223242526272829303132333435
  1. .custom-toolbar {
  2. --background: rgba(255, 255, 255, 0.8);
  3. display: flex;
  4. justify-content: center;
  5. align-items: center;
  6. padding: 0;
  7. }
  8. .custom-title {
  9. font-size: 17px;
  10. color: #000000;
  11. text-align: center;
  12. margin: 0;
  13. }
  14. ion-card-content img {
  15. border-radius: 100%;
  16. width: 150px;
  17. height: 150px;
  18. margin-left: 75px;
  19. margin-bottom: 15px;
  20. }
  21. ion-card-content ion-button {
  22. width: 85%;
  23. margin-left: 22px;
  24. --background: #bfc7ce;
  25. --background-hover: #bfc7ce;
  26. --background-activated: #bfc7ce;
  27. --background-focused: #bfc7ce;
  28. --color: black;
  29. font-weight: bold;
  30. margin-bottom: 15px;
  31. }