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