clientjs/packages/annotation-dashboard-explorunivers/src/App.scss
changeset 0 5f4fcbc80b37
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/clientjs/packages/annotation-dashboard-explorunivers/src/App.scss	Fri Sep 14 17:57:34 2018 +0200
@@ -0,0 +1,32 @@
+.scenarioterre-link {
+    color: inherit;
+    &:hover {
+      color: inherit;
+    }
+}
+
+.scenarioterre-banner {
+    width: 100%;
+    height: 100%;
+    background-image: url('./assets/images/scenarioterre_banner.jpg');
+    background-size: cover;
+    display: block;
+    position: absolute;
+    top: 0;
+    left: 0;
+    border: 1px solid rgba(0,0,0,.125);
+    border-radius: .25rem;
+}
+
+.scenarioterre-banner-container {
+    margin-bottom: 1em;
+    width: 100%;
+    position: relative;
+    box-sizing: border-box;
+}
+
+.scenarioterre-banner-container:before {
+    content: "";
+    display: block;
+    padding-top: 37%;
+}