I have mat-table from the Angular Material library and am trying to change its styles, here's my css:
@media only screen and (max-width: 665px){
.mat-mdc-table thead {
display: none !important;
}
}
How can I access the thead and the others elements of the .mat-mdc-table in my stylesheet?
Be more specific, including a "longer" path to the element; for example, like so: