thingsboard/ui/src/app/components/datasource-func.scss

47 lines
1.1 KiB
SCSS
Raw Normal View History

/**
2018-03-05 17:34:13 +02:00
* Copyright © 2016-2018 The Thingsboard Authors
*
* 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.
*/
2018-09-06 21:11:44 +02:00
@import "../../scss/constants";
2017-06-12 12:59:51 +03:00
.tb-datasource-func {
2017-10-13 19:48:02 +03:00
@media (min-width: $layout-breakpoint-sm) {
2017-06-12 12:59:51 +03:00
padding-left: 8px;
}
2017-06-12 12:59:51 +03:00
md-input-container.tb-datasource-name {
.md-errors-spacer {
2018-09-06 21:11:44 +02:00
display: none;
2017-06-12 12:59:51 +03:00
}
}
2018-09-06 21:11:44 +02:00
.tb-func-datakey-autocomplete,
.tb-alarm-datakey-autocomplete {
2017-06-12 12:59:51 +03:00
.tb-not-found {
display: block;
height: 48px;
2018-09-06 21:11:44 +02:00
line-height: 1.5;
2017-06-12 12:59:51 +03:00
.tb-no-entries {
line-height: 48px;
}
}
2018-09-06 21:11:44 +02:00
2017-06-12 12:59:51 +03:00
li {
height: auto !important;
white-space: normal !important;
}
}
2017-06-12 12:59:51 +03:00
}