Advertisement
Guest User

Untitled

a guest
Apr 18th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. .pokemon-img {
  2. display: block;
  3. margin: 0 auto;
  4. width: 200px;
  5. height: auto;
  6. }
  7.  
  8. .name {
  9. text-align: center;
  10. text-transform: uppercase;
  11. }
  12.  
  13. :host ::ng-deep .mat-chip-list-wrapper {
  14. justify-content: center;
  15. }
  16.  
  17. .mat-table {
  18. width: 600px;
  19. margin: 0 auto;
  20. }
  21.  
  22. .level-header,
  23. .move-level {
  24. text-align: right;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement