re base code
[sdc.git] / catalog-ui / src / app / ng2 / pages / automated-upgrade / automated-upgrade.component.less
1 .automated-upgrade-component {
2
3    min-height: 280px;
4   .certification-status {
5     border: 1px solid #4ca90c;
6     border-left: 5px solid #4ca90c;
7     margin-bottom: 20px;
8     padding: 5px 5px 5px 10px;
9     font-weight: bold;
10     display: flex;
11     line-height: 21px;
12
13     .certification-status-text {
14       padding-left: 5px;
15     }
16   }
17   .components-to-upgrade-list {
18
19     overflow: auto;
20     max-height: 300px;
21     margin-top: 15px;
22   }
23 }