Advertisement
Guest User

CSS Clienti

a guest
Jun 20th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. @import '@angular/material/prebuilt-themes/deeppurple-amber.css';
  2.  
  3. .table-header, td{
  4. background: lightgray;
  5. font-weight: bold;
  6. font-size: 14px;
  7. }
  8.  
  9. .table-row , td {
  10. background: whitesmoke;
  11. font-weight: normal;
  12. font-size: 12px;
  13. border-bottom: 1px solid lightgray;
  14. }
  15.  
  16. .mat-elevation-z8 {
  17. width: 100%;
  18. }
  19.  
  20. table {
  21. width: 100%;
  22. }
  23.  
  24. th.mat-sort-header-sorted {
  25. color: black;
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement