model-navigator-standalone
Version:
Standalone MDF graph model visualizer
115 lines (95 loc) • 2.72 kB
CSS
.data-dictionary-property-table__table {
background-color: var(--g3-color__white);
border-collapse: collapse;
width: 100%;
}
.data-dictionary-property-table__data {
padding: 10px 10px 10px 19px;
border: 0;
text-align: left;
font-family: Nunito;
vertical-align: top;
}
td.data-dictionary-property-table__data > p {
margin: auto;
}
td.data-dictionary-property-table__data:nth-child(2) > p {
max-width: 300px;
min-width: 100px;
word-wrap: break-word;
}
.data-dictionary-property-table--without-border tr:first-child th.data-dictionary-property-table__data {
border-top: 0;
}
.data-dictionary-property-table--without-border tr:last-child td.data-dictionary-property-table__data {
border-bottom: 0;
}
.data-dictionary-property-table--without-border tr td.data-dictionary-property-table__data:first-child,
.data-dictionary-property-table--without-border tr th.data-dictionary-property-table__data:first-child {
border-left: 0;
}
.data-dictionary-property-table--without-border tr td.data-dictionary-property-table__data:last-child,
.data-dictionary-property-table--without-border tr th.data-dictionary-property-table__data:last-child {
border-right: 0;
}
.data-dictionary-property-table__head {
color: #606060;
font-size: 13px;
background: #fff;
border-top: 2px solid #606060;
border-bottom: 2px solid #606060;
}
.data-dictionary-property-table__head th {
font-weight: 900;
}
.data-dictionary-property-table__row:nth-child(odd) {
background: #f4f5f5;
}
.data-dictionary-property-table__row:nth-child(even) {
background: #fff;
}
.data-dictionary-property-table__required {
color: #ff5a20;
font-size: 13px;
font-weight: 900;
}
.data-dictionary-property-table__required-icon {
background-color: var(--g3-color__highlight-orange);
}
.data-dictionary-property-table__span {
display: inline;
font-family: Raleway;
}
.data-dictionary-property-table__span--highlight {
/* color: var(--g3-color__highlight-orange); */
color: var(--g3-color__black);
font-size: 14px;
font-family: 'Nunito Sans', sans-serif;
font-weight: 900;
}
.data-dictionary-property-table__span--new-line {
display: block;
}
.data-dictionary-property-table__data_KeyProperty {
/* float: left; */
display: inline-block;
min-width: 220px;
font-weight: bold;
color: #0d71a3;
}
.data-dictionary-property-table__data_KeyProperty p {
float: left;
margin: auto;
}
.data-dictionary-property-table__data_KeyProperty_icon {
width: 25px;
margin-left: 8px;
padding-top: 5px;
}
.data-dictionary-property-table_key_description > span:last-child:not(:first-child) {
display: block;
margin-top: 13px;
}
ul.data-dictionary-property-table__span{
list-style-type: none;
}