/*================================================================================*/ /*======================= New TB 3.0 / Angular 8 Example =======================*/ /*================================================================================*/ /* .edit-entity-form mat-form-field { padding-right: 10px; } */ /*=======================================================================*/ /*========== There are two examples: for edit and add entity ==========*/ /*=======================================================================*/ /*======================== Edit entity example ========================*/ /*=======================================================================*/ /* .edit-entity-form md-input-container { padding-right: 10px; } .edit-entity-form .boolean-value-input { padding-left: 5px; } .edit-entity-form .boolean-value-input .checkbox-label { margin-bottom: 8px; color: rgba(0,0,0,0.54); font-size: 12px; } .relations-list .header { padding-right: 5px; padding-bottom: 5px; padding-left: 5px; } .relations-list .header .cell { padding-right: 5px; padding-left: 5px; font-size: 12px; font-weight: 700; color: rgba(0, 0, 0, .54); white-space: nowrap; } .relations-list .body { padding-right: 5px; padding-bottom: 15px; padding-left: 5px; } .relations-list .body .row { padding-top: 5px; } .relations-list .body .cell { padding-right: 5px; padding-left: 5px; } .relations-list .body md-autocomplete-wrap md-input-container { height: 30px; } .relations-list .body .md-button { margin: 0; } .relations-list.old-relations tb-entity-select tb-entity-autocomplete button { display: none; } */ /*========================================================================*/ /*========================= Add entity example =========================*/ /*========================================================================*/ /* .add-entity-form md-input-container { padding-right: 10px; } .add-entity-form .boolean-value-input { padding-left: 5px; } .add-entity-form .boolean-value-input .checkbox-label { margin-bottom: 8px; color: rgba(0,0,0,0.54); font-size: 12px; } .relations-list .header { padding-right: 5px; padding-bottom: 5px; padding-left: 5px; } .relations-list .header .cell { padding-right: 5px; padding-left: 5px; font-size: 12px; font-weight: 700; color: rgba(0, 0, 0, .54); white-space: nowrap; } .relations-list .body { padding-right: 5px; padding-bottom: 15px; padding-left: 5px; } .relations-list .body .row { padding-top: 5px; } .relations-list .body .cell { padding-right: 5px; padding-left: 5px; } .relations-list .body md-autocomplete-wrap md-input-container { height: 30px; } .relations-list .body .md-button { margin: 0; } */