Skip to content

Commit

Permalink
Merge branch 'develop' into MAT-5932/addStratificationtoQICoreTestCas…
Browse files Browse the repository at this point in the history
…eExportPatientBases
  • Loading branch information
sb-prateekkeerthi authored Nov 20, 2024
2 parents c101aa2 + 75fa6f5 commit 2726e26
Showing 1 changed file with 83 additions and 0 deletions.
83 changes: 83 additions & 0 deletions src/main/resources/templates/HumanReadable.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,89 @@
border-radius: .3em;
white-space: normal;
}
/*
===============================
Liquid Narrative Styling Start
===============================
*/
.narrative-table {
border: 1pt inset rgb(0, 0, 0);
line-height: 10pt;
border-collapse: separate;
-webkit-border-horizontal-spacing: 2px;
-webkit-border-vertical-spacing: 2px;
}
.narrative-table>tbody {
display: table-row-group;
vertical-align: middle;
}
.narrative-table>tbody>tr {
display: table-row;
background-color: lightgray;
vertical-align: inherit;
}
.narrative-table>tbody>tr>th {
padding: 5px;
}
.section-header {
background-color: #656565;
color: whitesmoke;
vertical-align: inherit;
}
.row-header {
background-color: #656565;
color: whitesmoke;
vertical-align: inherit;
}
.tab-one {
padding-left: 5px;
}
@media (min-width: 768px) {
.row-header {
min-width: 138px;
max-width: 138px;
}
.content-container {
max-width: 576px;
}
}
@media (min-width: 992px) {
.row-header {
min-width: 181px;
max-width: 181px;
}
.content-container {
max-width: 745px;
}
}
@media (min-width: 1100px) {
.row-header {
min-width: 213px;
max-width: 213px;
}
.content-container {
max-width: 873px;
}
}
/*
===============================
Liquid Narrative Styling End
===============================
*/
</style>
</head>
<body>
Expand Down

0 comments on commit 2726e26

Please sign in to comment.