15 .mat-accordion .mat-header-row {
22 //copied from https://github.com/angular/material2/blob/master/src/lib/table/table.scss
23 $mat-header-row-height: 56px;
24 $mat-row-height: 48px;
25 $mat-row-horizontal-padding: 24px;
29 min-height: $mat-header-row-height;
33 min-height: $mat-row-height;
36 .mat-row, .mat-header-row {
38 border-bottom-width: 1px;
39 border-bottom-style: solid;
41 padding: 0 $mat-row-horizontal-padding;
42 box-sizing: border-box;
44 // Workaround for https://goo.gl/pFmjJD in IE 11. Adds a pseudo
45 // element that will stretch the row the correct height. See:
46 // https://connect.microsoft.com/IE/feedback/details/802625
48 display: inline-block;
54 .mat-cell, .mat-header-cell {
57 word-wrap: break-word;
60 .mat-expansion-panel {
64 transition: margin 225ms cubic-bezier(.4,0,.2,1),box-shadow 280ms cubic-bezier(.4,0,.2,1);