thingsboard/ui-ngx/src/app/shared/components/time/timewindow-form.scss

35 lines
917 B
SCSS
Raw Normal View History

2024-09-06 14:57:41 +03:00
/**
2025-02-25 09:39:16 +02:00
* Copyright © 2016-2025 The Thingsboard Authors
2024-09-06 14:57:41 +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.
*/
:host {
background-color: #fff;
.tb-timewindow-form {
2024-09-10 18:39:27 +03:00
overflow: hidden;
2024-09-06 14:57:41 +03:00
&-content {
overflow-y: auto;
tb-timeinterval,
tb-quick-time-interval,
tb-datetime-period,
tb-datapoints-limit,
tb-aggregation-type-select {
flex: 1;
}
2024-09-06 14:57:41 +03:00
}
}
}