clientjs/packages/annotation-dashboard-explorunivers/src/App.scss
changeset 0 5f4fcbc80b37
equal deleted inserted replaced
-1:000000000000 0:5f4fcbc80b37
       
     1 .scenarioterre-link {
       
     2     color: inherit;
       
     3     &:hover {
       
     4       color: inherit;
       
     5     }
       
     6 }
       
     7 
       
     8 .scenarioterre-banner {
       
     9     width: 100%;
       
    10     height: 100%;
       
    11     background-image: url('./assets/images/scenarioterre_banner.jpg');
       
    12     background-size: cover;
       
    13     display: block;
       
    14     position: absolute;
       
    15     top: 0;
       
    16     left: 0;
       
    17     border: 1px solid rgba(0,0,0,.125);
       
    18     border-radius: .25rem;
       
    19 }
       
    20 
       
    21 .scenarioterre-banner-container {
       
    22     margin-bottom: 1em;
       
    23     width: 100%;
       
    24     position: relative;
       
    25     box-sizing: border-box;
       
    26 }
       
    27 
       
    28 .scenarioterre-banner-container:before {
       
    29     content: "";
       
    30     display: block;
       
    31     padding-top: 37%;
       
    32 }