/** * Copyright © 2016-2023 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. */ @import "../../../../../scss/constants"; :host { /*TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version. */ /*TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version. */ mat-card.settings-card { @media #{$mat-md} { width: 90%; } .fields-group { margin: 8px 0; border: 1px groove rgba(0, 0, 0, .25); border-radius: 4px; position: relative; padding-bottom: 8px; legend { color: rgba(0, 0, 0, .7); width: fit-content; margin: 0 8px; } .input-row { padding: 8px 8px 0; } &:last-of-type { margin-bottom: 24px; } } .mat-expansion-panel { box-shadow: none; margin: 1px 0 0; &.provider { overflow: inherit; .mat-expansion-panel-header { padding: 0 24px 0 8px; &.mat-expanded { height: 48px; } .mat-mdc-slide-toggle { margin-right: 8px; } } .mat-expansion-panel-header-title { height: 40px; } } } } } :host ::ng-deep { .mat-expansion-panel { .mat-expansion-panel-content { font-size: 16px; } &.provider { .mat-expansion-panel-header > .mat-content { overflow: inherit; } .mat-expansion-panel-body { padding: 0 16px 8px 8px; } } } }