There was an error while loading. Please reload this page.
1 parent e8f229d commit 0768744Copy full SHA for 0768744
1 file changed
content/assets/css/project.css
@@ -295,6 +295,25 @@ blockquote.stu-note {
295
border-left-color: var(--stu-note-border-left-color);
296
}
297
298
+div.fhir-conformance {
299
+ position: relative;
300
+ padding-left: 0; /* no indentation */
301
+ margin-left: 0; /* don't add any margin */
302
+}
303
+
304
+div.fhir-conformance::before {
305
+ content: '';
306
+ position: absolute;
307
+ left: -12px; /* floats outside to the left */
308
+ top: 0.55em;
309
+ bottom: 0;
310
+ width: 8px;
311
312
+ border-left: 1px solid #aaa;
313
+ border-top: 1px solid #aaa;
314
+ border-bottom: 1px solid #aaa;
315
316
317
div.flaglist {
318
cursor: pointer;
319
width: 150px;
0 commit comments