blob: 31287750d5676ac13f747c720f9d364001d6597e [file] [log] [blame]
:host {
&.mat-disabled {
pointer-events: none;
}
.td-step-header-wrapper {
width: 100%;
}
// layout
box-sizing: border-box;
display: flex;
// layout="row"
flex-direction: row;
align-items: center;
align-content: center;
max-width: 100%;
justify-content: flex-start;
}