157 lines
No EOL
2.6 KiB
CSS
157 lines
No EOL
2.6 KiB
CSS
/* template add-ons */
|
|
|
|
label.has-danger,
|
|
.form-control-feedback.has-danger,
|
|
span.has-danger,
|
|
.nav-link.has-danger {
|
|
color: #f4516c !important;
|
|
}
|
|
|
|
.form-control-danger,
|
|
.form-control-danger:focus {
|
|
border-color: #f4516c;
|
|
}
|
|
|
|
.table-frame {
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
.table-frame.form-control-danger {
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
}
|
|
|
|
.table-frame > .table {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.hide {
|
|
display: none !important;
|
|
}
|
|
|
|
.no-border {
|
|
border: 0 !important;
|
|
}
|
|
|
|
.flex-row {
|
|
display: flex;
|
|
flex-flow: row;
|
|
justify-content: center;
|
|
}
|
|
|
|
.flex-row > * + * {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.flex-row.m-form__heading {
|
|
align-items: center;
|
|
justify-content: flex-start;
|
|
}
|
|
|
|
.flex-row.m-form__heading label {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.flex-row.m-form__heading > * + * {
|
|
border-left: 1px solid #EBEDF2;
|
|
margin-left: 16px;
|
|
padding-left: 16px;
|
|
}
|
|
|
|
.form-group-inner {
|
|
padding-left: 0 !important;
|
|
padding-right: 0 !important;
|
|
}
|
|
|
|
.normal-font {
|
|
font-size: inherit !important;
|
|
font-weight: inherit !important;
|
|
}
|
|
|
|
.block-switch {
|
|
display: block;
|
|
}
|
|
|
|
.switch-label {
|
|
margin: 6px 0 0 8px;
|
|
}
|
|
|
|
.portrait-box {
|
|
border: 2px solid #5867DD;
|
|
background-size: 100%;
|
|
background-repeat: no-repeat;
|
|
background-position: 50% 50%;
|
|
width: 150px;
|
|
height: 150px;
|
|
}
|
|
|
|
.user-portrait-sm {
|
|
width: 40px;
|
|
height: 40px;
|
|
background-size: 100%;
|
|
background-repeat: no-repeat;
|
|
background-position: 50% 50%;
|
|
border-radius: 100%;
|
|
}
|
|
|
|
.select2-selection {
|
|
font-size: 1rem !important;
|
|
font-weight: 300 !important;
|
|
}
|
|
|
|
.table-compact th {
|
|
font-size: 0.9rem !important;
|
|
background-color: #F4F3F8;
|
|
color: #575962;
|
|
}
|
|
|
|
.table-compact > tbody > tr:nth-child(odd) {
|
|
background-color: #F7F6FA;
|
|
}
|
|
|
|
.table-compact td {
|
|
font-size: 0.9rem !important;
|
|
}
|
|
|
|
.table-compact td {
|
|
font-weight: 400;
|
|
}
|
|
|
|
.table-vcenter td {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.placeholder-row td {
|
|
background-color: #fff !important;
|
|
padding: 32px 0 !important;
|
|
text-align: center;
|
|
}
|
|
|
|
.table-clickable tr {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.m-table__row--danger td {
|
|
background-color: #f4516c !important;
|
|
color: #fff !important;
|
|
}
|
|
|
|
.m-table__row--danger td > span,
|
|
.m-table__row--danger td > span a,
|
|
.m-table__row--danger td > span a i {
|
|
color: #fff !important;
|
|
}
|
|
|
|
.m-datatable.m-datatable--default > .m-datatable__table {
|
|
min-height: 0 !important;
|
|
}
|
|
|
|
.m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row > .m-datatable__cell {
|
|
font-weight: normal;
|
|
}
|
|
|
|
@media (min-width: 995px) {
|
|
.modal-lg {
|
|
max-width: 1024px;
|
|
}
|
|
} |