2021-10-06 21:03:29 +03:00
|
|
|
/**
|
2023-01-31 10:43:56 +02:00
|
|
|
* Copyright © 2016-2023 The Thingsboard Authors
|
2021-10-06 21:03:29 +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.
|
|
|
|
|
*/
|
2021-10-22 19:51:49 +03:00
|
|
|
.tb-help-popup-button-container {
|
|
|
|
|
width: initial;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
vertical-align: middle;
|
2023-08-10 16:41:15 +03:00
|
|
|
&.hint-button {
|
|
|
|
|
line-height: 1;
|
|
|
|
|
}
|
2021-10-22 19:51:49 +03:00
|
|
|
}
|
|
|
|
|
|
2021-10-06 21:03:29 +03:00
|
|
|
.tb-help-popup-button {
|
2021-10-13 20:35:10 +03:00
|
|
|
position: relative;
|
2023-02-17 19:24:01 +02:00
|
|
|
.mat-mdc-progress-spinner {
|
2021-10-18 13:10:11 +03:00
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
background: #fff;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
width: 32px !important;
|
|
|
|
|
height: 32px !important;
|
2023-02-20 19:23:26 +02:00
|
|
|
.mdc-circular-progress__indeterminate-container {
|
|
|
|
|
width: 20px;
|
|
|
|
|
height: 20px;
|
2021-10-13 20:35:10 +03:00
|
|
|
top: 6px;
|
|
|
|
|
left: 6px;
|
|
|
|
|
}
|
2023-02-20 19:23:26 +02:00
|
|
|
svg {
|
|
|
|
|
width: 20px;
|
|
|
|
|
height: 20px;
|
|
|
|
|
}
|
2021-10-13 20:35:10 +03:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2023-02-20 19:23:26 +02:00
|
|
|
.tb-help-popup-text-button.mat-mdc-button.mat-mdc-button-base {
|
2021-10-13 20:35:10 +03:00
|
|
|
position: relative;
|
2021-10-18 13:10:11 +03:00
|
|
|
padding: 0 2px 0 8px;
|
|
|
|
|
line-height: 28px;
|
2023-02-20 19:23:26 +02:00
|
|
|
height: auto;
|
2023-03-02 18:11:45 +02:00
|
|
|
transition: border 0s;
|
2023-02-17 19:24:01 +02:00
|
|
|
&.mat-mdc-outlined-button {
|
2021-10-18 13:10:11 +03:00
|
|
|
padding: 0 1px 0 7px;
|
|
|
|
|
line-height: 26px;
|
2021-10-13 20:35:10 +03:00
|
|
|
}
|
2023-02-20 19:23:26 +02:00
|
|
|
.mdc-button__label > span {
|
|
|
|
|
.mat-icon {
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
padding-left: 4px;
|
|
|
|
|
box-sizing: initial;
|
|
|
|
|
}
|
|
|
|
|
.mat-mdc-progress-spinner {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
margin-left: 4px;
|
|
|
|
|
margin-right: 5px;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|
2021-10-13 20:35:10 +03:00
|
|
|
}
|
2023-08-10 16:41:15 +03:00
|
|
|
&.hint-button {
|
|
|
|
|
padding: 2px 3px;
|
|
|
|
|
line-height: 1;
|
|
|
|
|
&.mat-mdc-outlined-button {
|
|
|
|
|
padding: 1px 2px;
|
|
|
|
|
}
|
|
|
|
|
.mdc-button__label > span {
|
|
|
|
|
.mat-icon {
|
|
|
|
|
margin-right: 0;
|
|
|
|
|
}
|
|
|
|
|
.mat-mdc-progress-spinner {
|
|
|
|
|
margin-right: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2021-10-06 21:03:29 +03:00
|
|
|
}
|