thingsboard/ui-ngx/src/form.scss

484 lines
11 KiB
SCSS
Raw Normal View History

2023-07-06 12:43:15 +03:00
/**
* 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.
*/
2023-07-13 12:41:36 +03:00
@import './scss/constants';
@mixin form-row-column($breakpoint) {
@media #{$breakpoint} {
flex-direction: column;
align-items: stretch;
gap: 12px;
padding: 12px 12px 12px 16px;
2023-08-03 19:26:35 +03:00
.mat-mdc-form-field, tb-unit-input {
width: auto;
&.medium-width {
width: auto;
}
}
}
}
2023-07-06 12:43:15 +03:00
.tb-default, .tb-dark {
.tb-form-panel {
box-shadow: 0 0 10px 6px rgba(11, 17, 51, 0.04);
border-radius: 4px;
padding: 16px;
gap: 16px;
display: flex;
flex-direction: column;
color: rgba(0, 0, 0, 0.87);
letter-spacing: 0.15px;
position: relative;
@media #{$mat-xs} {
padding: 12px;
gap: 8px;
}
2023-07-06 12:43:15 +03:00
&.no-padding-bottom {
padding-bottom: 0;
}
&.no-padding {
padding: 0;
}
&.stroked {
box-shadow: none;
border: 1px solid rgba(0, 0, 0, 0.12);
border-radius: 6px;
}
&.no-border {
box-shadow: none;
border-radius: 0;
}
&.tb-slide-toggle {
padding: 0;
gap: 0;
> .tb-form-panel-title {
padding-top: 16px;
padding-left: 16px;
}
> .mat-expansion-panel {
padding: 16px;
.mat-expansion-panel-header {
.mat-slide {
margin: 0;
}
}
}
}
.mat-expansion-panel {
&.tb-settings {
box-shadow: none;
.mat-content {
overflow: visible;
}
> .mat-expansion-panel-header {
height: fit-content;
user-select: none;
2023-07-06 12:43:15 +03:00
font-weight: 500;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.25px;
padding: 0;
&:hover {
background: none;
}
.mat-expansion-indicator {
height: 32px;
padding: 2px;
}
}
> .mat-expansion-panel-header-description {
align-items: center;
}
> .mat-expansion-panel-content {
> .mat-expansion-panel-body {
display: flex;
flex-direction: column;
gap: 16px;
padding: 16px 0 0 !important;
@media #{$mat-xs} {
padding: 12px 0 0 !important;
gap: 8px;
}
2023-07-06 12:43:15 +03:00
}
}
.tb-json-object-panel, .tb-css-content-panel {
margin: 0 0 8px;
}
}
.mat-expansion-panel-content {
font: inherit;
}
}
.mat-slide {
margin: 0;
&.margin {
margin: 8px 0;
}
.mdc-form-field>label {
font-weight: 400;
font-size: 16px;
line-height: 24px;
margin-left: 12px;
}
}
}
.tb-form-panel-title {
font-weight: 500;
font-size: 16px;
}
.tb-form-panel-hint {
font-size: 12px;
color: #808080;
}
.tb-form-row {
height: 100%;
display: flex;
flex-direction: row;
align-items: center;
gap: 16px;
2023-07-13 18:14:50 +03:00
padding: 7px 7px 7px 16px;
2023-07-06 12:43:15 +03:00
border: 1px solid rgba(0, 0, 0, 0.12);
border-radius: 6px;
&.column {
&-xs {
@include form-row-column($mat-xs)
}
&-lt-md {
@include form-row-column($mat-lt-md)
}
}
&.no-border {
border: none;
border-radius: 0;
}
&.no-padding {
padding: 0;
}
2023-07-06 12:43:15 +03:00
&.same-padding {
padding-right: 16px;
}
&.space-between {
justify-content: space-between;
}
.mat-divider-vertical {
height: 56px;
margin-top: -7px;
margin-bottom: -7px;
}
2023-08-03 19:26:35 +03:00
.mat-mdc-form-field, tb-unit-input {
2023-07-06 12:43:15 +03:00
width: 106px;
&.medium-width {
width: 220px;
}
2023-08-03 19:26:35 +03:00
&.flex {
flex: 1;
width: auto;
}
2023-07-06 12:43:15 +03:00
}
.fixed-title-width {
min-width: 200px;
@media #{$mat-xs} {
2023-08-03 19:26:35 +03:00
min-width: fit-content;
}
2023-07-06 12:43:15 +03:00
}
.mat-slide:only-child {
margin: 8px 0;
}
}
.tb-form-row .mat-mdc-form-field, .mat-mdc-form-field.tb-inline-field {
&.mat-form-field-appearance-fill {
.mdc-text-field--filled:not(.mdc-text-field--disabled) {
&:before {
opacity: 0;
}
.mdc-line-ripple::before {
border-bottom-color: rgba(0, 0, 0, 0.12);
}
}
.mat-mdc-form-field-focus-overlay {
opacity: 0;
}
}
2023-07-13 12:41:36 +03:00
&:not(.mat-mdc-form-field-has-icon-prefix) {
.mat-mdc-text-field-wrapper {
&.mdc-text-field--outlined, &:not(.mdc-text-field--outlined) {
padding-left: 12px;
}
}
}
2023-07-07 17:27:59 +03:00
&:not(.mat-mdc-form-field-has-icon-suffix) {
.mat-mdc-text-field-wrapper {
&.mdc-text-field--outlined, &:not(.mdc-text-field--outlined) {
padding-right: 12px;
}
}
}
2023-07-06 12:43:15 +03:00
.mat-mdc-text-field-wrapper {
&.mdc-text-field--outlined, &:not(.mdc-text-field--outlined) {
&:not(.mdc-text-field--focused):not(.mdc-text-field--disabled):not(.mdc-text-field--invalid):not(:hover) {
2023-07-06 12:43:15 +03:00
.mdc-notched-outline__leading, .mdc-notched-outline__trailing {
border-color: rgba(0, 0, 0, 0.12);
}
}
.mat-mdc-form-field-infix {
padding-top: 8px;
padding-bottom: 8px;
min-height: 40px;
width: auto;
.mdc-text-field__input, .mat-mdc-select {
font-weight: 400;
font-size: 14px;
line-height: 20px;
}
}
2023-07-13 12:41:36 +03:00
.mat-mdc-form-field-icon-prefix, .mat-mdc-form-field-icon-suffix {
2023-07-06 12:43:15 +03:00
height: 40px;
font-size: 14px;
line-height: 40px;
letter-spacing: 0.2px;
color: rgba(0, 0, 0, 0.38);
> button.mat-mdc-icon-button {
width: 40px;
height: 40px;
padding: 8px;
.mat-icon {
width: 20px;
height: 20px;
font-size: 20px;
}
.mat-mdc-button-touch-target {
width: 40px;
height: 40px;
}
&.tb-icon-24 {
width: 24px;
height: 24px;
padding: 0;
.mat-mdc-button-touch-target {
width: 24px;
height: 24px;
}
}
2023-07-06 12:43:15 +03:00
}
> .mat-icon {
width: 20px;
height: 20px;
padding: 10px;
font-size: 20px;
}
}
}
}
&.center {
.mat-mdc-text-field-wrapper {
.mat-mdc-form-field-infix {
.mdc-text-field__input {
text-align: center;
}
}
}
}
&.number {
.mat-mdc-text-field-wrapper {
2023-07-07 17:27:59 +03:00
&.mdc-text-field--outlined, &:not(.mdc-text-field--outlined) {
padding-right: 4px;
}
2023-07-06 12:43:15 +03:00
.mat-mdc-form-field-infix {
input.mdc-text-field__input[type=number]::-webkit-inner-spin-button,
input.mdc-text-field__input[type=number]::-webkit-outer-spin-button {
opacity: 1;
}
}
}
}
&.tb-chips {
.mat-mdc-text-field-wrapper {
&.mdc-text-field--outlined, &:not(.mdc-text-field--outlined) {
.mat-mdc-form-field-infix {
padding-top: 4px;
padding-bottom: 4px;
.mdc-evolution-chip-set {
min-height: 32px;
.mdc-evolution-chip {
height: 24px;
}
}
}
}
}
}
&.tb-suffix-show-on-hover {
.mat-mdc-text-field-wrapper {
.mat-mdc-form-field-icon-suffix {
padding: 0;
display: none;
}
}
&:hover {
.mat-mdc-text-field-wrapper {
.mat-mdc-form-field-icon-suffix {
display: flex;
align-items: center;
}
}
}
}
2023-07-06 12:43:15 +03:00
}
.tb-form-table {
border: 1px solid rgba(0, 0, 0, 0.12);
border-radius: 6px;
display: flex;
flex-direction: column;
gap: 12px;
padding-bottom: 12px;
.tb-form-table-body {
display: flex;
flex-direction: column;
gap: 12px;
}
.tb-prompt {
height: 38px;
}
2023-07-13 18:14:50 +03:00
}
.tb-form-table-header, .tb-form-table-row {
2023-07-13 18:14:50 +03:00
display: flex;
flex-direction: row;
gap: 8px;
padding-left: 8px;
place-content: center flex-start;
align-items: center;
@media #{$mat-gt-md} {
gap: 12px;
padding-left: 12px;
}
&-cell {
font-weight: 400;
font-size: 14px;
line-height: 20px;
letter-spacing: 0.2px;
}
}
.tb-form-table-header {
height: 48px;
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
&-cell {
color: rgba(0, 0, 0, 0.54);
}
}
.tb-form-table-row {
2023-07-13 18:14:50 +03:00
&.tb-draggable {
gap: 0;
padding-left: 0;
background: #fff;
}
&-cell {
color: rgba(0, 0, 0, 0.87);
}
2023-07-13 18:14:50 +03:00
&-cell-buttons {
display: flex;
flex-direction: row;
button.mat-mdc-icon-button.mat-mdc-button-base {
color: rgba(0, 0, 0, 0.38);
2023-07-13 18:14:50 +03:00
&.tb-hidden {
visibility: hidden;
}
}
}
}
2023-07-13 12:41:36 +03:00
.tb-no-data-available {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.tb-no-data-bg {
margin: 10px;
position: relative;
flex: 1;
width: 100%;
max-height: 100px;
&:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #305680;
mask-image: url(/assets/home/no_data_folder_bg.svg);
mask-repeat: no-repeat;
mask-size: contain;
mask-position: center;
}
}
.tb-no-data-text {
font-weight: 500;
font-size: 14px;
line-height: 20px;
letter-spacing: 0.25px;
color: rgba(0, 0, 0, 0.54);
@media #{$mat-md-lg} {
font-size: 12px;
line-height: 16px;
}
}
button.mat-mdc-button-base.tb-box-button, .tb-form-table-row-cell-buttons button.mat-mdc-icon-button.mat-mdc-button-base {
width: 40px;
min-width: 40px;
height: 40px;
padding: 8px;
&.mat-mdc-outlined-button {
padding: 7px;
}
.mat-mdc-button-touch-target {
width: 40px;
height: 40px;
}
> .mat-icon {
width: 24px;
height: 24px;
font-size: 24px;
margin: 0;
}
}
button.mat-mdc-button-base.tb-box-button {
&:not(:disabled) {
color: rgba(0, 0, 0, 0.54);
}
&:disabled {
color: rgba(0, 0, 0, 0.12);
}
}
2023-07-06 12:43:15 +03:00
}