thingsboard/ui-ngx/src/app/modules/home/components/entity/entities-table.component.scss

77 lines
1.6 KiB
SCSS
Raw Normal View History

2019-08-12 19:34:23 +03:00
/**
2023-01-31 10:43:56 +02:00
* Copyright © 2016-2023 The Thingsboard Authors
2019-08-12 19:34:23 +03:00
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
2020-04-10 15:45:53 +03:00
@import '../../../../../scss/constants';
2019-08-12 19:34:23 +03:00
:host {
width: 100%;
height: 100%;
2021-12-14 12:40:18 +02:00
display: block;
2022-08-17 17:07:16 +03:00
mat-drawer-container {
overflow: clip;
}
2019-08-12 19:34:23 +03:00
.tb-entity-table {
.tb-entity-table-content {
width: 100%;
height: 100%;
background: #fff;
.mat-toolbar-tools{
min-height: auto;
}
.title-container{
overflow: hidden;
height: 100%;
}
2019-08-12 19:34:23 +03:00
.tb-entity-table-title {
padding-right: 20px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.table-container {
overflow: auto;
}
.tb-entity-table-info{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
}
@media #{$mat-xs} {
.mat-toolbar {
height: auto;
min-height: 100px;
.tb-entity-table-title{
padding-bottom: 5px;
width: 100%;
}
2019-08-12 19:34:23 +03:00
}
}
}
:host ::ng-deep .mat-sort-header-sorted .mat-sort-header-arrow {
opacity: 1 !important;
}