0c1efa5d800fd322c21953733d829a96498660d3
[eliot.git] / blueprints / common / eliot-ui / frontend-src / src / app / description / description.component.scss
1 .main{
2     .example-container {
3         // background-color: lightskyblue;
4       display: flex;
5       flex-direction: column;
6       width: 90%;
7       padding: 10px;
8       margin: auto;
9       height: auto;
10       mat-card {
11         background-color: lightyellow;
12         color: black;
13         min-height: calc(100vh - 20px);
14       }
15     }
16   
17   }
18   
19