clientjs/packages/annotation-dashboard-explorunivers/src/App.scss
author ymh <ymh.work@gmail.com>
Fri, 14 Sep 2018 17:57:34 +0200
changeset 0 5f4fcbc80b37
permissions -rw-r--r--
Create new repository to host all dashboard developments This project contains the commons components and all the dashboard instances

.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%;
}