Files
aws-iot/Website/Back Home Files/home.component.scss
2021-04-29 19:19:19 -04:00

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;
}