diff StoneWebViewer/Resources/Styles/_studyInformationBreadcrumb.scss @ 1495:fb74ed5d8c22

initial commit of the Stone Web viewer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 25 Jun 2020 16:51:10 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/StoneWebViewer/Resources/Styles/_studyInformationBreadcrumb.scss	Thu Jun 25 16:51:10 2020 +0200
@@ -0,0 +1,39 @@
+.wvStudyInformationBreadcrumb {
+}
+
+.wvStudyInformationBreadcrumb__patient {
+    display: inline-block;
+    background-color: rgba(255, 255, 255, 0.15);
+    padding: 0.2rem 1rem 0.3rem 1rem;
+    text-align: center;
+    font-size: 1em;
+    margin: 0.6rem;
+    font-weight: 400;
+    line-height: 2.3rem;
+
+    // Prevent doubled margin with the next item
+    margin-right: 0;
+}
+.wvStudyInformationBreadcrumb__patientName {
+
+}
+.wvStudyInformationBreadcrumb__patientBirthDate {
+
+}
+
+.wvStudyInformationBreadcrumb__study {
+    display: inline-block;
+    background-color: rgba(255, 255, 255, 0.15);
+    padding: 0.2rem 1rem 0.3rem 1rem;
+    text-align: center;
+    font-size: 1em;
+    margin: 0.6rem;
+    font-weight: 400;
+    line-height: 2.3rem;
+}
+.wvStudyInformationBreadcrumb__studyDescription {
+
+}
+.wvStudyInformationBreadcrumb__studyDate {
+
+}
\ No newline at end of file