22 lines
260 B
SCSS
22 lines
260 B
SCSS
.message {
|
|
width: 250px;
|
|
}
|
|
.container {
|
|
//display: flex;
|
|
padding: 15px;
|
|
}
|
|
.flex-spacer {
|
|
flex-grow: 1;
|
|
}
|
|
table {
|
|
width: 100%;
|
|
}
|
|
|
|
.mat-form-field {
|
|
font-size: 14px;
|
|
width: 100%;
|
|
}
|
|
th.mat-sort-header-sorted {
|
|
color: black;
|
|
}
|