thingsboard/ui/src/app/import-export/import-dialog.scss

68 lines
1.5 KiB
SCSS
Raw Normal View History

2017-01-06 19:49:00 +02:00
/**
2019-02-01 16:39:33 +02:00
* Copyright © 2016-2019 The Thingsboard Authors
2017-01-06 19:49:00 +02: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.
*/
2019-05-29 19:35:32 +03:00
@import "../../scss/constants.scss";
2018-09-06 21:11:44 +02:00
$previewSize: 100px !default;
2017-01-06 19:49:00 +02:00
.tb-file-select-container {
position: relative;
width: 100%;
2018-09-06 21:11:44 +02:00
height: $previewSize;
2017-01-06 19:49:00 +02:00
}
.tb-file-preview {
width: auto;
2018-09-06 21:11:44 +02:00
max-width: $previewSize;
2017-01-06 19:49:00 +02:00
height: auto;
2018-09-06 21:11:44 +02:00
max-height: $previewSize;
2017-01-06 19:49:00 +02:00
}
.tb-file-clear-container {
position: relative;
float: right;
2018-09-06 21:11:44 +02:00
width: 48px;
height: $previewSize;
2017-01-06 19:49:00 +02:00
}
2018-09-06 21:11:44 +02:00
2017-01-06 19:49:00 +02:00
.tb-file-clear-btn {
position: absolute !important;
top: 50%;
2018-09-06 21:11:44 +02:00
transform: translate(0%, -50%) !important;
2017-01-06 19:49:00 +02:00
}
2019-05-20 11:57:43 +03:00
.tb-table-select{
md-input-container{
margin: 0;
.md-errors-spacer{
min-height: 0;
}
}
}
2019-05-29 19:35:32 +03:00
.md-stepper-indicator-wrapper{
background-color: transparent;
}
.tb-import-progress{
margin: 7px 0;
}
2019-05-29 19:35:32 +03:00
//
//.md-stepper-indicator.md-THEME_NAME-theme.md-completed .md-stepper-number,
//.md-stepper-indicator.md-THEME_NAME-theme.md-active .md-stepper-number{
// color: '{{primary-100}}';
//}