custom-sample-css.raw 2.25 KB
/*=======================================================================*/
/*==========  There are two examples: for edit and add entity  ==========*/
/*=======================================================================*/
/*========================  Edit entity example  ========================*/
/*=======================================================================*/
/*
.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 .mat-form-field-infix {
    width: auto !important;
}

.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-button {
    margin: 0;
}
*/
/*========================================================================*/
/*=========================  Add entity example  =========================*/
/*========================================================================*/
/*
.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 .mat-form-field-infix {
    width: auto !important;
}

.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-button {
    margin: 0;
}
*/