130 lines
2.8 KiB
CSS
130 lines
2.8 KiB
CSS
.matrix-edp-support .matrix-tool-workspace__content {
|
|
width: calc(100% - 24px) !important;
|
|
max-width: 1380px !important;
|
|
}
|
|
|
|
.matrix-edp-support .title {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.matrix-edp-support .title > .divselect {
|
|
width: min(320px, 38vw) !important;
|
|
margin-left: auto !important;
|
|
}
|
|
|
|
.matrix-edp-support .title > .divselect select {
|
|
width: 100% !important;
|
|
}
|
|
|
|
.matrix-edp-support .tableContainer {
|
|
max-height: min(66vh, 650px);
|
|
overflow: auto;
|
|
border: 1px solid #c3d0da !important;
|
|
border-radius: 6px;
|
|
background: #f4f8fb !important;
|
|
box-shadow: 0 2px 8px rgba(31, 52, 72, .08);
|
|
}
|
|
|
|
.matrix-edp-support .tableContainer > table {
|
|
width: 100%;
|
|
min-width: 820px;
|
|
border-collapse: separate;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
.matrix-edp-support .tableContainer .thead {
|
|
position: sticky;
|
|
top: 0;
|
|
z-index: 2;
|
|
}
|
|
|
|
.matrix-edp-support .tableContainer .thead > tr > td {
|
|
height: 36px;
|
|
padding: 7px 9px !important;
|
|
color: #31475b;
|
|
background: #e8eef4 !important;
|
|
border-right: 1px solid #d3dce5;
|
|
border-bottom: 1px solid #c3ced9;
|
|
font-size: 11px;
|
|
font-weight: 700;
|
|
text-transform: uppercase;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.matrix-edp-support .tableContainer > table > tbody > tr > td {
|
|
height: 34px;
|
|
padding: 6px 9px !important;
|
|
background: #fff;
|
|
border-right: 1px solid #e0e6ec;
|
|
border-bottom: 1px solid #dce4eb;
|
|
}
|
|
|
|
.matrix-edp-support .tableContainer > table > tbody > tr:nth-child(even) > td {
|
|
background: #edf3f7;
|
|
}
|
|
|
|
.matrix-edp-support .tableContainer > table > tbody > tr:hover > td {
|
|
background: #e2eef8;
|
|
}
|
|
|
|
.matrix-edp-support .tableContainer table table {
|
|
width: calc(100% - 18px) !important;
|
|
margin: 8px 0 8px auto;
|
|
border: 1px solid #c7d4df;
|
|
background: #f8fafc;
|
|
}
|
|
|
|
.matrix-edp-support .tableContainer input[type="checkbox"] {
|
|
width: 16px;
|
|
height: 16px;
|
|
vertical-align: middle;
|
|
accent-color: #245a91;
|
|
}
|
|
|
|
.matrix-edp-support form > input.button {
|
|
min-width: 104px;
|
|
margin: 10px 0 0 8px !important;
|
|
float: right !important;
|
|
}
|
|
|
|
.matrix-edp-support form::after {
|
|
display: table;
|
|
clear: both;
|
|
content: "";
|
|
}
|
|
|
|
.matrix-tele-documents .tableContainer {
|
|
max-width: 920px;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
}
|
|
|
|
.matrix-tele-documents .tableContainer > table {
|
|
min-width: 0;
|
|
}
|
|
|
|
.matrix-tele-documents .matrix-document-link {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 8px;
|
|
min-height: 32px;
|
|
color: #245a91;
|
|
font-weight: 600;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.matrix-tele-documents .matrix-document-link:hover {
|
|
color: #173f67;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.matrix-delete-cutoff .tableContainer > table {
|
|
min-width: 1120px;
|
|
}
|
|
|
|
@media (max-width: 760px) {
|
|
.matrix-edp-support .matrix-tool-workspace__content {
|
|
width: calc(100% - 12px) !important;
|
|
}
|
|
}
|